Skip to content
Success

Console Output

Skipping 163 KB.. Full Log
  - Executable header size is 6.14KiB (6288 bytes)
  - Testing native and bytecode for shared and static linking with ocamlnat

Checking installed files for
  Installation Prefix: /home/ci/ocaml-tmp-install-2743081
  Build Root: /home/ci/builds/workspace/main/flambda/false/label/ocaml-riscv

Relocatable files:
  **/META, *.cmi, *.cmx (except $libdir/compiler-libs/config.cmx), *.cmxa,
    *.h, *.hva, *.ml, *.ml.in, *.mli, *.tbl

Files containing the build path:
  *.a, *.cma, *.cmo, *.cmt, *.cmti, *.cmxs, *.o, *.so, $bindir/ocaml,
    $bindir/ocamlc.opt, $bindir/ocamldep.opt, $bindir/ocamldoc.opt,
    $bindir/ocamllex.opt, $bindir/ocamlnat, $bindir/ocamlobjinfo.opt,
    $bindir/ocamlopt.opt, $bindir/ocamlrun, $bindir/ocamlrund,
    $bindir/ocamlruni, $bindir/ocamlyacc

Files containing the installation prefix:
  $bindir/* (except ocamlyacc and ocamllex.opt), $libdir/Makefile.config,
    $libdir/compiler-libs/config.cmt, $libdir/compiler-libs/config.cmx,
    $libdir/compiler-libs/config_main.cmt,
    $libdir/compiler-libs/ocamlcommon.a,
    $libdir/compiler-libs/ocamlcommon.cma, $libdir/expunge, $libdir/ld.conf,
    $libdir/libcamlrun.a, $libdir/libcamlrun_pic.a,
    $libdir/libcamlrun_shared.so, $libdir/libcamlrund.a,
    $libdir/libcamlruni.a, $libdir/runtime-launch-info

Testing loading of libraries with bytecode dynlink
$prefix/$bindir/ocamlc -I +dynlink dynlink.cma -linkall -o $PWD/test_script test_install_script.ml
> Environment
>   PATH=$prefix/$bindir:$PATH
>   LD_LIBRARY_PATH=$prefix/$libdir:$LD_LIBRARY_PATH
$PWD/test_script runtime_events
> Loaded runtime_events.cma
$PWD/test_script str
> Loaded str.cma
$PWD/test_script unix threads
> Loaded unix.cma
> Loaded threads.cma
$PWD/test_script unix
> Loaded unix.cma

Testing loading of libraries with native dynlink
$prefix/$bindir/ocamlopt -I +dynlink dynlink.cmxa -linkall -o $PWD/test_script test_install_script.ml
$PWD/test_script runtime_events
> Loaded runtime_events.cmxs
$PWD/test_script str
> Loaded str.cmxs
$PWD/test_script unix
> Loaded unix.cmxs
Testing loading of libraries in $prefix/$bindir/ocaml
$prefix/$bindir/ocaml -noinit -no-version -noprompt test_install_script.ml
> Loaded dynlink.cma
$prefix/$bindir/ocaml -noinit -no-version -noprompt test_install_script.ml
> Loaded runtime_events.cma
$prefix/$bindir/ocaml -noinit -no-version -noprompt test_install_script.ml
> Loaded str.cma
$prefix/$bindir/ocaml -noinit -no-version -noprompt test_install_script.ml
> Loaded unix.cma
> Loaded threads.cma
$prefix/$bindir/ocaml -noinit -no-version -noprompt test_install_script.ml
> Loaded unix.cma
Testing loading of libraries in $prefix/$bindir/ocamlnat
$prefix/$bindir/ocamlnat -noinit -no-version -noprompt test_install_script.ml
> Loaded dynlink.cmxa
$prefix/$bindir/ocamlnat -noinit -no-version -noprompt test_install_script.ml
> Loaded runtime_events.cmxs
$prefix/$bindir/ocamlnat -noinit -no-version -noprompt test_install_script.ml
> Loaded str.cmxs
$prefix/$bindir/ocamlnat -noinit -no-version -noprompt test_install_script.ml
> Loaded unix.cmxs
> Loaded threads.cmxa
$prefix/$bindir/ocamlnat -noinit -no-version -noprompt test_install_script.ml
> Loaded unix.cmxs

Testing processing of ld.conf
$prefix/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma ocamlbytecomp.cma -o $PWD/test_ld_conf.byte test_install_script.ml
$prefix/$bindir/ocamlopt -I +compiler-libs ocamlcommon.cmxa ocamlbytecomp.cmxa -o $PWD/test_ld_conf.opt test_install_script.ml
- Base ld.conf test
Backing up $prefix/$libdir/ld.conf to $prefix/$libdir/ld.conf.bak
$prefix/$bindir/ocamlrun -config
$PWD/test_ld_conf.byte
$PWD/test_ld_conf.opt
- Base ld.conf + CAML_LD_LIBRARY_PATH
CAML_LD_LIBRARY_PATH=:/://:.:..:./:../:./stublibs:../stublibs:stublibs:.stublibs:..stublibs:/home/ci/ocaml-tmp-install-2743081/lib/ocaml:/lib/ocaml $prefix/$bindir/ocamlrun -config
CAML_LD_LIBRARY_PATH=:/://:.:..:./:../:./stublibs:../stublibs:stublibs:.stublibs:..stublibs:/home/ci/ocaml-tmp-install-2743081/lib/ocaml:/lib/ocaml $PWD/test_ld_conf.byte
CAML_LD_LIBRARY_PATH=:/://:.:..:./:../:./stublibs:../stublibs:stublibs:.stublibs:..stublibs:/home/ci/ocaml-tmp-install-2743081/lib/ocaml:/lib/ocaml $PWD/test_ld_conf.opt
- Base ld.conf + quoted CAML_LD_LIBRARY_PATH
CAML_LD_LIBRARY_PATH="quoted":quote"in"entry:one";"entry:one";"two";three $prefix/$bindir/ocamlrun -config
CAML_LD_LIBRARY_PATH="quoted":quote"in"entry:one";"entry:one";"two";three $PWD/test_ld_conf.byte
CAML_LD_LIBRARY_PATH="quoted":quote"in"entry:one";"entry:one";"two";three $PWD/test_ld_conf.opt
- Base ld.conf with CRLF endings
$prefix/$bindir/ocamlrun -config
$PWD/test_ld_conf.byte
$PWD/test_ld_conf.opt
- Empty CAML_LD_LIBRARY_PATH
CAML_LD_LIBRARY_PATH= $prefix/$bindir/ocamlrun -config
CAML_LD_LIBRARY_PATH= $PWD/test_ld_conf.byte
CAML_LD_LIBRARY_PATH= $PWD/test_ld_conf.opt
- Embedded empty entry in CAML_LD_LIBRARY_PATH
CAML_LD_LIBRARY_PATH=: $prefix/$bindir/ocamlrun -config
CAML_LD_LIBRARY_PATH=: $PWD/test_ld_conf.byte
CAML_LD_LIBRARY_PATH=: $PWD/test_ld_conf.opt
- Empty CAMLLIB
CAMLLIB= CAML_LD_LIBRARY_PATH=env $prefix/$bindir/ocamlrun -config
CAMLLIB= CAML_LD_LIBRARY_PATH=env $PWD/test_ld_conf.byte
CAMLLIB= CAML_LD_LIBRARY_PATH=env $PWD/test_ld_conf.opt
- Empty OCAMLLIB
CAMLLIB=$PWD/camllib OCAMLLIB= CAML_LD_LIBRARY_PATH=env $prefix/$bindir/ocamlrun -config
CAMLLIB=$PWD/camllib OCAMLLIB= CAML_LD_LIBRARY_PATH=env $PWD/test_ld_conf.byte
CAMLLIB=$PWD/camllib OCAMLLIB= CAML_LD_LIBRARY_PATH=env $PWD/test_ld_conf.opt
- $OCAMLLIB/ld.conf
CAMLLIB=$PWD/camllib OCAMLLIB=$PWD/ocamllib CAML_LD_LIBRARY_PATH=env $prefix/$bindir/ocamlrun -config
CAMLLIB=$PWD/camllib OCAMLLIB=$PWD/ocamllib CAML_LD_LIBRARY_PATH=env $PWD/test_ld_conf.byte
CAMLLIB=$PWD/camllib OCAMLLIB=$PWD/ocamllib CAML_LD_LIBRARY_PATH=env $PWD/test_ld_conf.opt
- $CAMLLIB/ld.conf
CAMLLIB=$PWD/camllib CAML_LD_LIBRARY_PATH=env $prefix/$bindir/ocamlrun -config
CAMLLIB=$PWD/camllib CAML_LD_LIBRARY_PATH=env $PWD/test_ld_conf.byte
CAMLLIB=$PWD/camllib CAML_LD_LIBRARY_PATH=env $PWD/test_ld_conf.opt
- EOF-at-EOF
$prefix/$bindir/ocamlrun -config
$PWD/test_ld_conf.byte
$PWD/test_ld_conf.opt
Restoring $prefix/$libdir/ld.conf.bak to $prefix/$libdir/ld.conf

Testing bytecode binaries in $prefix/$bindir
$prefix/$bindir/ocamlrun -M
$prefix/$bindir/ocaml -vnum
  Runtime: /home/ci/ocaml-tmp-install-2743081/bin/ocamlrun
  Output: 5.5.0+dev0-2025-04-28
$prefix/$bindir/ocamlc.byte -vnum
  Runtime: /home/ci/ocaml-tmp-install-2743081/bin/ocamlrun
  Output: 5.5.0+dev0-2025-04-28
$prefix/$bindir/ocamlcmt -vnum
  Runtime: /home/ci/ocaml-tmp-install-2743081/bin/ocamlrun
  Output: 5.5.0+dev0-2025-04-28
$prefix/$bindir/ocamlcp -vnum
  Runtime: /home/ci/ocaml-tmp-install-2743081/bin/ocamlrun
  Output: 5.5.0+dev0-2025-04-28
$prefix/$bindir/ocamldebug -vnum
  Runtime: /home/ci/ocaml-tmp-install-2743081/bin/ocamlrun
  Output: 5.5.0+dev0-2025-04-28
$prefix/$bindir/ocamldep.byte -vnum
  Runtime: /home/ci/ocaml-tmp-install-2743081/bin/ocamlrun
  Output: 5.5.0+dev0-2025-04-28
$prefix/$bindir/ocamldoc -vnum
  Runtime: /home/ci/ocaml-tmp-install-2743081/bin/ocamlrun
  Output: 5.5.0+dev0-2025-04-28
$prefix/$bindir/ocamllex.byte -vnum
  Runtime: /home/ci/ocaml-tmp-install-2743081/bin/ocamlrun
  Output: 5.5.0+dev0-2025-04-28
$prefix/$bindir/ocamlmklib -vnum
  Runtime: /home/ci/ocaml-tmp-install-2743081/bin/ocamlrun
  Output: 5.5.0+dev0-2025-04-28
$prefix/$bindir/ocamlmktop -vnum
  Runtime: /home/ci/ocaml-tmp-install-2743081/bin/ocamlrun
  Output: 5.5.0+dev0-2025-04-28
$prefix/$bindir/ocamlobjinfo.byte -vnum
  Runtime: /home/ci/ocaml-tmp-install-2743081/bin/ocamlrun
  Output: 5.5.0+dev0-2025-04-28
$prefix/$bindir/ocamlopt.byte -vnum
  Runtime: /home/ci/ocaml-tmp-install-2743081/bin/ocamlrun
  Output: 5.5.0+dev0-2025-04-28
$prefix/$bindir/ocamloptp -vnum
  Runtime: /home/ci/ocaml-tmp-install-2743081/bin/ocamlrun
  Output: 5.5.0+dev0-2025-04-28
$prefix/$bindir/ocamlprof -vnum
  Runtime: /home/ci/ocaml-tmp-install-2743081/bin/ocamlrun
  Output: 5.5.0+dev0-2025-04-28

Testing compilation mechanisms for $prefix/$bindir
$prefix/$bindir/ocamlc -where
$prefix/$bindir/ocamlopt -where
ocamlc -where: $prefix/$libdir
ocamlopt -where: $prefix/$libdir
$prefix/$bindir/ocamlopt -I +compiler-libs ocamlcommon.cmxa -I +unix unix.cmxa -o test_install_ocaml.o test_install_script.ml -runtime-variant _shared -output-complete-obj -noautolink -cclib -lunixnat -cclib -lcomprmarsh <exit 2>
> File "caml_startup", line 1:
> Error: Cannot find file libasmrun_shared.a
$prefix/$bindir/ocamlopt -I +compiler-libs ocamlcommon.cmxa -I +unix unix.cmxa -o test_install_ocaml.o test_install_script.ml -output-complete-obj -noautolink -cclib -lunixnat -cclib -lcomprmarsh
$CC -o $PWD/nat_complete_obj_static test_install_ocaml.o /home/ci/builds/workspace/main/flambda/false/label/ocaml-riscv/testsuite/tools/main_in_c.o  -lasmrun  -lm  -lpthread
$prefix/$bindir/ocamlopt -I +compiler-libs ocamlcommon.cmxa -I +unix unix.cmxa -o test_install_ocaml.o test_install_script.ml -runtime-variant _shared -output-obj
$CC -o $PWD/nat_obj_shared test_install_ocaml.o /home/ci/builds/workspace/main/flambda/false/label/ocaml-riscv/testsuite/tools/main_in_c.o -lcomprmarsh -lunixnat  -lasmrun_shared  -lm  -lpthread
$prefix/$bindir/ocamlopt -I +compiler-libs ocamlcommon.cmxa -I +unix unix.cmxa -o test_install_ocaml.o test_install_script.ml -output-obj
$CC -o $PWD/nat_obj_static test_install_ocaml.o /home/ci/builds/workspace/main/flambda/false/label/ocaml-riscv/testsuite/tools/main_in_c.o -lcomprmarsh -lunixnat  -lasmrun  -lm  -lpthread
$prefix/$bindir/ocamlopt -I +compiler-libs ocamlcommon.cmxa -I +unix unix.cmxa -o $PWD/nat_default test_install_script.ml
$prefix/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma -I +unix unix.cma -o $PWD/byt_complete_exe_shared test_install_script.ml -runtime-variant _shared -output-complete-exe
$prefix/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma -I +unix unix.cma -o $PWD/byt_complete_exe_static test_install_script.ml -output-complete-exe
$prefix/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma -I +unix unix.cma -o test_install_ocaml.o test_install_script.ml -runtime-variant _shared -output-complete-obj <exit 2>
> ld: cannot find -lcamlrun_shared: No such file or directory
> File "test_install_script.ml", line 1:
> Error: Error while building custom runtime system
$prefix/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma -I +unix unix.cma -o test_install_ocaml.o test_install_script.ml -output-complete-obj -noautolink -cclib -lunixbyt
$CC -o $PWD/byt_complete_obj_static test_install_ocaml.o /home/ci/builds/workspace/main/flambda/false/label/ocaml-riscv/testsuite/tools/main_in_c.o -lcamlrun   -lm  -lpthread
$prefix/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma -I +unix unix.cma -o test_install_ocaml.o test_install_script.ml -runtime-variant _shared -output-obj
$CC -o $PWD/byt_obj_shared test_install_ocaml.o /home/ci/builds/workspace/main/flambda/false/label/ocaml-riscv/testsuite/tools/main_in_c.o -lunixbyt -lcamlrun_shared   -lm  -lpthread
$prefix/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma -I +unix unix.cma -o test_install_ocaml.o test_install_script.ml -output-obj
$CC -o $PWD/byt_obj_static test_install_ocaml.o /home/ci/builds/workspace/main/flambda/false/label/ocaml-riscv/testsuite/tools/main_in_c.o -lunixbyt -lcamlrun   -lm  -lpthread
$prefix/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma -I +unix unix.cma -o $PWD/custom_shared test_install_script.ml -runtime-variant _shared -custom
$prefix/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma -I +unix unix.cma -o $PWD/custom_static test_install_script.ml -custom
$prefix/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma -I +unix unix.cma -o $PWD/byt_default test_install_script.ml
Running programs
$PWD/byt_default skip $PWD/byt_default $PWD/byt_default true $prefix $libdir
test-prog (from $PWD/byt_default) skip $PWD/byt_default $PWD/byt_default true $prefix $libdir
sh (from $PWD/byt_default) skip $PWD/byt_default $PWD/byt_default true $prefix $libdir
./byt_default (from $PWD/byt_default) skip $PWD/byt_default $PWD/byt_default true $prefix $libdir
byt_default (from $PWD/byt_default) skip $PWD/byt_default $PWD/byt_default true $prefix $libdir
PATH=.:$PATH byt_default (from $PWD/byt_default) skip $PWD/byt_default $PWD/byt_default true $prefix $libdir

$PWD/custom_static skip $PWD/custom_static $PWD/custom_static true $prefix $libdir
test-prog (from $PWD/custom_static) skip $PWD/custom_static test-prog true $prefix $libdir
sh (from $PWD/custom_static) skip $PWD/custom_static sh true $prefix $libdir
./custom_static (from $PWD/custom_static) skip ./custom_static ./custom_static true $prefix $libdir
custom_static (from $PWD/custom_static) skip custom_static custom_static true $prefix $libdir
PATH=.:$PATH custom_static (from $PWD/custom_static) skip ./custom_static custom_static true $prefix $libdir

$PWD/custom_shared skip $PWD/custom_shared $PWD/custom_shared true $prefix $libdir
test-prog (from $PWD/custom_shared) skip $PWD/custom_shared test-prog true $prefix $libdir
sh (from $PWD/custom_shared) skip $PWD/custom_shared sh true $prefix $libdir
./custom_shared (from $PWD/custom_shared) skip ./custom_shared ./custom_shared true $prefix $libdir
custom_shared (from $PWD/custom_shared) skip custom_shared custom_shared true $prefix $libdir
PATH=.:$PATH custom_shared (from $PWD/custom_shared) skip ./custom_shared custom_shared true $prefix $libdir

$PWD/byt_obj_static skip $PWD/byt_obj_static $PWD/byt_obj_static true $prefix $libdir
test-prog (from $PWD/byt_obj_static) skip $PWD/byt_obj_static test-prog true $prefix $libdir
sh (from $PWD/byt_obj_static) skip $PWD/byt_obj_static sh true $prefix $libdir
./byt_obj_static (from $PWD/byt_obj_static) skip $PWD/byt_obj_static ./byt_obj_static true $prefix $libdir
byt_obj_static (from $PWD/byt_obj_static) skip $PWD/byt_obj_static byt_obj_static true $prefix $libdir
PATH=.:$PATH byt_obj_static (from $PWD/byt_obj_static) skip $PWD/byt_obj_static byt_obj_static true $prefix $libdir

$PWD/byt_obj_shared skip $PWD/byt_obj_shared $PWD/byt_obj_shared true $prefix $libdir
test-prog (from $PWD/byt_obj_shared) skip $PWD/byt_obj_shared test-prog true $prefix $libdir
sh (from $PWD/byt_obj_shared) skip $PWD/byt_obj_shared sh true $prefix $libdir
./byt_obj_shared (from $PWD/byt_obj_shared) skip $PWD/byt_obj_shared ./byt_obj_shared true $prefix $libdir
byt_obj_shared (from $PWD/byt_obj_shared) skip $PWD/byt_obj_shared byt_obj_shared true $prefix $libdir
PATH=.:$PATH byt_obj_shared (from $PWD/byt_obj_shared) skip $PWD/byt_obj_shared byt_obj_shared true $prefix $libdir

$PWD/byt_complete_obj_static skip $PWD/byt_complete_obj_static $PWD/byt_complete_obj_static true $prefix $libdir
test-prog (from $PWD/byt_complete_obj_static) skip $PWD/byt_complete_obj_static test-prog true $prefix $libdir
sh (from $PWD/byt_complete_obj_static) skip $PWD/byt_complete_obj_static sh true $prefix $libdir
./byt_complete_obj_static (from $PWD/byt_complete_obj_static) skip $PWD/byt_complete_obj_static ./byt_complete_obj_static true $prefix $libdir
byt_complete_obj_static (from $PWD/byt_complete_obj_static) skip $PWD/byt_complete_obj_static byt_complete_obj_static true $prefix $libdir
PATH=.:$PATH byt_complete_obj_static (from $PWD/byt_complete_obj_static) skip $PWD/byt_complete_obj_static byt_complete_obj_static true $prefix $libdir

$PWD/byt_complete_exe_static skip $PWD/byt_complete_exe_static $PWD/byt_complete_exe_static true $prefix $libdir
test-prog (from $PWD/byt_complete_exe_static) skip $PWD/byt_complete_exe_static test-prog true $prefix $libdir
sh (from $PWD/byt_complete_exe_static) skip $PWD/byt_complete_exe_static sh true $prefix $libdir
./byt_complete_exe_static (from $PWD/byt_complete_exe_static) skip $PWD/byt_complete_exe_static ./byt_complete_exe_static true $prefix $libdir
byt_complete_exe_static (from $PWD/byt_complete_exe_static) skip $PWD/byt_complete_exe_static byt_complete_exe_static true $prefix $libdir
PATH=.:$PATH byt_complete_exe_static (from $PWD/byt_complete_exe_static) skip $PWD/byt_complete_exe_static byt_complete_exe_static true $prefix $libdir

$PWD/byt_complete_exe_shared skip $PWD/byt_complete_exe_shared $PWD/byt_complete_exe_shared true $prefix $libdir
test-prog (from $PWD/byt_complete_exe_shared) skip $PWD/byt_complete_exe_shared test-prog true $prefix $libdir
sh (from $PWD/byt_complete_exe_shared) skip $PWD/byt_complete_exe_shared sh true $prefix $libdir
./byt_complete_exe_shared (from $PWD/byt_complete_exe_shared) skip $PWD/byt_complete_exe_shared ./byt_complete_exe_shared true $prefix $libdir
byt_complete_exe_shared (from $PWD/byt_complete_exe_shared) skip $PWD/byt_complete_exe_shared byt_complete_exe_shared true $prefix $libdir
PATH=.:$PATH byt_complete_exe_shared (from $PWD/byt_complete_exe_shared) skip $PWD/byt_complete_exe_shared byt_complete_exe_shared true $prefix $libdir

$PWD/nat_default skip $PWD/nat_default $PWD/nat_default true $prefix $libdir
test-prog (from $PWD/nat_default) skip $PWD/nat_default test-prog true $prefix $libdir
sh (from $PWD/nat_default) skip $PWD/nat_default sh true $prefix $libdir
./nat_default (from $PWD/nat_default) skip $PWD/nat_default ./nat_default true $prefix $libdir
nat_default (from $PWD/nat_default) skip $PWD/nat_default nat_default true $prefix $libdir
PATH=.:$PATH nat_default (from $PWD/nat_default) skip $PWD/nat_default nat_default true $prefix $libdir

$PWD/nat_obj_static skip $PWD/nat_obj_static $PWD/nat_obj_static true $prefix $libdir
test-prog (from $PWD/nat_obj_static) skip $PWD/nat_obj_static test-prog true $prefix $libdir
sh (from $PWD/nat_obj_static) skip $PWD/nat_obj_static sh true $prefix $libdir
./nat_obj_static (from $PWD/nat_obj_static) skip $PWD/nat_obj_static ./nat_obj_static true $prefix $libdir
nat_obj_static (from $PWD/nat_obj_static) skip $PWD/nat_obj_static nat_obj_static true $prefix $libdir
PATH=.:$PATH nat_obj_static (from $PWD/nat_obj_static) skip $PWD/nat_obj_static nat_obj_static true $prefix $libdir

$PWD/nat_obj_shared skip $PWD/nat_obj_shared $PWD/nat_obj_shared true $prefix $libdir <exit 139>
test-prog (from $PWD/nat_obj_shared) skip $PWD/nat_obj_shared test-prog true $prefix $libdir <exit 139>
sh (from $PWD/nat_obj_shared) skip $PWD/nat_obj_shared sh true $prefix $libdir <exit 139>
./nat_obj_shared (from $PWD/nat_obj_shared) skip $PWD/nat_obj_shared ./nat_obj_shared true $prefix $libdir <exit 139>
nat_obj_shared (from $PWD/nat_obj_shared) skip $PWD/nat_obj_shared nat_obj_shared true $prefix $libdir <exit 139>
PATH=.:$PATH nat_obj_shared (from $PWD/nat_obj_shared) skip $PWD/nat_obj_shared nat_obj_shared true $prefix $libdir <exit 139>

$PWD/nat_complete_obj_static skip $PWD/nat_complete_obj_static $PWD/nat_complete_obj_static true $prefix $libdir
test-prog (from $PWD/nat_complete_obj_static) skip $PWD/nat_complete_obj_static test-prog true $prefix $libdir
sh (from $PWD/nat_complete_obj_static) skip $PWD/nat_complete_obj_static sh true $prefix $libdir
./nat_complete_obj_static (from $PWD/nat_complete_obj_static) skip $PWD/nat_complete_obj_static ./nat_complete_obj_static true $prefix $libdir
nat_complete_obj_static (from $PWD/nat_complete_obj_static) skip $PWD/nat_complete_obj_static nat_complete_obj_static true $prefix $libdir
PATH=.:$PATH nat_complete_obj_static (from $PWD/nat_complete_obj_static) skip $PWD/nat_complete_obj_static nat_complete_obj_static true $prefix $libdir

Renaming $prefix to $prefix.new

Re-running test programs
CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs $prefix.new/$bindir/ocamlrun $PWD/byt_default skip $PWD/byt_default $PWD/byt_default false $prefix.new $libdir
> Environment
>   PATH=$prefix.new/$bindir:$PATH
>   LD_LIBRARY_PATH=$prefix.new/$libdir:$LD_LIBRARY_PATH
CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs $prefix.new/$bindir/ocamlrun $PWD/byt_default skip $PWD/byt_default $PWD/byt_default false $prefix.new $libdir
CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs $prefix.new/$bindir/ocamlrun $PWD/byt_default skip $PWD/byt_default $PWD/byt_default false $prefix.new $libdir
CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs $prefix.new/$bindir/ocamlrun $PWD/byt_default skip $PWD/byt_default $PWD/byt_default false $prefix.new $libdir
CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs $prefix.new/$bindir/ocamlrun $PWD/byt_default skip $PWD/byt_default $PWD/byt_default false $prefix.new $libdir
PATH=.:$PATH CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs $prefix.new/$bindir/ocamlrun $PWD/byt_default skip $PWD/byt_default $PWD/byt_default false $prefix.new $libdir

$PWD/custom_static skip $PWD/custom_static $PWD/custom_static false $prefix.new $libdir
test-prog (from $PWD/custom_static) skip $PWD/custom_static test-prog false $prefix.new $libdir
sh (from $PWD/custom_static) skip $PWD/custom_static sh false $prefix.new $libdir
./custom_static (from $PWD/custom_static) skip ./custom_static ./custom_static false $prefix.new $libdir
custom_static (from $PWD/custom_static) skip custom_static custom_static false $prefix.new $libdir
PATH=.:$PATH custom_static (from $PWD/custom_static) skip ./custom_static custom_static false $prefix.new $libdir

$PWD/custom_shared skip $PWD/custom_shared $PWD/custom_shared false $prefix.new $libdir
test-prog (from $PWD/custom_shared) skip $PWD/custom_shared test-prog false $prefix.new $libdir
sh (from $PWD/custom_shared) skip $PWD/custom_shared sh false $prefix.new $libdir
./custom_shared (from $PWD/custom_shared) skip ./custom_shared ./custom_shared false $prefix.new $libdir
custom_shared (from $PWD/custom_shared) skip custom_shared custom_shared false $prefix.new $libdir
PATH=.:$PATH custom_shared (from $PWD/custom_shared) skip ./custom_shared custom_shared false $prefix.new $libdir

$PWD/byt_obj_static skip $PWD/byt_obj_static $PWD/byt_obj_static false $prefix.new $libdir
test-prog (from $PWD/byt_obj_static) skip $PWD/byt_obj_static test-prog false $prefix.new $libdir
sh (from $PWD/byt_obj_static) skip $PWD/byt_obj_static sh false $prefix.new $libdir
./byt_obj_static (from $PWD/byt_obj_static) skip $PWD/byt_obj_static ./byt_obj_static false $prefix.new $libdir
byt_obj_static (from $PWD/byt_obj_static) skip $PWD/byt_obj_static byt_obj_static false $prefix.new $libdir
PATH=.:$PATH byt_obj_static (from $PWD/byt_obj_static) skip $PWD/byt_obj_static byt_obj_static false $prefix.new $libdir

$PWD/byt_obj_shared skip $PWD/byt_obj_shared $PWD/byt_obj_shared false $prefix.new $libdir
test-prog (from $PWD/byt_obj_shared) skip $PWD/byt_obj_shared test-prog false $prefix.new $libdir
sh (from $PWD/byt_obj_shared) skip $PWD/byt_obj_shared sh false $prefix.new $libdir
./byt_obj_shared (from $PWD/byt_obj_shared) skip $PWD/byt_obj_shared ./byt_obj_shared false $prefix.new $libdir
byt_obj_shared (from $PWD/byt_obj_shared) skip $PWD/byt_obj_shared byt_obj_shared false $prefix.new $libdir
PATH=.:$PATH byt_obj_shared (from $PWD/byt_obj_shared) skip $PWD/byt_obj_shared byt_obj_shared false $prefix.new $libdir

$PWD/byt_complete_obj_static skip $PWD/byt_complete_obj_static $PWD/byt_complete_obj_static false $prefix.new $libdir
test-prog (from $PWD/byt_complete_obj_static) skip $PWD/byt_complete_obj_static test-prog false $prefix.new $libdir
sh (from $PWD/byt_complete_obj_static) skip $PWD/byt_complete_obj_static sh false $prefix.new $libdir
./byt_complete_obj_static (from $PWD/byt_complete_obj_static) skip $PWD/byt_complete_obj_static ./byt_complete_obj_static false $prefix.new $libdir
byt_complete_obj_static (from $PWD/byt_complete_obj_static) skip $PWD/byt_complete_obj_static byt_complete_obj_static false $prefix.new $libdir
PATH=.:$PATH byt_complete_obj_static (from $PWD/byt_complete_obj_static) skip $PWD/byt_complete_obj_static byt_complete_obj_static false $prefix.new $libdir

$PWD/byt_complete_exe_static skip $PWD/byt_complete_exe_static $PWD/byt_complete_exe_static false $prefix.new $libdir
test-prog (from $PWD/byt_complete_exe_static) skip $PWD/byt_complete_exe_static test-prog false $prefix.new $libdir
sh (from $PWD/byt_complete_exe_static) skip $PWD/byt_complete_exe_static sh false $prefix.new $libdir
./byt_complete_exe_static (from $PWD/byt_complete_exe_static) skip $PWD/byt_complete_exe_static ./byt_complete_exe_static false $prefix.new $libdir
byt_complete_exe_static (from $PWD/byt_complete_exe_static) skip $PWD/byt_complete_exe_static byt_complete_exe_static false $prefix.new $libdir
PATH=.:$PATH byt_complete_exe_static (from $PWD/byt_complete_exe_static) skip $PWD/byt_complete_exe_static byt_complete_exe_static false $prefix.new $libdir

$PWD/byt_complete_exe_shared skip $PWD/byt_complete_exe_shared $PWD/byt_complete_exe_shared false $prefix.new $libdir
test-prog (from $PWD/byt_complete_exe_shared) skip $PWD/byt_complete_exe_shared test-prog false $prefix.new $libdir
sh (from $PWD/byt_complete_exe_shared) skip $PWD/byt_complete_exe_shared sh false $prefix.new $libdir
./byt_complete_exe_shared (from $PWD/byt_complete_exe_shared) skip $PWD/byt_complete_exe_shared ./byt_complete_exe_shared false $prefix.new $libdir
byt_complete_exe_shared (from $PWD/byt_complete_exe_shared) skip $PWD/byt_complete_exe_shared byt_complete_exe_shared false $prefix.new $libdir
PATH=.:$PATH byt_complete_exe_shared (from $PWD/byt_complete_exe_shared) skip $PWD/byt_complete_exe_shared byt_complete_exe_shared false $prefix.new $libdir

$PWD/nat_default skip $PWD/nat_default $PWD/nat_default false $prefix.new $libdir
test-prog (from $PWD/nat_default) skip $PWD/nat_default test-prog false $prefix.new $libdir
sh (from $PWD/nat_default) skip $PWD/nat_default sh false $prefix.new $libdir
./nat_default (from $PWD/nat_default) skip $PWD/nat_default ./nat_default false $prefix.new $libdir
nat_default (from $PWD/nat_default) skip $PWD/nat_default nat_default false $prefix.new $libdir
PATH=.:$PATH nat_default (from $PWD/nat_default) skip $PWD/nat_default nat_default false $prefix.new $libdir

$PWD/nat_obj_static skip $PWD/nat_obj_static $PWD/nat_obj_static false $prefix.new $libdir
test-prog (from $PWD/nat_obj_static) skip $PWD/nat_obj_static test-prog false $prefix.new $libdir
sh (from $PWD/nat_obj_static) skip $PWD/nat_obj_static sh false $prefix.new $libdir
./nat_obj_static (from $PWD/nat_obj_static) skip $PWD/nat_obj_static ./nat_obj_static false $prefix.new $libdir
nat_obj_static (from $PWD/nat_obj_static) skip $PWD/nat_obj_static nat_obj_static false $prefix.new $libdir
PATH=.:$PATH nat_obj_static (from $PWD/nat_obj_static) skip $PWD/nat_obj_static nat_obj_static false $prefix.new $libdir

$PWD/nat_obj_shared skip $PWD/nat_obj_shared $PWD/nat_obj_shared false $prefix.new $libdir <exit 139>
test-prog (from $PWD/nat_obj_shared) skip $PWD/nat_obj_shared test-prog false $prefix.new $libdir <exit 139>
sh (from $PWD/nat_obj_shared) skip $PWD/nat_obj_shared sh false $prefix.new $libdir <exit 139>
./nat_obj_shared (from $PWD/nat_obj_shared) skip $PWD/nat_obj_shared ./nat_obj_shared false $prefix.new $libdir <exit 139>
nat_obj_shared (from $PWD/nat_obj_shared) skip $PWD/nat_obj_shared nat_obj_shared false $prefix.new $libdir <exit 139>
PATH=.:$PATH nat_obj_shared (from $PWD/nat_obj_shared) skip $PWD/nat_obj_shared nat_obj_shared false $prefix.new $libdir <exit 139>

$PWD/nat_complete_obj_static skip $PWD/nat_complete_obj_static $PWD/nat_complete_obj_static false $prefix.new $libdir
test-prog (from $PWD/nat_complete_obj_static) skip $PWD/nat_complete_obj_static test-prog false $prefix.new $libdir
sh (from $PWD/nat_complete_obj_static) skip $PWD/nat_complete_obj_static sh false $prefix.new $libdir
./nat_complete_obj_static (from $PWD/nat_complete_obj_static) skip $PWD/nat_complete_obj_static ./nat_complete_obj_static false $prefix.new $libdir
nat_complete_obj_static (from $PWD/nat_complete_obj_static) skip $PWD/nat_complete_obj_static nat_complete_obj_static false $prefix.new $libdir
PATH=.:$PATH nat_complete_obj_static (from $PWD/nat_complete_obj_static) skip $PWD/nat_complete_obj_static nat_complete_obj_static false $prefix.new $libdir


Testing loading of libraries with bytecode dynlink
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlc -I +dynlink dynlink.cma -linkall -o $PWD/test_script test_install_script.ml
CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs $prefix.new/$bindir/ocamlrun $PWD/test_script runtime_events
> Loaded runtime_events.cma
CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs $prefix.new/$bindir/ocamlrun $PWD/test_script str
> Loaded str.cma
CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs $prefix.new/$bindir/ocamlrun $PWD/test_script unix threads
> Loaded unix.cma
> Loaded threads.cma
CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs $prefix.new/$bindir/ocamlrun $PWD/test_script unix
> Loaded unix.cma

Testing loading of libraries with native dynlink
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlopt -I +dynlink dynlink.cmxa -linkall -o $PWD/test_script test_install_script.ml
$PWD/test_script runtime_events
> Loaded runtime_events.cmxs
$PWD/test_script str
> Loaded str.cmxs
$PWD/test_script unix
> Loaded unix.cmxs
Testing loading of libraries in $prefix.new/$bindir/ocaml
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlrun $prefix.new/$bindir/ocaml -noinit -no-version -noprompt test_install_script.ml
> Loaded dynlink.cma
CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlrun $prefix.new/$bindir/ocaml -noinit -no-version -noprompt test_install_script.ml
> Loaded runtime_events.cma
CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlrun $prefix.new/$bindir/ocaml -noinit -no-version -noprompt test_install_script.ml
> Loaded str.cma
CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlrun $prefix.new/$bindir/ocaml -noinit -no-version -noprompt test_install_script.ml
> Loaded unix.cma
> Loaded threads.cma
CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlrun $prefix.new/$bindir/ocaml -noinit -no-version -noprompt test_install_script.ml
> Loaded unix.cma
Testing loading of libraries in $prefix.new/$bindir/ocamlnat
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlnat -noinit -no-version -noprompt test_install_script.ml
> Loaded dynlink.cmxa
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlnat -noinit -no-version -noprompt test_install_script.ml
> Loaded runtime_events.cmxs
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlnat -noinit -no-version -noprompt test_install_script.ml
> Loaded str.cmxs
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlnat -noinit -no-version -noprompt test_install_script.ml
> Loaded unix.cmxs
> Loaded threads.cmxa
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlnat -noinit -no-version -noprompt test_install_script.ml
> Loaded unix.cmxs

Testing processing of ld.conf
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma ocamlbytecomp.cma -o $PWD/test_ld_conf.byte test_install_script.ml
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlopt -I +compiler-libs ocamlcommon.cmxa ocamlbytecomp.cmxa -o $PWD/test_ld_conf.opt test_install_script.ml
- Base ld.conf test
Backing up $prefix.new/$libdir/ld.conf to $prefix.new/$libdir/ld.conf.bak
$prefix.new/$bindir/ocamlrun -config
$prefix.new/$bindir/ocamlrun $PWD/test_ld_conf.byte
$PWD/test_ld_conf.opt
- Base ld.conf + CAML_LD_LIBRARY_PATH
CAML_LD_LIBRARY_PATH=:/://:.:..:./:../:./stublibs:../stublibs:stublibs:.stublibs:..stublibs:/home/ci/ocaml-tmp-install-2743081.new/lib/ocaml:/lib/ocaml $prefix.new/$bindir/ocamlrun -config
CAML_LD_LIBRARY_PATH=:/://:.:..:./:../:./stublibs:../stublibs:stublibs:.stublibs:..stublibs:/home/ci/ocaml-tmp-install-2743081.new/lib/ocaml:/lib/ocaml $prefix.new/$bindir/ocamlrun $PWD/test_ld_conf.byte
CAML_LD_LIBRARY_PATH=:/://:.:..:./:../:./stublibs:../stublibs:stublibs:.stublibs:..stublibs:/home/ci/ocaml-tmp-install-2743081.new/lib/ocaml:/lib/ocaml $PWD/test_ld_conf.opt
- Base ld.conf + quoted CAML_LD_LIBRARY_PATH
CAML_LD_LIBRARY_PATH="quoted":quote"in"entry:one";"entry:one";"two";three $prefix.new/$bindir/ocamlrun -config
CAML_LD_LIBRARY_PATH="quoted":quote"in"entry:one";"entry:one";"two";three $prefix.new/$bindir/ocamlrun $PWD/test_ld_conf.byte
CAML_LD_LIBRARY_PATH="quoted":quote"in"entry:one";"entry:one";"two";three $PWD/test_ld_conf.opt
- Base ld.conf with CRLF endings
$prefix.new/$bindir/ocamlrun -config
$prefix.new/$bindir/ocamlrun $PWD/test_ld_conf.byte
$PWD/test_ld_conf.opt
- Empty CAML_LD_LIBRARY_PATH
CAML_LD_LIBRARY_PATH= $prefix.new/$bindir/ocamlrun -config
CAML_LD_LIBRARY_PATH= $prefix.new/$bindir/ocamlrun $PWD/test_ld_conf.byte
CAML_LD_LIBRARY_PATH= $PWD/test_ld_conf.opt
- Embedded empty entry in CAML_LD_LIBRARY_PATH
CAML_LD_LIBRARY_PATH=: $prefix.new/$bindir/ocamlrun -config
CAML_LD_LIBRARY_PATH=: $prefix.new/$bindir/ocamlrun $PWD/test_ld_conf.byte
CAML_LD_LIBRARY_PATH=: $PWD/test_ld_conf.opt
- Empty CAMLLIB
CAMLLIB= CAML_LD_LIBRARY_PATH=env $prefix.new/$bindir/ocamlrun -config
CAMLLIB= CAML_LD_LIBRARY_PATH=env $prefix.new/$bindir/ocamlrun $PWD/test_ld_conf.byte
CAMLLIB= CAML_LD_LIBRARY_PATH=env $PWD/test_ld_conf.opt
- Empty OCAMLLIB
CAMLLIB=$PWD/camllib OCAMLLIB= CAML_LD_LIBRARY_PATH=env $prefix.new/$bindir/ocamlrun -config
CAMLLIB=$PWD/camllib OCAMLLIB= CAML_LD_LIBRARY_PATH=env $prefix.new/$bindir/ocamlrun $PWD/test_ld_conf.byte
CAMLLIB=$PWD/camllib OCAMLLIB= CAML_LD_LIBRARY_PATH=env $PWD/test_ld_conf.opt
- $OCAMLLIB/ld.conf
CAMLLIB=$PWD/camllib OCAMLLIB=$PWD/ocamllib CAML_LD_LIBRARY_PATH=env $prefix.new/$bindir/ocamlrun -config
CAMLLIB=$PWD/camllib OCAMLLIB=$PWD/ocamllib CAML_LD_LIBRARY_PATH=env $prefix.new/$bindir/ocamlrun $PWD/test_ld_conf.byte
CAMLLIB=$PWD/camllib OCAMLLIB=$PWD/ocamllib CAML_LD_LIBRARY_PATH=env $PWD/test_ld_conf.opt
- $CAMLLIB/ld.conf
CAMLLIB=$PWD/camllib CAML_LD_LIBRARY_PATH=env $prefix.new/$bindir/ocamlrun -config
CAMLLIB=$PWD/camllib CAML_LD_LIBRARY_PATH=env $prefix.new/$bindir/ocamlrun $PWD/test_ld_conf.byte
CAMLLIB=$PWD/camllib CAML_LD_LIBRARY_PATH=env $PWD/test_ld_conf.opt
- EOF-at-EOF
$prefix.new/$bindir/ocamlrun -config
$prefix.new/$bindir/ocamlrun $PWD/test_ld_conf.byte
$PWD/test_ld_conf.opt
Restoring $prefix.new/$libdir/ld.conf.bak to $prefix.new/$libdir/ld.conf

Testing bytecode binaries in $prefix.new/$bindir
$prefix.new/$bindir/ocamlrun -M
$prefix.new/$bindir/ocaml -vnum <exit 127>
$prefix.new/$bindir/ocamlc.byte -vnum <exit 127>
$prefix.new/$bindir/ocamlcmt -vnum <exit 127>
$prefix.new/$bindir/ocamlcp -vnum <exit 127>
$prefix.new/$bindir/ocamldebug -vnum <exit 127>
$prefix.new/$bindir/ocamldep.byte -vnum <exit 127>
$prefix.new/$bindir/ocamldoc -vnum <exit 127>
$prefix.new/$bindir/ocamllex.byte -vnum <exit 127>
$prefix.new/$bindir/ocamlmklib -vnum <exit 127>
$prefix.new/$bindir/ocamlmktop -vnum <exit 127>
$prefix.new/$bindir/ocamlobjinfo.byte -vnum <exit 127>
$prefix.new/$bindir/ocamlopt.byte -vnum <exit 127>
$prefix.new/$bindir/ocamloptp -vnum <exit 127>
$prefix.new/$bindir/ocamlprof -vnum <exit 127>

Testing compilation mechanisms for $prefix.new/$bindir
$prefix.new/$bindir/ocamlc -where
$prefix.new/$bindir/ocamlopt -where
ocamlc -where: $prefix/$libdir
ocamlopt -where: $prefix/$libdir
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlopt -I +compiler-libs ocamlcommon.cmxa -I +unix unix.cmxa -o test_install_ocaml.o test_install_script.ml -runtime-variant _shared -output-complete-obj -noautolink -cclib -lunixnat -cclib -lcomprmarsh <exit 2>
> File "caml_startup", line 1:
> Error: Cannot find file libasmrun_shared.a
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlopt -I +compiler-libs ocamlcommon.cmxa -I +unix unix.cmxa -o test_install_ocaml.o test_install_script.ml -output-complete-obj -noautolink -cclib -lunixnat -cclib -lcomprmarsh
$CC -o $PWD/nat_complete_obj_static test_install_ocaml.o /home/ci/builds/workspace/main/flambda/false/label/ocaml-riscv/testsuite/tools/main_in_c.o  -lasmrun  -lm  -lpthread
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlopt -I +compiler-libs ocamlcommon.cmxa -I +unix unix.cmxa -o test_install_ocaml.o test_install_script.ml -runtime-variant _shared -output-obj
$CC -o $PWD/nat_obj_shared test_install_ocaml.o /home/ci/builds/workspace/main/flambda/false/label/ocaml-riscv/testsuite/tools/main_in_c.o -lcomprmarsh -lunixnat  -lasmrun_shared  -lm  -lpthread
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlopt -I +compiler-libs ocamlcommon.cmxa -I +unix unix.cmxa -o test_install_ocaml.o test_install_script.ml -output-obj
$CC -o $PWD/nat_obj_static test_install_ocaml.o /home/ci/builds/workspace/main/flambda/false/label/ocaml-riscv/testsuite/tools/main_in_c.o -lcomprmarsh -lunixnat  -lasmrun  -lm  -lpthread
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlopt -I +compiler-libs ocamlcommon.cmxa -I +unix unix.cmxa -o $PWD/nat_default test_install_script.ml
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma -I +unix unix.cma -o $PWD/byt_complete_exe_shared test_install_script.ml -runtime-variant _shared -output-complete-exe
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma -I +unix unix.cma -o $PWD/byt_complete_exe_static test_install_script.ml -output-complete-exe
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma -I +unix unix.cma -o test_install_ocaml.o test_install_script.ml -runtime-variant _shared -output-complete-obj <exit 2>
> ld: cannot find -lcamlrun_shared: No such file or directory
> File "test_install_script.ml", line 1:
> Error: Error while building custom runtime system
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma -I +unix unix.cma -o test_install_ocaml.o test_install_script.ml -output-complete-obj -noautolink -cclib -lunixbyt
$CC -o $PWD/byt_complete_obj_static test_install_ocaml.o /home/ci/builds/workspace/main/flambda/false/label/ocaml-riscv/testsuite/tools/main_in_c.o -lcamlrun   -lm  -lpthread
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma -I +unix unix.cma -o test_install_ocaml.o test_install_script.ml -runtime-variant _shared -output-obj
$CC -o $PWD/byt_obj_shared test_install_ocaml.o /home/ci/builds/workspace/main/flambda/false/label/ocaml-riscv/testsuite/tools/main_in_c.o -lunixbyt -lcamlrun_shared   -lm  -lpthread
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma -I +unix unix.cma -o test_install_ocaml.o test_install_script.ml -output-obj
$CC -o $PWD/byt_obj_static test_install_ocaml.o /home/ci/builds/workspace/main/flambda/false/label/ocaml-riscv/testsuite/tools/main_in_c.o -lunixbyt -lcamlrun   -lm  -lpthread
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma -I +unix unix.cma -o $PWD/custom_shared test_install_script.ml -runtime-variant _shared -custom
OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma -I +unix unix.cma -o $PWD/custom_static test_install_script.ml -custom
CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs OCAMLLIB=$prefix.new/$libdir $prefix.new/$bindir/ocamlc -I +compiler-libs ocamlcommon.cma -I +unix unix.cma -o $PWD/byt_default test_install_script.ml
Running programs
CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs $prefix.new/$bindir/ocamlrun $PWD/byt_default skip $PWD/byt_default $PWD/byt_default false $prefix.new $libdir
CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs $prefix.new/$bindir/ocamlrun $PWD/byt_default skip $PWD/byt_default $PWD/byt_default false $prefix.new $libdir
CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs $prefix.new/$bindir/ocamlrun $PWD/byt_default skip $PWD/byt_default $PWD/byt_default false $prefix.new $libdir
CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs $prefix.new/$bindir/ocamlrun $PWD/byt_default skip $PWD/byt_default $PWD/byt_default false $prefix.new $libdir
CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs $prefix.new/$bindir/ocamlrun $PWD/byt_default skip $PWD/byt_default $PWD/byt_default false $prefix.new $libdir
PATH=.:$PATH CAML_LD_LIBRARY_PATH=$prefix.new/$libdir/stublibs $prefix.new/$bindir/ocamlrun $PWD/byt_default skip $PWD/byt_default $PWD/byt_default false $prefix.new $libdir

$PWD/custom_static skip $PWD/custom_static $PWD/custom_static false $prefix.new $libdir
test-prog (from $PWD/custom_static) skip $PWD/custom_static test-prog false $prefix.new $libdir
sh (from $PWD/custom_static) skip $PWD/custom_static sh false $prefix.new $libdir
./custom_static (from $PWD/custom_static) skip ./custom_static ./custom_static false $prefix.new $libdir
custom_static (from $PWD/custom_static) skip custom_static custom_static false $prefix.new $libdir
PATH=.:$PATH custom_static (from $PWD/custom_static) skip ./custom_static custom_static false $prefix.new $libdir

$PWD/custom_shared skip $PWD/custom_shared $PWD/custom_shared false $prefix.new $libdir
test-prog (from $PWD/custom_shared) skip $PWD/custom_shared test-prog false $prefix.new $libdir
sh (from $PWD/custom_shared) skip $PWD/custom_shared sh false $prefix.new $libdir
./custom_shared (from $PWD/custom_shared) skip ./custom_shared ./custom_shared false $prefix.new $libdir
custom_shared (from $PWD/custom_shared) skip custom_shared custom_shared false $prefix.new $libdir
PATH=.:$PATH custom_shared (from $PWD/custom_shared) skip ./custom_shared custom_shared false $prefix.new $libdir

$PWD/byt_obj_static skip $PWD/byt_obj_static $PWD/byt_obj_static false $prefix.new $libdir
test-prog (from $PWD/byt_obj_static) skip $PWD/byt_obj_static test-prog false $prefix.new $libdir
sh (from $PWD/byt_obj_static) skip $PWD/byt_obj_static sh false $prefix.new $libdir
./byt_obj_static (from $PWD/byt_obj_static) skip $PWD/byt_obj_static ./byt_obj_static false $prefix.new $libdir
byt_obj_static (from $PWD/byt_obj_static) skip $PWD/byt_obj_static byt_obj_static false $prefix.new $libdir
PATH=.:$PATH byt_obj_static (from $PWD/byt_obj_static) skip $PWD/byt_obj_static byt_obj_static false $prefix.new $libdir

$PWD/byt_obj_shared skip $PWD/byt_obj_shared $PWD/byt_obj_shared false $prefix.new $libdir
test-prog (from $PWD/byt_obj_shared) skip $PWD/byt_obj_shared test-prog false $prefix.new $libdir
sh (from $PWD/byt_obj_shared) skip $PWD/byt_obj_shared sh false $prefix.new $libdir
./byt_obj_shared (from $PWD/byt_obj_shared) skip $PWD/byt_obj_shared ./byt_obj_shared false $prefix.new $libdir
byt_obj_shared (from $PWD/byt_obj_shared) skip $PWD/byt_obj_shared byt_obj_shared false $prefix.new $libdir
PATH=.:$PATH byt_obj_shared (from $PWD/byt_obj_shared) skip $PWD/byt_obj_shared byt_obj_shared false $prefix.new $libdir

$PWD/byt_complete_obj_static skip $PWD/byt_complete_obj_static $PWD/byt_complete_obj_static false $prefix.new $libdir
test-prog (from $PWD/byt_complete_obj_static) skip $PWD/byt_complete_obj_static test-prog false $prefix.new $libdir
sh (from $PWD/byt_complete_obj_static) skip $PWD/byt_complete_obj_static sh false $prefix.new $libdir
./byt_complete_obj_static (from $PWD/byt_complete_obj_static) skip $PWD/byt_complete_obj_static ./byt_complete_obj_static false $prefix.new $libdir
byt_complete_obj_static (from $PWD/byt_complete_obj_static) skip $PWD/byt_complete_obj_static byt_complete_obj_static false $prefix.new $libdir
PATH=.:$PATH byt_complete_obj_static (from $PWD/byt_complete_obj_static) skip $PWD/byt_complete_obj_static byt_complete_obj_static false $prefix.new $libdir

$PWD/byt_complete_exe_static skip $PWD/byt_complete_exe_static $PWD/byt_complete_exe_static false $prefix.new $libdir
test-prog (from $PWD/byt_complete_exe_static) skip $PWD/byt_complete_exe_static test-prog false $prefix.new $libdir
sh (from $PWD/byt_complete_exe_static) skip $PWD/byt_complete_exe_static sh false $prefix.new $libdir
./byt_complete_exe_static (from $PWD/byt_complete_exe_static) skip $PWD/byt_complete_exe_static ./byt_complete_exe_static false $prefix.new $libdir
byt_complete_exe_static (from $PWD/byt_complete_exe_static) skip $PWD/byt_complete_exe_static byt_complete_exe_static false $prefix.new $libdir
PATH=.:$PATH byt_complete_exe_static (from $PWD/byt_complete_exe_static) skip $PWD/byt_complete_exe_static byt_complete_exe_static false $prefix.new $libdir

$PWD/byt_complete_exe_shared skip $PWD/byt_complete_exe_shared $PWD/byt_complete_exe_shared false $prefix.new $libdir
test-prog (from $PWD/byt_complete_exe_shared) skip $PWD/byt_complete_exe_shared test-prog false $prefix.new $libdir
sh (from $PWD/byt_complete_exe_shared) skip $PWD/byt_complete_exe_shared sh false $prefix.new $libdir
./byt_complete_exe_shared (from $PWD/byt_complete_exe_shared) skip $PWD/byt_complete_exe_shared ./byt_complete_exe_shared false $prefix.new $libdir
byt_complete_exe_shared (from $PWD/byt_complete_exe_shared) skip $PWD/byt_complete_exe_shared byt_complete_exe_shared false $prefix.new $libdir
PATH=.:$PATH byt_complete_exe_shared (from $PWD/byt_complete_exe_shared) skip $PWD/byt_complete_exe_shared byt_complete_exe_shared false $prefix.new $libdir

$PWD/nat_default skip $PWD/nat_default $PWD/nat_default false $prefix.new $libdir
test-prog (from $PWD/nat_default) skip $PWD/nat_default test-prog false $prefix.new $libdir
sh (from $PWD/nat_default) skip $PWD/nat_default sh false $prefix.new $libdir
./nat_default (from $PWD/nat_default) skip $PWD/nat_default ./nat_default false $prefix.new $libdir
nat_default (from $PWD/nat_default) skip $PWD/nat_default nat_default false $prefix.new $libdir
PATH=.:$PATH nat_default (from $PWD/nat_default) skip $PWD/nat_default nat_default false $prefix.new $libdir

$PWD/nat_obj_static skip $PWD/nat_obj_static $PWD/nat_obj_static false $prefix.new $libdir
test-prog (from $PWD/nat_obj_static) skip $PWD/nat_obj_static test-prog false $prefix.new $libdir
sh (from $PWD/nat_obj_static) skip $PWD/nat_obj_static sh false $prefix.new $libdir
./nat_obj_static (from $PWD/nat_obj_static) skip $PWD/nat_obj_static ./nat_obj_static false $prefix.new $libdir
nat_obj_static (from $PWD/nat_obj_static) skip $PWD/nat_obj_static nat_obj_static false $prefix.new $libdir
PATH=.:$PATH nat_obj_static (from $PWD/nat_obj_static) skip $PWD/nat_obj_static nat_obj_static false $prefix.new $libdir

$PWD/nat_obj_shared skip $PWD/nat_obj_shared $PWD/nat_obj_shared false $prefix.new $libdir <exit 139>
test-prog (from $PWD/nat_obj_shared) skip $PWD/nat_obj_shared test-prog false $prefix.new $libdir <exit 139>
sh (from $PWD/nat_obj_shared) skip $PWD/nat_obj_shared sh false $prefix.new $libdir <exit 139>
./nat_obj_shared (from $PWD/nat_obj_shared) skip $PWD/nat_obj_shared ./nat_obj_shared false $prefix.new $libdir <exit 139>
nat_obj_shared (from $PWD/nat_obj_shared) skip $PWD/nat_obj_shared nat_obj_shared false $prefix.new $libdir <exit 139>
PATH=.:$PATH nat_obj_shared (from $PWD/nat_obj_shared) skip $PWD/nat_obj_shared nat_obj_shared false $prefix.new $libdir <exit 139>

$PWD/nat_complete_obj_static skip $PWD/nat_complete_obj_static $PWD/nat_complete_obj_static false $prefix.new $libdir
test-prog (from $PWD/nat_complete_obj_static) skip $PWD/nat_complete_obj_static test-prog false $prefix.new $libdir
sh (from $PWD/nat_complete_obj_static) skip $PWD/nat_complete_obj_static sh false $prefix.new $libdir
./nat_complete_obj_static (from $PWD/nat_complete_obj_static) skip $PWD/nat_complete_obj_static ./nat_complete_obj_static false $prefix.new $libdir
nat_complete_obj_static (from $PWD/nat_complete_obj_static) skip $PWD/nat_complete_obj_static nat_complete_obj_static false $prefix.new $libdir
PATH=.:$PATH nat_complete_obj_static (from $PWD/nat_complete_obj_static) skip $PWD/nat_complete_obj_static nat_complete_obj_static false $prefix.new $libdir

Restoring $prefix.new to $prefix
make: Leaving directory '/home/ci/builds/workspace/main/flambda/false/label/ocaml-riscv/testsuite/in_prefix'
+ rm -rf /home/ci/ocaml-tmp-install-2743081
+ cd testsuite
+ test -n -j2
+ test -x /usr/bin/parallel
+ PARALLEL=-j2  make --warn-undefined-variables SHOW_TIMINGS=1 parallel
Running tests from 'tests/afl-instrumentation' ...
 ... testing 'afl-fuzz-test.ml' => skipped
 ... testing 'afl-showmap-test.ml' => skipped
Running tests from 'tests/arch-power' ...
 ... testing 'exn_raise.ml' => skipped
Running tests from 'tests/array-functions' ...
 ... testing 'test.ml' => passed (wall clock: 5.49s)
 ... testing 'test_iarray.ml' => passed (wall clock: 5.32s)
Running tests from 'tests/asmcomp' ...
 ... testing '0001-test.ml' => passed (wall clock: 2.42s)
 ... testing 'bind_tuples.ml' => passed (wall clock: 3.83s)
 ... testing 'compare.ml' => passed (wall clock: 2.00s)
 ... testing 'evaluation_order.ml' => passed (wall clock: 4.92s)
 ... testing 'func_sections.ml' => passed (wall clock: 2.30s)
 ... testing 'issue13875.ml' => passed (wall clock: 3.23s)
 ... testing 'lift_mutable_let_flambda.ml' => skipped
 ... testing 'optargs.ml' => passed (wall clock: 3.91s)
 ... testing 'poll_attr_both.ml' => passed (wall clock: 0.32s)
 ... testing 'poll_attr_inserted.ml' => passed (wall clock: 0.32s)
 ... testing 'poll_attr_prologue.ml' => passed (wall clock: 0.31s)
 ... testing 'poll_attr_user.ml' => passed (wall clock: 0.53s)
 ... testing 'polling_insertion.ml' => passed (wall clock: 2.80s)
 ... testing 'prevent_fma.ml' => passed (wall clock: 2.05s)
 ... testing 'register_typing.ml' => passed (wall clock: 3.97s)
 ... testing 'register_typing_switch.ml' => passed (wall clock: 4.01s)
 ... testing 'regression_value_kinds.ml' => passed (wall clock: 2.08s)
 ... testing 'select_addr.ml' => passed (wall clock: 4.57s)
 ... testing 'static_catch_unboxing.ml' => passed (wall clock: 3.94s)
 ... testing 'staticalloc.ml' => passed (wall clock: 3.99s)
 ... testing 'try_checkbound.ml' => passed (wall clock: 2.63s)
 ... testing 'unrolling_flambda.ml' => skipped
 ... testing 'unrolling_flambda2.ml' => skipped
Running tests from 'tests/asmgen' ...
 ... testing 'arith.cmm' => passed (wall clock: 2.10s)
 ... testing 'catch-float.cmm' => passed (wall clock: 0.33s)
 ... testing 'catch-multiple.cmm' => passed (wall clock: 0.31s)
 ... testing 'catch-rec-deadhandler.cmm' => passed (wall clock: 0.34s)
 ... testing 'catch-rec.cmm' => passed (wall clock: 0.33s)
 ... testing 'catch-try-float.cmm' => passed (wall clock: 0.34s)
 ... testing 'catch-try.cmm' => passed (wall clock: 0.32s)
 ... testing 'checkbound.cmm' => passed (wall clock: 0.34s)
 ... testing 'even-odd-spill-float.cmm' => passed (wall clock: 0.33s)
 ... testing 'even-odd-spill.cmm' => passed (wall clock: 0.34s)
 ... testing 'even-odd.cmm' => passed (wall clock: 0.31s)
 ... testing 'fib.cmm' => passed (wall clock: 0.33s)
 ... testing 'immediates.cmm' => passed (wall clock: 1.06s)
 ... testing 'integr.cmm' => skipped
 ... testing 'invariants.cmm' => passed (wall clock: 0.08s)
 ... testing 'pgcd.cmm' => passed (wall clock: 0.33s)
 ... testing 'quicksort.cmm' => passed (wall clock: 0.44s)
 ... testing 'quicksort2.cmm' => passed (wall clock: 0.43s)
 ... testing 'soli.cmm' => passed (wall clock: 0.43s)
 ... testing 'tagged-fib.cmm' => passed (wall clock: 0.32s)
 ... testing 'tagged-integr.cmm' => passed (wall clock: 0.33s)
 ... testing 'tagged-quicksort.cmm' => passed (wall clock: 0.44s)
 ... testing 'tagged-tak.cmm' => passed (wall clock: 0.36s)
 ... testing 'tak.cmm' => passed (wall clock: 0.32s)
Running tests from 'tests/ast-invariants' ...
 ... testing 'test.ml' => passed (wall clock: 43.77s)
Running tests from 'tests/atomic-locs' ...
 ... testing 'cmm.ml' => skipped
 ... testing 'record_fields.ml' => passed (wall clock: 0.58s)
Running tests from 'tests/backtrace' ...
 ... testing 'backtrace.ml' => passed (wall clock: 2.80s)
 ... testing 'backtrace2.ml' => passed (wall clock: 5.90s)
 ... testing 'backtrace3.ml' => passed (wall clock: 5.34s)
 ... testing 'backtrace_bounds_exn.ml' => passed (wall clock: 5.16s)
 ... testing 'backtrace_c_exn.ml' => passed (wall clock: 7.39s)
 ... testing 'backtrace_deprecated.ml' => passed (wall clock: 5.25s)
 ... testing 'backtrace_dynlink.ml' => passed (wall clock: 2.97s)
 ... testing 'backtrace_effects.ml' => passed (wall clock: 5.16s)
 ... testing 'backtrace_effects_nested.ml' => passed (wall clock: 5.26s)
 ... testing 'backtrace_or_exception.ml' => passed (wall clock: 5.20s)
 ... testing 'backtrace_slots.ml' => passed (wall clock: 6.00s)
 ... testing 'backtrace_systhreads.ml' => passed (wall clock: 12.37s)
 ... testing 'backtraces_and_finalizers.ml' => passed (wall clock: 4.15s)
 ... testing 'callstack.ml' => passed (wall clock: 6.53s)
 ... testing 'event_after_prim.ml' => passed (wall clock: 5.09s)
 ... testing 'inline_test.ml' => passed (wall clock: 4.69s)
 ... testing 'inline_traversal_test.ml' => passed (wall clock: 9.18s)
 ... testing 'lazy.ml' => passed (wall clock: 3.80s)
 ... testing 'methods.ml' => passed (wall clock: 5.47s)
 ... testing 'names.ml' => passed (wall clock: 6.01s)
 ... testing 'pr2195.ml' => passed (wall clock: 8.88s)
 ... testing 'pr6920_why_at.ml' => passed (wall clock: 2.48s)
 ... testing 'pr6920_why_swallow.ml' => passed (wall clock: 2.54s)
 ... testing 'print_location.ml' => passed (wall clock: 2.60s)
 ... testing 'raw_backtrace.ml' => passed (wall clock: 5.79s)
Running tests from 'tests/badly-ordered-deps' ...
 ... testing 'coccinelle.ml' => passed (wall clock: 3.20s)
 ... testing 'main.ml' => passed (wall clock: 1.88s)
Running tests from 'tests/basic' ...
 ... testing 'arrays.ml' => passed (wall clock: 5.77s)
 ... testing 'bigints.ml' => passed (wall clock: 2.65s)
 ... testing 'boxedints.ml' => passed (wall clock: 10.04s)
 ... testing 'constprop.ml.c' => passed (wall clock: 7.07s)
 ... testing 'divint.ml' => passed (wall clock: 5.79s)
 ... testing 'equality.ml' => passed (wall clock: 5.32s)
 ... testing 'eval_order_1.ml' => passed (wall clock: 4.46s)
 ... testing 'eval_order_2.ml' => passed (wall clock: 2.52s)
 ... testing 'eval_order_3.ml' => passed (wall clock: 4.40s)
 ... testing 'eval_order_4.ml' => passed (wall clock: 2.46s)
 ... testing 'eval_order_6.ml' => passed (wall clock: 2.55s)
 ... testing 'eval_order_7.ml' => passed (wall clock: 2.51s)
 ... testing 'eval_order_8.ml' => passed (wall clock: 2.57s)
 ... testing 'eval_order_9.ml' => passed (wall clock: 2.50s)
 ... testing 'eval_order_pr10283.ml' => passed (wall clock: 4.43s)
 ... testing 'float.ml' => passed (wall clock: 4.44s)
 ... testing 'float_physical_equality.ml' => passed (wall clock: 2.51s)
 ... testing 'includestruct.ml' => passed (wall clock: 5.01s)
 ... testing 'localexn.ml' => passed (wall clock: 2.55s)
 ... testing 'localfunction.ml' => passed (wall clock: 4.64s)
 ... testing 'maps.ml' => passed (wall clock: 5.16s)
 ... testing 'min_int.ml' => passed (wall clock: 2.55s)
 ... testing 'objects.ml' => passed (wall clock: 4.63s)
 ... testing 'opt_variants.ml' => passed (wall clock: 6.17s)
 ... testing 'patmatch.ml' => passed (wall clock: 24.22s)
 ... testing 'patmatch_for_multiple.ml' => passed (wall clock: 0.59s)
 ... testing 'patmatch_incoherence.ml' => passed (wall clock: 0.49s)
 ... testing 'patmatch_split_no_or.ml' => passed (wall clock: 0.26s)
 ... testing 'pr7253.ml' => passed (wall clock: 4.41s)
 ... testing 'pr7533.ml' => passed (wall clock: 2.74s)
 ... testing 'pr7657.ml' => passed (wall clock: 2.58s)
 ... testing 'recvalues.ml' => passed (wall clock: 4.77s)
 ... testing 'sets.ml' => passed (wall clock: 5.10s)
 ... testing 'stringmatch.ml' => passed (wall clock: 5.58s)
 ... testing 'switch_opts.ml' => passed (wall clock: 5.51s)
 ... testing 'tailcalls.ml' => passed (wall clock: 41.35s)
 ... testing 'trigraph.ml' => passed (wall clock: 2.47s)
 ... testing 'tuple_match.ml' => passed (wall clock: 4.77s)
 ... testing 'unit_naming.ml' => passed (wall clock: 0.32s)
 ... testing 'zero_divided_by_n.ml' => passed (wall clock: 2.49s)
Running tests from 'tests/basic-float' ...
 ... testing 'float_compare.ml' => passed (wall clock: 2.89s)
 ... testing 'float_literals.ml' => passed (wall clock: 5.61s)
 ... testing 'tfloat_hex.ml' => passed (wall clock: 4.44s)
 ... testing 'tfloat_record.ml' => passed (wall clock: 2.96s)
 ... testing 'zero_sized_float_arrays.ml' => passed (wall clock: 2.89s)
Running tests from 'tests/basic-io' ...
 ... testing 'wc.ml' => passed (wall clock: 2.69s)
Running tests from 'tests/basic-io-2' ...
 ... testing 'io.ml' => passed (wall clock: 5.94s)
Running tests from 'tests/basic-manyargs' ...
 ... testing 'manyargs.ml' => passed (wall clock: 5.82s)
Running tests from 'tests/basic-modules' ...
 ... testing 'anonymous.ml' => passed (wall clock: 0.43s)
 ... testing 'main.ml' => passed (wall clock: 6.65s)
 ... testing 'pr11186.ml' => passed (wall clock: 2.44s)
 ... testing 'recursive_module_evaluation_errors.ml' => passed (wall clock: 0.55s)
 ... testing 'recursive_module_init.ml' => passed (wall clock: 4.77s)
Running tests from 'tests/basic-more' ...
 ... testing 'bounds.ml' => passed (wall clock: 4.62s)
 ... testing 'div_by_zero.ml' => passed (wall clock: 4.63s)
 ... testing 'function_in_ref.ml' => passed (wall clock: 4.33s)
 ... testing 'if_in_if.ml' => passed (wall clock: 4.46s)
 ... testing 'labels_evaluation_order.ml' => passed (wall clock: 2.39s)
 ... testing 'morematch.ml' => passed (wall clock: 9.13s)
 ... testing 'opaque_prim.ml' => passed (wall clock: 4.63s)
 ... testing 'pr10294.ml' => passed (wall clock: 2.52s)
 ... testing 'pr10338.ml' => passed (wall clock: 2.71s)
 ... testing 'pr1271.ml' => passed (wall clock: 9.02s)
 ... testing 'pr2719.ml' => passed (wall clock: 4.79s)
 ... testing 'pr6216.ml' => passed (wall clock: 4.63s)
 ... testing 'pr7683.ml' => passed (wall clock: 2.50s)
 ... testing 'record_evaluation_order.ml' => passed (wall clock: 4.79s)
 ... testing 'robustmatch.ml' => passed (wall clock: 6.42s)
 ... testing 'safer_matching.ml' => passed (wall clock: 4.92s)
 ... testing 'sequential_and_or.ml' => passed (wall clock: 5.32s)
 ... testing 'structural_constants.ml' => passed (wall clock: 5.35s)
 ... testing 'tbuffer.ml' => passed (wall clock: 4.68s)
 ... testing 'top_level_patterns.ml' => passed (wall clock: 4.57s)
 ... testing 'tprintf.ml' => passed (wall clock: 5.32s)
Running tests from 'tests/basic-multdef' ...
 ... testing 'usemultdef.ml' => passed (wall clock: 3.05s)
Running tests from 'tests/basic-private' ...
 ... testing 'tlength.ml' => passed (wall clock: 5.01s)
Running tests from 'tests/c-api' ...
 ... testing 'aligned_alloc.ml' => passed (wall clock: 5.08s)
 ... testing 'alloc_async.ml' => passed (wall clock: 7.01s)
 ... testing 'c_noreturn.ml' => passed (wall clock: 4.73s)
 ... testing 'external.ml' => passed (wall clock: 2.21s)
 ... testing 'test_c_thread_has_lock.ml' => passed (wall clock: 6.69s)
 ... testing 'test_c_thread_has_lock_systhread.ml' => passed (wall clock: 8.22s)
Running tests from 'tests/callback' ...
 ... testing 'callback_effects_gc.ml' => passed (wall clock: 4.14s)
 ... testing 'minor_named.ml' => passed (wall clock: 6.92s)
 ... testing 'nested_fiber.ml' => passed (wall clock: 7.10s)
 ... testing 'signals_alloc.ml' => passed (wall clock: 8.75s)
 ... testing 'stack_overflow.ml' => passed (wall clock: 7.24s)
 ... testing 'test1.ml' => passed (wall clock: 6.15s)
 ... testing 'test2.ml' => passed (wall clock: 6.77s)
 ... testing 'test3.ml' => passed (wall clock: 6.95s)
 ... testing 'test4.ml' => passed (wall clock: 6.77s)
 ... testing 'test5.ml' => passed (wall clock: 6.97s)
 ... testing 'test6.ml' => passed (wall clock: 6.75s)
 ... testing 'test7.ml' => passed (wall clock: 6.94s)
 ... testing 'test_finaliser_gc.ml' => passed (wall clock: 22.09s)
 ... testing 'test_gc_alarm.ml' => passed (wall clock: 4.51s)
 ... testing 'test_signalhandler.ml' => passed (wall clock: 8.97s)
Running tests from 'tests/compaction' ...
 ... testing 'test_compact_full.ml' => passed (wall clock: 4.46s)
 ... testing 'test_compact_manydomains.ml' => passed (wall clock: 7.51s)
 ... testing 'test_freelist_free.ml' => passed (wall clock: 5.54s)
Running tests from 'tests/compiler-libs' ...
 ... testing 'test_longident.ml' => passed (wall clock: 1.40s)
 ... testing 'test_untypeast.ml' => passed (wall clock: 0.93s)
Running tests from 'tests/cxx-api' ...
 ... testing 'all_includes.ml' => passed (wall clock: 0.00s)
Running tests from 'tests/effect-syntax' ...
 ... testing 'coroutines.ml' => passed (wall clock: 5.08s)
 ... testing 'error_messages.ml' => passed (wall clock: 0.37s)
 ... testing 'iterators.ml' => passed (wall clock: 5.01s)
 ... testing 'resume_exn.ml' => passed (wall clock: 4.54s)
 ... testing 'shallow2deep.ml' => passed (wall clock: 4.83s)
 ... testing 'test1.ml' => passed (wall clock: 4.44s)
 ... testing 'test10.ml' => passed (wall clock: 4.74s)
 ... testing 'test11.ml' => passed (wall clock: 4.50s)
 ... testing 'test2.ml' => passed (wall clock: 4.60s)
 ... testing 'test3.ml' => passed (wall clock: 4.43s)
 ... testing 'test4.ml' => passed (wall clock: 4.75s)
 ... testing 'test5.ml' => passed (wall clock: 4.63s)
 ... testing 'test6.ml' => passed (wall clock: 4.67s)
 ... testing 'tutorial.ml' => passed (wall clock: 5.05s)
 ... testing 'when_test.ml' => passed (wall clock: 0.26s)
Running tests from 'tests/effects' ...
 ... testing 'backtrace.ml' => passed (wall clock: 5.24s)
 ... testing 'cmphash.ml' => passed (wall clock: 4.76s)
 ... testing 'evenodd.ml' => passed (wall clock: 4.98s)
 ... testing 'issue479.ml' => passed (wall clock: 0.38s)
 ... testing 'manylive.ml' => passed (wall clock: 5.10s)
 ... testing 'marshal.ml' => passed (wall clock: 4.52s)
 ... testing 'overflow.ml' => passed (wall clock: 4.73s)
 ... testing 'partial.ml' => passed (wall clock: 4.47s)
 ... testing 'reperform.ml' => passed (wall clock: 4.76s)
 ... testing 'sched.ml' => passed (wall clock: 4.77s)
 ... testing 'shallow_state.ml' => passed (wall clock: 4.70s)
 ... testing 'shallow_state_io.ml' => passed (wall clock: 4.78s)
 ... testing 'test1.ml' => passed (wall clock: 4.39s)
 ... testing 'test10.ml' => passed (wall clock: 4.78s)
 ... testing 'test11.ml' => passed (wall clock: 4.52s)
 ... testing 'test2.ml' => passed (wall clock: 4.73s)
 ... testing 'test3.ml' => passed (wall clock: 4.57s)
 ... testing 'test4.ml' => passed (wall clock: 4.66s)
 ... testing 'test5.ml' => passed (wall clock: 4.62s)
 ... testing 'test6.ml' => passed (wall clock: 4.55s)
 ... testing 'test_lazy.ml' => passed (wall clock: 4.79s)
 ... testing 'unhandled_effects.ml' => passed (wall clock: 3.81s)
 ... testing 'unhandled_unlinked.ml' => passed (wall clock: 2.50s)
 ... testing 'used_cont.ml' => passed (wall clock: 4.52s)
Running tests from 'tests/embedded' ...
 ... testing 'cmcaml.ml' => passed (wall clock: 5.97s)
Running tests from 'tests/ephe-c-api' ...
 ... testing 'test.ml' => skipped
Running tests from 'tests/exotic-syntax' ...
 ... testing 'exotic.ml' => passed (wall clock: 4.17s)
Running tests from 'tests/extension-constructor' ...
 ... testing 'test.ml' => passed (wall clock: 2.65s)
Running tests from 'tests/flambda' ...
 ... testing 'afl_lazy.ml' => skipped
 ... testing 'approx_meet.ml' => passed (wall clock: 3.69s)
 ... testing 'gpr2239.ml' => passed (wall clock: 3.69s)
 ... testing 'gpr998.ml' => passed (wall clock: 2.55s)
 ... testing 'specialise.ml' => skipped
Running tests from 'tests/float-unboxing' ...
 ... testing 'bug13448.ml' => passed (wall clock: 2.52s)
 ... testing 'bug13448bis.ml' => passed (wall clock: 2.52s)
 ... testing 'float_subst_boxed_number.ml' => passed (wall clock: 4.49s)
 ... testing 'unbox_under_assign.ml' => passed (wall clock: 2.70s)
Running tests from 'tests/fma' ...
 ... testing 'fma.ml' => passed (wall clock: 9.90s)
Running tests from 'tests/formats-transition' ...
 ... testing 'deprecated_unsigned_printers.ml' => passed (wall clock: 0.34s)
 ... testing 'ignored_scan_counters.ml' => passed (wall clock: 0.39s)
 ... testing 'legacy_incompatible_flags.ml' => passed (wall clock: 0.30s)
 ... testing 'legacy_unfinished_modifiers.ml' => passed (wall clock: 0.29s)
Running tests from 'tests/formatting' ...
 ... testing 'errors_batch.ml' => passed (wall clock: 24.54s)
 ... testing 'margins.ml' => passed (wall clock: 0.31s)
 ... testing 'test_locations.ml' => passed (wall clock: 0.44s)
Running tests from 'tests/frame-pointers' ...
 ... testing 'c_call.ml' => skipped
 ... testing 'effects.ml' => skipped
 ... testing 'exception_handler.ml' => skipped
 ... testing 'exceptions.ml' => skipped
 ... testing 'qsort.ml' => skipped
 ... testing 'reperform.ml' => skipped
 ... testing 'stack_realloc.ml' => skipped
 ... testing 'stack_realloc2.ml' => skipped
Running tests from 'tests/functors' ...
 ... testing 'functors.ml' => passed (wall clock: 0.33s)
Running tests from 'tests/gc-roots' ...
 ... testing 'globroots.ml' => passed (wall clock: 7.84s)
 ... testing 'globroots_parallel.ml' => passed (wall clock: 8.37s)
 ... testing 'globroots_parallel_spawn_burn.ml' => passed (wall clock: 8.51s)
 ... testing 'globroots_sequential.ml' => passed (wall clock: 23.74s)
Running tests from 'tests/generalized-open' ...
 ... testing 'accepted_batch.ml' => passed (wall clock: 3.57s)
 ... testing 'accepted_expect.ml' => passed (wall clock: 0.78s)
 ... testing 'clambda_optim.ml' => passed (wall clock: 0.22s)
 ... testing 'expansiveness.ml' => passed (wall clock: 0.44s)
 ... testing 'funct_body.ml' => passed (wall clock: 0.20s)
 ... testing 'gpr1506.ml' => passed (wall clock: 0.64s)
 ... testing 'pr10048.ml' => passed (wall clock: 0.40s)
 ... testing 'shadowing.ml' => passed (wall clock: 0.32s)
Running tests from 'tests/generated-parse-errors' ...
 ... testing 'errors.ml' => passed (wall clock: 1.18s)
Running tests from 'tests/hidden_includes' ...
 ... testing 'test.ml' => passed (wall clock: 3.07s)
Running tests from 'tests/int64-unboxing' ...
 ... testing 'test.ml' => passed (wall clock: 3.96s)
Running tests from 'tests/lazy' ...
 ... testing 'lazy1.ml' => passed (wall clock: 4.51s)
 ... testing 'lazy10.ml' => passed (wall clock: 4.34s)
 ... testing 'lazy2.ml' => passed (wall clock: 2.89s)
 ... testing 'lazy3.ml' => passed (wall clock: 77.79s)
 ... testing 'lazy4.ml' => passed (wall clock: 2.67s)
 ... testing 'lazy5.ml' => passed (wall clock: 83.35s)
 ... testing 'lazy6.ml' => passed (wall clock: 3.11s)
 ... testing 'lazy7.ml' => passed (wall clock: 100.40s)
 ... testing 'lazy8.ml' => passed (wall clock: 2.98s)
 ... testing 'lazy9.ml' => passed (wall clock: 2.72s)
 ... testing 'minor_major_force.ml' => passed (wall clock: 5.13s)
Running tests from 'tests/let-syntax' ...
 ... testing 'let_syntax.ml' => passed (wall clock: 1.28s)
Running tests from 'tests/letrec-check' ...
 ... testing 'basic.ml' => passed (wall clock: 0.67s)
 ... testing 'extension_constructor.ml' => passed (wall clock: 0.34s)
 ... testing 'flat_float_array.ml' => passed (wall clock: 0.38s)
 ... testing 'float_unboxing.ml' => passed (wall clock: 0.36s)
 ... testing 'labels.ml' => passed (wall clock: 0.36s)
 ... testing 'lazy_.ml' => passed (wall clock: 0.36s)
 ... testing 'modules.ml' => passed (wall clock: 0.44s)
 ... testing 'no_flat_float_array.ml' => skipped
 ... testing 'objects.ml' => passed (wall clock: 0.40s)
 ... testing 'partial_application.ml' => passed (wall clock: 0.40s)
 ... testing 'pr7215.ml' => passed (wall clock: 0.22s)
 ... testing 'pr7231.ml' => passed (wall clock: 0.22s)
 ... testing 'pr7706.ml' => passed (wall clock: 0.22s)
 ... testing 'records.ml' => passed (wall clock: 0.35s)
 ... testing 'unboxed.ml' => passed (wall clock: 0.43s)
Running tests from 'tests/letrec-compilation' ...
 ... testing 'backreferences.ml' => passed (wall clock: 2.59s)
 ... testing 'class_1.ml' => passed (wall clock: 2.99s)
 ... testing 'class_2.ml' => passed (wall clock: 3.05s)
 ... testing 'evaluation_order_1.ml' => passed (wall clock: 2.41s)
 ... testing 'evaluation_order_2.ml' => passed (wall clock: 2.40s)
 ... testing 'evaluation_order_3.ml' => passed (wall clock: 2.38s)
 ... testing 'float_block_1.ml' => passed (wall clock: 2.36s)
 ... testing 'generic_array.ml' => passed (wall clock: 2.35s)
 ... testing 'labels.ml' => passed (wall clock: 2.34s)
 ... testing 'lazy_.ml' => passed (wall clock: 4.34s)
 ... testing 'lists.ml' => passed (wall clock: 2.41s)
 ... testing 'mixing_value_closures_1.ml' => passed (wall clock: 2.36s)
 ... testing 'mixing_value_closures_2.ml' => passed (wall clock: 2.36s)
 ... testing 'mutual_functions.ml' => passed (wall clock: 2.54s)
 ... testing 'nested.ml' => passed (wall clock: 2.36s)
 ... testing 'nested2.ml' => passed (wall clock: 2.34s)
 ... testing 'pr12153_miscompilation_of_recursive_atoms.ml' => passed (wall clock: 2.35s)
 ... testing 'pr4989.ml' => passed (wall clock: 2.34s)
 ... testing 'pr8681.ml' => passed (wall clock: 4.45s)
 ... testing 'record_with.ml' => passed (wall clock: 4.15s)
 ... testing 'ref.ml' => passed (wall clock: 2.40s)
Running tests from 'tests/lexing' ...
 ... testing 'comments.ml' => passed (wall clock: 0.21s)
 ... testing 'escape.ml' => passed (wall clock: 0.22s)
 ... testing 'newlines.ml' => passed (wall clock: 4.19s)
 ... testing 'reject_bad_encoding.ml' => passed (wall clock: 0.21s)
 ... testing 'uchar_esc.ml' => passed (wall clock: 0.24s)
Running tests from 'tests/lf_skiplist' ...
 ... testing 'test.ml' => passed (wall clock: 6.20s)
 ... testing 'test_parallel.ml' => passed (wall clock: 24.57s)
Running tests from 'tests/lib-arg' ...
 ... testing 'test_rest_all.ml' => passed (wall clock: 0.52s)
 ... testing 'testarg.ml' => passed (wall clock: 5.29s)
 ... testing 'testerror.ml' => passed (wall clock: 3.76s)
Running tests from 'tests/lib-array' ...
 ... testing 'test_array.ml' => passed (wall clock: 0.96s)
 ... testing 'test_iarray.ml' => passed (wall clock: 1.20s)
Running tests from 'tests/lib-atomic' ...
 ... testing 'test_atomic.ml' => passed (wall clock: 2.60s)
Running tests from 'tests/lib-bigarray' ...
 ... testing 'bigarrays.ml' => passed (wall clock: 15.81s)
 ... testing 'change_layout.ml' => passed (wall clock: 5.62s)
 ... testing 'fftba.ml' => passed (wall clock: 6.06s)
 ... testing 'pr5115.ml' => passed (wall clock: 4.28s)
 ... testing 'specialized.ml' => passed (wall clock: 4.11s)
 ... testing 'weak_bigarray.ml' => passed (wall clock: 4.58s)
Running tests from 'tests/lib-bigarray-2' ...
 ... testing 'bigarrcml.ml' => passed (wall clock: 7.22s)
 ... testing 'bigarrfml.ml' => skipped
Running tests from 'tests/lib-bigarray-file' ...
 ... testing 'mapfile.ml' => passed (wall clock: 6.04s)
Running tests from 'tests/lib-bool' ...
 ... testing 'test.ml' => passed (wall clock: 6.07s)
Running tests from 'tests/lib-buffer' ...
 ... testing 'test.ml' => passed (wall clock: 32.38s)
Running tests from 'tests/lib-bytes' ...
 ... testing 'binary.ml' => passed (wall clock: 5.92s)
 ... testing 'test_bytes.ml' => passed (wall clock: 5.80s)
Running tests from 'tests/lib-bytes-utf' ...
 ... testing 'test.ml' => passed (wall clock: 42.17s)
Running tests from 'tests/lib-channels' ...
 ... testing 'bigarrays.ml' => passed (wall clock: 4.68s)
 ... testing 'buffered.ml' => passed (wall clock: 4.45s)
 ... testing 'close_in.ml' => passed (wall clock: 2.61s)
 ... testing 'close_out.ml' => passed (wall clock: 2.57s)
 ... testing 'in_channel_length.ml' => passed (wall clock: 4.45s)
 ... testing 'input_all.ml' => passed (wall clock: 8.15s)
 ... testing 'input_lines.ml' => passed (wall clock: 4.66s)
 ... testing 'refcounting.ml' => passed (wall clock: 0.43s)
 ... testing 'seek_in.ml' => passed (wall clock: 2.51s)
Running tests from 'tests/lib-char' ...
 ... testing 'test.ml' => passed (wall clock: 3.14s)
Running tests from 'tests/lib-digest' ...
 ... testing 'blake2b_self_test.ml' => passed (wall clock: 5.18s)
 ... testing 'digests.ml' => passed (wall clock: 4.81s)
 ... testing 'md5.ml' => passed (wall clock: 8.64s)
Running tests from 'tests/lib-domain' ...
 ... testing 'DLS_thread_safety.ml' => passed (wall clock: 0.00s)
Running tests from 'tests/lib-dynarray' ...
 ... testing 'heap_sort.ml' => passed (wall clock: 5.73s)
 ... testing 'test.ml' => passed (wall clock: 17.45s)
Running tests from 'tests/lib-dynlink-bytecode' ...
 ... testing 'main.ml' => passed (wall clock: 3.08s)
Running tests from 'tests/lib-dynlink-csharp' ...
 ... testing 'main.ml' => skipped
Running tests from 'tests/lib-dynlink-domains' ...
 ... testing 'main.ml' => passed (wall clock: 16.15s)
Running tests from 'tests/lib-dynlink-init-info' ...
 ... testing 'test.ml' => passed (wall clock: 5.27s)
Running tests from 'tests/lib-dynlink-initializers' ...
 ... testing 'test10_main.ml' => passed (wall clock: 4.25s)
 ... testing 'test1_main.ml' => passed (wall clock: 3.92s)
 ... testing 'test2_main.ml' => passed (wall clock: 3.98s)
 ... testing 'test3_main.ml' => passed (wall clock: 4.10s)
 ... testing 'test5_main.ml' => passed (wall clock: 4.60s)
 ... testing 'test6_main.ml' => passed (wall clock: 4.02s)
 ... testing 'test7_main.ml' => passed (wall clock: 3.84s)
 ... testing 'test8_main.ml' => passed (wall clock: 4.56s)
 ... testing 'test9_main.ml' => passed (wall clock: 4.40s)
Running tests from 'tests/lib-dynlink-native' ...
 ... testing 'main.ml' => passed (wall clock: 19.98s)
Running tests from 'tests/lib-dynlink-packed' ...
 ... testing 'loader.ml' => passed (wall clock: 14.00s)
Running tests from 'tests/lib-dynlink-pr4229' ...
 ... testing 'main.ml' => passed (wall clock: 5.64s)
Running tests from 'tests/lib-dynlink-pr4839' ...
 ... testing 'test.ml' => passed (wall clock: 11.66s)
Running tests from 'tests/lib-dynlink-pr6950' ...
 ... testing 'loader.ml' => passed (wall clock: 13.35s)
Running tests from 'tests/lib-dynlink-pr9209' ...
 ... testing 'dyn.ml' => passed (wall clock: 4.55s)
Running tests from 'tests/lib-dynlink-private' ...
 ... testing 'test.ml' => passed (wall clock: 12.13s)
Running tests from 'tests/lib-either' ...
 ... testing 'test.ml' => passed (wall clock: 0.80s)
Running tests from 'tests/lib-filename' ...
 ... testing 'extension.ml' => passed (wall clock: 4.69s)
 ... testing 'null.ml' => passed (wall clock: 4.60s)
 ... testing 'quotecommand.ml' => passed (wall clock: 5.71s)
 ... testing 'suffix.ml' => passed (wall clock: 4.72s)
 ... testing 'temp.ml' => passed (wall clock: 4.77s)
Running tests from 'tests/lib-float' ...
 ... testing 'test.ml' => passed (wall clock: 6.45s)
Running tests from 'tests/lib-floatarray' ...
 ... testing 'floatarray.ml' => passed (wall clock: 18.38s)
Running tests from 'tests/lib-format' ...
 ... testing 'breaks.ml' => passed (wall clock: 0.54s)
 ... testing 'domains.ml' => passed (wall clock: 4.83s)
 ... testing 'format_text.ml' => passed (wall clock: 0.58s)
 ... testing 'mc_pr586_par.ml' => passed (wall clock: 6.16s)
 ... testing 'mc_pr586_par2.ml' => passed (wall clock: 6.32s)
 ... testing 'pp_print_custom_break.ml' => passed (wall clock: 5.34s)
 ... testing 'pr6824.ml' => passed (wall clock: 5.03s)
 ... testing 'print_array.ml' => passed (wall clock: 5.40s)
 ... testing 'print_if_newline.ml' => passed (wall clock: 4.77s)
 ... testing 'print_seq.ml' => passed (wall clock: 5.53s)
 ... testing 'tformat.ml' => passed (wall clock: 13.30s)
 ... testing 'unicode.ml' => passed (wall clock: 0.84s)
Running tests from 'tests/lib-fun' ...
 ... testing 'test.ml' => passed (wall clock: 5.08s)
Running tests from 'tests/lib-hashtbl' ...
 ... testing 'compatibility.ml' => passed (wall clock: 5.44s)
 ... testing 'hfun.ml' => passed (wall clock: 5.26s)
 ... testing 'htbl.ml' => passed (wall clock: 15.33s)
Running tests from 'tests/lib-int' ...
 ... testing 'test.ml' => passed (wall clock: 4.90s)
Running tests from 'tests/lib-int64' ...
 ... testing 'issue9460.ml' => passed (wall clock: 2.90s)
 ... testing 'test.ml' => passed (wall clock: 2.77s)
Running tests from 'tests/lib-internalformat' ...
 ... testing 'test.ml' => passed (wall clock: 0.48s)
Running tests from 'tests/lib-lazy' ...
 ... testing 'test.ml' => passed (wall clock: 0.48s)
Running tests from 'tests/lib-list' ...
 ... testing 'test.ml' => passed (wall clock: 6.64s)
Running tests from 'tests/lib-marshal' ...
 ... testing 'compressed.ml' => passed (wall clock: 25.13s)
 ... testing 'intern_final.ml' => passed (wall clock: 9.87s)
 ... testing 'intext.ml' => passed (wall clock: 14.25s)
 ... testing 'intext_par.ml' => passed (wall clock: 16.03s)
 ... testing 'marshal_bigarray.ml' => passed (wall clock: 3.08s)
Running tests from 'tests/lib-obj' ...
 ... testing 'new_obj.ml' => passed (wall clock: 2.63s)
 ... testing 'reachable_words.ml' => passed (wall clock: 4.77s)
 ... testing 'reachable_words_bug.ml' => passed (wall clock: 3.05s)
 ... testing 'with_tag.ml' => passed (wall clock: 4.68s)
Running tests from 'tests/lib-option' ...
 ... testing 'test.ml' => passed (wall clock: 5.01s)
Running tests from 'tests/lib-pair' ...
 ... testing 'test.ml' => passed (wall clock: 4.69s)
Running tests from 'tests/lib-pqueue' ...
 ... testing 'test.ml' => passed (wall clock: 5.51s)
Running tests from 'tests/lib-printf' ...
 ... testing 'pr6534.ml' => passed (wall clock: 4.73s)
 ... testing 'pr6938.ml' => passed (wall clock: 5.24s)
 ... testing 'tprintf.ml' => passed (wall clock: 12.81s)
Running tests from 'tests/lib-queue' ...
 ... testing 'test.ml' => passed (wall clock: 3.98s)
Running tests from 'tests/lib-random' ...
 ... testing 'chi2.ml' => passed (wall clock: 23.18s)
 ... testing 'compat_32_64.ml' => passed (wall clock: 5.10s)
 ... testing 'defaultinit.ml' => passed (wall clock: 4.88s)
 ... testing 'parallel.ml' => passed (wall clock: 6.62s)
 ... testing 'selfinit.ml' => passed (wall clock: 4.59s)
 ... testing 'testvectors.ml' => passed (wall clock: 4.81s)
Running tests from 'tests/lib-result' ...
 ... testing 'test.ml' => passed (wall clock: 5.22s)
Running tests from 'tests/lib-runtime-events' ...
 ... testing 'test.ml' => passed (wall clock: 7.03s)
 ... testing 'test_caml.ml' => passed (wall clock: 6.43s)
 ... testing 'test_caml_counters.ml' => passed (wall clock: 4.88s)
 ... testing 'test_caml_exception.ml' => passed (wall clock: 4.56s)
 ... testing 'test_caml_parallel.ml' => passed (wall clock: 5.26s)
 ... testing 'test_caml_reentry.ml' => passed (wall clock: 4.68s)
 ... testing 'test_caml_runparams.ml' => passed (wall clock: 4.50s)
 ... testing 'test_caml_slot_reuse.ml' => passed (wall clock: 4.64s)
 ... testing 'test_caml_stubs_gc.ml' => passed (wall clock: 4.65s)
 ... testing 'test_compact.ml' => passed (wall clock: 4.61s)
 ... testing 'test_corrupted.ml' => passed (wall clock: 7.51s)
 ... testing 'test_create_cursor_failures.ml' => passed (wall clock: 5.98s)
 ... testing 'test_dropped_events.ml' => passed (wall clock: 5.95s)
 ... testing 'test_env_start.ml' => passed (wall clock: 4.38s)
 ... testing 'test_external.ml' => passed (wall clock: 5.70s)
 ... testing 'test_external_preserve.ml' => passed (wall clock: 5.55s)
 ... testing 'test_fork.ml' => passed (wall clock: 5.61s)
 ... testing 'test_instrumented.ml' => passed (wall clock: 4.89s)
 ... testing 'test_timestamp_monotonic.ml' => passed (wall clock: 4.56s)
 ... testing 'test_user_event.ml' => passed (wall clock: 4.75s)
 ... testing 'test_user_event_signal.ml' => passed (wall clock: 11.64s)
 ... testing 'test_user_event_unknown.ml' => passed (wall clock: 5.89s)
Running tests from 'tests/lib-scanf' ...
 ... testing 'tscanf.ml' => passed (wall clock: 15.73s)
Running tests from 'tests/lib-scanf-2' ...
 ... testing 'tscanf2_master.ml' => passed (wall clock: 6.98s)
Running tests from 'tests/lib-seq' ...
 ... testing 'test.ml' => passed (wall clock: 6.19s)
Running tests from 'tests/lib-set' ...
 ... testing 'testmap.ml' => passed (wall clock: 10.69s)
 ... testing 'testset.ml' => passed (wall clock: 9.88s)
Running tests from 'tests/lib-stack' ...
 ... testing 'test.ml' => passed (wall clock: 3.74s)
Running tests from 'tests/lib-stdlabels' ...
 ... testing 'test_stdlabels.ml' => passed (wall clock: 6.79s)
Running tests from 'tests/lib-str' ...
 ... testing 'parallel.ml' => passed (wall clock: 4.80s)
 ... testing 't01.ml' => passed (wall clock: 8.30s)
Running tests from 'tests/lib-string' ...
 ... testing 'binary.ml' => passed (wall clock: 4.67s)
 ... testing 'test_string.ml' => passed (wall clock: 5.44s)
Running tests from 'tests/lib-sync' ...
 ... testing 'prodcons.ml' => passed (wall clock: 3.31s)
 ... testing 'trylock.ml' => passed (wall clock: 2.50s)
 ... testing 'trylock2.ml' => passed (wall clock: 2.51s)
Running tests from 'tests/lib-sys' ...
 ... testing 'immediate64.ml' => passed (wall clock: 2.77s)
 ... testing 'opaque.ml' => passed (wall clock: 4.58s)
 ... testing 'rename.ml' => passed (wall clock: 4.79s)
 ... testing 'signal.ml' => passed (wall clock: 4.64s)
Running tests from 'tests/lib-systhreads' ...
 ... testing 'boundscheck.ml' => passed (wall clock: 104.43s)
 ... testing 'eintr.ml' => passed (wall clock: 6.73s)
 ... testing 'multicore_lifecycle.ml' => passed (wall clock: 15.61s)
 ... testing 'test_c_thread_register.ml' => passed (wall clock: 9.16s)
 ... testing 'testfork.ml' => passed (wall clock: 15.60s)
 ... testing 'testfork2.ml' => passed (wall clock: 13.57s)
 ... testing 'testpreempt.ml' => passed (wall clock: 9.70s)
 ... testing 'testyield.ml' => passed (wall clock: 7.13s)
 ... testing 'threadsigmask.ml' => passed (wall clock: 14.16s)
Running tests from 'tests/lib-threads' ...
 ... testing 'backtrace_threads.ml' => passed (wall clock: 5.29s)
 ... testing 'bank.ml' => passed (wall clock: 5.48s)
 ... testing 'beat.ml' => passed (wall clock: 0.00s)
 ... testing 'bufchan.ml' => passed (wall clock: 5.46s)
 ... testing 'close.ml' => passed (wall clock: 7.40s)
 ... testing 'delayintr.ml' => passed (wall clock: 10.95s)
 ... testing 'fileio.ml' => passed (wall clock: 6.33s)
 ... testing 'mutex_errors.ml' => passed (wall clock: 5.42s)
 ... testing 'pr4466.ml' => passed (wall clock: 5.19s)
 ... testing 'pr5325.ml' => passed (wall clock: 7.52s)
 ... testing 'pr7638.ml' => passed (wall clock: 5.22s)
 ... testing 'pr8857.ml' => passed (wall clock: 5.31s)
 ... testing 'prodcons.ml' => passed (wall clock: 5.58s)
 ... testing 'prodcons2.ml' => passed (wall clock: 5.97s)
 ... testing 'sieve.ml' => passed (wall clock: 5.47s)
 ... testing 'signal.ml' => passed (wall clock: 11.07s)
 ... testing 'sockets.ml' => passed (wall clock: 5.62s)
 ... testing 'swapchan.ml' => passed (wall clock: 5.34s)
 ... testing 'tls.ml' => passed (wall clock: 5.56s)
 ... testing 'torture.ml' => passed (wall clock: 11.72s)
 ... testing 'uncaught_exception_handler.ml' => passed (wall clock: 6.36s)
Running tests from 'tests/lib-uchar' ...
 ... testing 'test.ml' => passed (wall clock: 5.17s)
Running tests from 'tests/lib-unix/common' ...
 ... testing 'append.ml' => passed (wall clock: 5.40s)
 ... testing 'bigarrays.ml' => passed (wall clock: 0.00s)
 ... testing 'channel_of.ml' => passed (wall clock: 5.50s)
 ... testing 'cloexec.ml' => passed (wall clock: 9.70s)
 ... testing 'dup.ml' => passed (wall clock: 5.40s)
 ... testing 'dup2.ml' => passed (wall clock: 5.60s)
 ... testing 'fork_cleanup.ml' => passed (wall clock: 5.54s)
 ... testing 'fork_cleanup_systhreads.ml' => passed (wall clock: 6.87s)
 ... testing 'getaddrinfo.ml' => passed (wall clock: 5.49s)
 ... testing 'gethostbyaddr.ml' => passed (wall clock: 5.48s)
 ... testing 'multicore_fork_domain_alone.ml' => passed (wall clock: 7.47s)
 ... testing 'multicore_fork_domain_alone2.ml' => passed (wall clock: 5.45s)
 ... testing 'pipe_eof.ml' => passed (wall clock: 5.66s)
 ... testing 'process_pid.ml' => passed (wall clock: 5.69s)
 ... testing 'redirections.ml' => passed (wall clock: 6.31s)
 ... testing 'rename.ml' => passed (wall clock: 5.84s)
 ... testing 'sigwait.ml' => passed (wall clock: 5.53s)
 ... testing 'test_unix_cmdline.ml' => passed (wall clock: 4.13s)
 ... testing 'test_unixlabels.ml' => passed (wall clock: 6.16s)
 ... testing 'truncate.ml' => passed (wall clock: 5.61s)
 ... testing 'uexit.ml' => passed (wall clock: 5.41s)
 ... testing 'utimes.ml' => passed (wall clock: 5.54s)
 ... testing 'wait_nohang.ml' => passed (wall clock: 5.62s)
Running tests from 'tests/lib-unix/isatty' ...
 ... testing 'isatty_std.ml' => passed (wall clock: 5.38s)
 ... testing 'isatty_tty.ml' => skipped
Running tests from 'tests/lib-unix/kill' ...
 ... testing 'unix_kill.ml' => passed (wall clock: 5.53s)
Running tests from 'tests/lib-unix/realpath' ...
 ... testing 'test.ml' => passed (wall clock: 5.45s)
Running tests from 'tests/lib-unix/unix-execvpe' ...
 ... testing 'exec.ml' => skipped
Running tests from 'tests/lib-unix/unix-socket' ...
 ... testing 'recvfrom_linux.ml' => passed (wall clock: 6.13s)
 ... testing 'recvfrom_unix.ml' => passed (wall clock: 6.13s)
Running tests from 'tests/lib-unix/win-channel-of' ...
 ... testing 'parallel_channel_of.ml' => skipped
Running tests from 'tests/lib-unix/win-createprocess' ...
 ... testing 'test.ml' => skipped
Running tests from 'tests/lib-unix/win-env' ...
 ... testing 'test_env.ml' => skipped
Running tests from 'tests/lib-unix/win-socketpair' ...
 ... testing 'test.ml' => skipped
Running tests from 'tests/lib-unix/win-stat' ...
 ... testing 'test.ml' => skipped
Running tests from 'tests/lib-unix/win-symlink' ...
 ... testing 'parallel_symlink.ml' => skipped
 ... testing 'test.ml' => skipped
Running tests from 'tests/link-test' ...
 ... testing 'empty.ml' => passed (wall clock: 1.80s)
 ... testing 'test.ml' => passed (wall clock: 4.68s)
Running tests from 'tests/load_path' ...
 ... testing 'test.ml' => passed (wall clock: 0.22s)
Running tests from 'tests/local-functions' ...
 ... testing 'non_local.ml' => passed (wall clock: 2.71s)
 ... testing 'tupled.ml' => passed (wall clock: 2.51s)
 ... testing 'tupled2.ml' => passed (wall clock: 3.26s)
Running tests from 'tests/locale' ...
 ... testing 'test.ml' => passed (wall clock: 6.86s)
Running tests from 'tests/manual-intf-c' ...
 ... testing 'prog.ml' => skipped
Running tests from 'tests/match-exception' ...
 ... testing 'allocation.ml' => passed (wall clock: 4.55s)
 ... testing 'exception_propagation.ml' => passed (wall clock: 2.52s)
 ... testing 'identifier_sharing.ml' => passed (wall clock: 2.45s)
 ... testing 'match_failure.ml' => passed (wall clock: 2.61s)
 ... testing 'nested_handlers.ml' => passed (wall clock: 3.30s)
 ... testing 'raise_from_success_continuation.ml' => passed (wall clock: 2.64s)
 ... testing 'streams.ml' => passed (wall clock: 28.22s)
 ... testing 'tail_calls.ml' => passed (wall clock: 3.79s)
Running tests from 'tests/match-exception-warnings' ...
 ... testing 'exhaustiveness_warnings.ml' => passed (wall clock: 0.41s)
 ... testing 'no_mixing_under_guard.ml' => passed (wall clock: 0.36s)
 ... testing 'no_value_clauses.ml' => passed (wall clock: 0.35s)
 ... testing 'placement.ml' => passed (wall clock: 0.45s)
 ... testing 'pr7083.ml' => passed (wall clock: 0.35s)
 ... testing 'reachability.ml' => passed (wall clock: 0.36s)
Running tests from 'tests/match-side-effects' ...
 ... testing 'check_partial.ml' => passed (wall clock: 0.50s)
 ... testing 'partiality.ml' => passed (wall clock: 0.91s)
 ... testing 'pr13152.ml' => passed (wall clock: 0.40s)
 ... testing 'test_contexts_code.ml' => passed (wall clock: 0.62s)
 ... testing 'test_contexts_results.ml' => passed (wall clock: 0.55s)
Running tests from 'tests/memory-model' ...
 ... testing 'forbidden.ml' => passed (wall clock: 52.21s)
 ... testing 'publish.ml' => passed (wall clock: 26.80s)
Running tests from 'tests/messages' ...
 ... testing 'highlight_tabs.ml' => passed (wall clock: 0.35s)
 ... testing 'precise_locations.ml' => passed (wall clock: 0.42s)
 ... testing 'spellcheck.ml' => passed (wall clock: 0.51s)
Running tests from 'tests/misc' ...
 ... testing 'bdd.ml' => passed (wall clock: 9.81s)
 ... testing 'boyer.ml' => passed (wall clock: 8.16s)
 ... testing 'exotic.ml' => passed (wall clock: 0.63s)
 ... testing 'fib.ml' => passed (wall clock: 2.69s)
 ... testing 'gc_mark_stack_overflow.ml' => passed (wall clock: 6.39s)
 ... testing 'gcwords.ml' => passed (wall clock: 4.48s)
 ... testing 'gpr1370.ml' => passed (wall clock: 2.53s)
 ... testing 'hamming.ml' => passed (wall clock: 7.39s)
 ... testing 'nucleic.ml' => passed (wall clock: 13.46s)
 ... testing 'pr7168.ml' => passed (wall clock: 5.22s)
 ... testing 'sieve.ml' => passed (wall clock: 2.93s)
 ... testing 'sorts.ml' => passed (wall clock: 55.20s)
 ... testing 'takc.ml' => passed (wall clock: 4.45s)
 ... testing 'taku.ml' => passed (wall clock: 5.36s)
Running tests from 'tests/misc-kb' ...
 ... testing 'kbmain.ml' => passed (wall clock: 8.59s)
Running tests from 'tests/misc-unsafe' ...
 ... testing 'almabench.ml' => passed (wall clock: 6.36s)
 ... testing 'fft.ml' => passed (wall clock: 12.49s)
 ... testing 'quicksort.ml' => passed (wall clock: 3.89s)
 ... testing 'soli.ml' => passed (wall clock: 3.50s)
Running tests from 'tests/native-debugger' ...
 ... testing 'linux-gdb-amd64.ml' => skipped
 ... testing 'linux-gdb-arm64.ml' => skipped
 ... testing 'linux-gdb-riscv.ml' => passed (wall clock: 3.71s)
 ... testing 'linux-lldb-amd64.ml' => skipped
 ... testing 'linux-lldb-arm64.ml' => skipped
 ... testing 'macos-lldb-amd64.ml' => skipped
 ... testing 'macos-lldb-arm64.ml' => skipped
Running tests from 'tests/no-alias-deps' ...
 ... testing 'aliases.ml' => passed (wall clock: 0.49s)
 ... testing 'gpr2235.ml' => passed (wall clock: 0.61s)
Running tests from 'tests/opaque' ...
 ... testing 'test.ml' => passed (wall clock: 5.10s)
Running tests from 'tests/output-complete-obj' ...
 ... testing 'github9344.ml' => passed (wall clock: 1.35s)
 ... testing 'test.ml' => passed (wall clock: 40.64s)
 ... testing 'test2.ml' => passed (wall clock: 3.63s)
Running tests from 'tests/parallel' ...
 ... testing 'atomics.ml' => passed (wall clock: 4.64s)
 ... testing 'backup_thread.ml' => passed (wall clock: 5.49s)
 ... testing 'backup_thread_pipe.ml' => passed (wall clock: 11.57s)
 ... testing 'catch_break.ml' => passed (wall clock: 5.88s)
 ... testing 'constpromote.ml' => passed (wall clock: 4.55s)
 ... testing 'deadcont.ml' => passed (wall clock: 4.90s)
 ... testing 'domain_dls.ml' => passed (wall clock: 4.57s)
 ... testing 'domain_dls2.ml' => passed (wall clock: 3.04s)
 ... testing 'domain_id.ml' => passed (wall clock: 3.14s)
 ... testing 'domain_parallel_spawn_burn.ml' => passed (wall clock: 11.68s)
 ... testing 'domain_parallel_spawn_burn_gc_set.ml' => passed (wall clock: 12.09s)
 ... testing 'domain_serial_spawn_burn.ml' => passed (wall clock: 11.61s)
 ... testing 'fib_threads.ml' => passed (wall clock: 93.18s)
 ... testing 'join.ml' => passed (wall clock: 4.83s)
 ... testing 'major_gc_wait_backup.ml' => passed (wall clock: 30.81s)
 ... testing 'max_domains1.ml' => passed (wall clock: 2.96s)
 ... testing 'max_domains2.ml' => passed (wall clock: 2.46s)
 ... testing 'mctest.ml' => passed (wall clock: 23.96s)
 ... testing 'multicore_systhreads.ml' => passed (wall clock: 11.98s)
 ... testing 'pingpong.ml' => passed (wall clock: 4.83s)
 ... testing 'poll.ml' => passed (wall clock: 6.53s)
 ... testing 'prodcons_domains.ml' => passed (wall clock: 3.25s)
 ... testing 'recommended_domain_count.ml' => passed (wall clock: 5.28s)
 ... testing 'recommended_domain_count_unix.ml' => passed (wall clock: 5.52s)
 ... testing 'tak.ml' => passed (wall clock: 7.50s)
 ... testing 'test_c_thread_register.ml' => passed (wall clock: 10.28s)
 ... testing 'test_issue_11094.ml' => passed (wall clock: 8.21s)
Running tests from 'tests/parse-errors' ...
 ... testing 'bigarray_index_labels.ml' => passed (wall clock: 0.24s)
 ... testing 'escape_error.ml' => passed (wall clock: 0.22s)
 ... testing 'expecting.ml' => passed (wall clock: 0.22s)
 ... testing 'mismatch_struct_sig.ml' => passed (wall clock: 0.23s)
 ... testing 'pr7847.ml' => passed (wall clock: 0.20s)
 ... testing 'singleton_labeled_tuple_type.ml' => passed (wall clock: 0.19s)
 ... testing 'unclosed_class_signature.mli' => passed (wall clock: 0.19s)
 ... testing 'unclosed_class_simpl_expr1.ml' => passed (wall clock: 0.20s)
 ... testing 'unclosed_class_simpl_expr2.ml' => passed (wall clock: 0.19s)
 ... testing 'unclosed_class_simpl_expr3.ml' => passed (wall clock: 0.19s)
 ... testing 'unclosed_object.ml' => passed (wall clock: 0.19s)
 ... testing 'unclosed_paren_module_expr1.ml' => passed (wall clock: 0.20s)
 ... testing 'unclosed_paren_module_expr2.ml' => passed (wall clock: 0.19s)
 ... testing 'unclosed_paren_module_expr3.ml' => passed (wall clock: 0.19s)
 ... testing 'unclosed_paren_module_expr4.ml' => passed (wall clock: 0.19s)
 ... testing 'unclosed_paren_module_expr5.ml' => passed (wall clock: 0.19s)
 ... testing 'unclosed_paren_module_type.mli' => passed (wall clock: 0.19s)
 ... testing 'unclosed_sig.mli' => passed (wall clock: 0.19s)
 ... testing 'unclosed_simple_expr.ml' => passed (wall clock: 0.26s)
 ... testing 'unclosed_simple_pattern.ml' => passed (wall clock: 0.23s)
 ... testing 'unclosed_struct.ml' => passed (wall clock: 0.19s)
Running tests from 'tests/parsetree' ...
 ... testing 'locations_test.ml' => passed (wall clock: 0.55s)
 ... testing 'test.ml' => passed (wall clock: 30.70s)
Running tests from 'tests/parsing' ...
 ... testing 'anonymous_class_parameter.ml' => passed (wall clock: 0.20s)
 ... testing 'arrow_ambiguity.ml' => passed (wall clock: 0.19s)
 ... testing 'assert_location.ml' => passed (wall clock: 2.52s)
 ... testing 'attributes.ml' => passed (wall clock: 0.35s)
 ... testing 'broken_invariants.ml' => passed (wall clock: 8.70s)
 ... testing 'change_start_loc.ml' => passed (wall clock: 25.35s)
 ... testing 'comments.ml' => passed (wall clock: 0.23s)
 ... testing 'constructor_declarations.ml' => passed (wall clock: 0.19s)
 ... testing 'docstrings.ml' => passed (wall clock: 0.62s)
 ... testing 'extended_indexoperators.ml' => passed (wall clock: 0.61s)
 ... testing 'extension_operators.ml' => passed (wall clock: 0.36s)
 ... testing 'extensions.ml' => passed (wall clock: 0.23s)
 ... testing 'hash_ambiguity.ml' => passed (wall clock: 0.20s)
 ... testing 'int_and_float_with_modifier.ml' => passed (wall clock: 0.21s)
 ... testing 'latin9.ml' => passed (wall clock: 0.29s)
 ... testing 'multi_indices.ml' => passed (wall clock: 0.82s)
 ... testing 'pr10468.ml' => passed (wall clock: 0.34s)
 ... testing 'pr6604.ml' => passed (wall clock: 0.19s)
 ... testing 'pr6604_2.ml' => passed (wall clock: 0.20s)
 ... testing 'pr6604_3.ml' => passed (wall clock: 0.30s)
 ... testing 'pr6865.ml' => passed (wall clock: 0.20s)
 ... testing 'pr7165.ml' => passed (wall clock: 0.19s)
 ... testing 'prefix_op.ml' => passed (wall clock: 0.26s)
 ... testing 'quotedextensions.ml' => passed (wall clock: 0.33s)
 ... testing 'rawidents.ml' => passed (wall clock: 0.61s)
 ... testing 'reloc.ml' => passed (wall clock: 0.67s)
 ... testing 'shortcut_ext_attr.ml' => passed (wall clock: 0.47s)
Running tests from 'tests/ppx-attributes' ...
 ... testing 'inline.ml' => passed (wall clock: 0.55s)
 ... testing 'warning.ml' => passed (wall clock: 3.96s)
Running tests from 'tests/ppx-contexts' ...
 ... testing 'test.ml' => passed (wall clock: 2.62s)
Running tests from 'tests/prim-bigstring' ...
 ... testing 'bigstring_access.ml' => passed (wall clock: 6.84s)
 ... testing 'string_access.ml' => passed (wall clock: 6.53s)
Running tests from 'tests/prim-bswap' ...
 ... testing 'bswap.ml' => passed (wall clock: 5.36s)
Running tests from 'tests/prim-revapply' ...
 ... testing 'apply.ml' => passed (wall clock: 3.56s)
 ... testing 'revapply.ml' => passed (wall clock: 3.53s)
Running tests from 'tests/printing-types' ...
 ... testing 'disambiguation.ml' => passed (wall clock: 0.44s)
 ... testing 'existentials.ml' => passed (wall clock: 0.60s)
 ... testing 'pr248.ml' => passed (wall clock: 0.36s)
Running tests from 'tests/raise-counts' ...
 ... testing 'main.ml' => passed (wall clock: 4.08s)
Running tests from 'tests/regression/gpr1623' ...
 ... testing 'gpr1623.ml' => passed (wall clock: 3.26s)
Running tests from 'tests/regression/missing_set_of_closures' ...
 ... testing 'missing_set_of_closures.ml' => passed (wall clock: 1.21s)
Running tests from 'tests/regression/pr10611' ...
 ... testing 'pr10611.ml' => passed (wall clock: 2.91s)
Running tests from 'tests/regression/pr11865' ...
 ... testing 'mkroot.ml' => passed (wall clock: 8.98s)
Running tests from 'tests/regression/pr11887' ...
 ... testing 'pr11887.ml' => passed (wall clock: 2.92s)
Running tests from 'tests/regression/pr1580' ...
 ... testing 'pr1580.ml' => passed (wall clock: 5.27s)
Running tests from 'tests/regression/pr3612' ...
 ... testing 'pr3612.ml' => passed (wall clock: 10.49s)
Running tests from 'tests/regression/pr5233' ...
 ... testing 'pr5233.ml' => passed (wall clock: 5.75s)
Running tests from 'tests/regression/pr5757' ...
 ... testing 'pr5757.ml' => passed (wall clock: 42.65s)
Running tests from 'tests/regression/pr6024' ...
 ... testing 'pr6024.ml' => passed (wall clock: 4.84s)
Running tests from 'tests/regression/pr7042' ...
 ... testing 'pr7042.ml' => passed (wall clock: 4.24s)
Running tests from 'tests/regression/pr7426' ...
 ... testing 'pr7426.ml' => passed (wall clock: 2.98s)
Running tests from 'tests/regression/pr7718' ...
 ... testing 'pr7718.ml' => passed (wall clock: 4.98s)
Running tests from 'tests/regression/pr7798' ...
 ... testing 'pr7798.ml' => passed (wall clock: 10.05s)
Running tests from 'tests/regression/pr7920' ...
 ... testing 'pr7920.ml' => passed (wall clock: 2.45s)
Running tests from 'tests/regression/pr8769' ...
 ... testing 'pr8769.ml' => passed (wall clock: 1.47s)
Running tests from 'tests/regression/pr9028' ...
 ... testing 'pr9028.ml' => passed (wall clock: 4.48s)
Running tests from 'tests/regression/pr9292' ...
 ... testing 'pr9292.ml' => passed (wall clock: 7.39s)
Running tests from 'tests/regression/pr9326' ...
 ... testing 'gc_set.ml' => passed (wall clock: 4.45s)
Running tests from 'tests/regression/pr9443' ...
 ... testing 'pr9443.ml' => passed (wall clock: 2.56s)
Running tests from 'tests/regression/pr9853' ...
 ... testing 'compaction_corner_case.ml' => passed (wall clock: 166.04s)
Running tests from 'tests/reproducibility' ...
 ... testing 'cmis_on_file_system.ml' => passed (wall clock: 0.48s)
Running tests from 'tests/required-external' ...
 ... testing 'main.ml' => passed (wall clock: 2.09s)
Running tests from 'tests/runtime-C-exceptions' ...
 ... testing 'test.ml' => passed (wall clock: 4.82s)
Running tests from 'tests/runtime-errors' ...
 ... testing 'stackoverflow.ml' => passed (wall clock: 4.42s)
 ... testing 'syserror.ml' => passed (wall clock: 2.46s)
Running tests from 'tests/runtime-objects' ...
 ... testing 'Tests.ml' => passed (wall clock: 3.52s)
 ... testing 'toplevel_lets.ml' => passed (wall clock: 3.36s)
Running tests from 'tests/self-contained-toplevel' ...
 ... testing 'main.ml' => passed (wall clock: 3.99s)
Running tests from 'tests/shadow_include' ...
 ... testing 'artificial.ml' => passed (wall clock: 0.21s)
 ... testing 'cannot_shadow_error.ml' => passed (wall clock: 0.18s)
 ... testing 'ghosts.ml' => passed (wall clock: 0.38s)
 ... testing 'shadow_all.ml' => passed (wall clock: 0.71s)
Running tests from 'tests/shape-index' ...
 ... testing 'index.ml' => passed (wall clock: 0.44s)
 ... testing 'index_aliases.ml' => passed (wall clock: 0.30s)
 ... testing 'index_bindingops.ml' => passed (wall clock: 0.30s)
 ... testing 'index_constrs.ml' => passed (wall clock: 0.28s)
 ... testing 'index_constrs_records.ml' => passed (wall clock: 0.32s)
 ... testing 'index_functor.ml' => passed (wall clock: 0.28s)
 ... testing 'index_labels.ml' => passed (wall clock: 0.28s)
 ... testing 'index_modules.ml' => passed (wall clock: 0.27s)
 ... testing 'index_objects.ml' => passed (wall clock: 0.32s)
 ... testing 'index_types.ml' => passed (wall clock: 0.28s)
 ... testing 'index_vb.ml' => passed (wall clock: 0.28s)
Running tests from 'tests/shapes' ...
 ... testing 'aliases.ml' => passed (wall clock: 0.40s)
 ... testing 'comp_units.ml' => passed (wall clock: 0.62s)
 ... testing 'functors.ml' => passed (wall clock: 0.50s)
 ... testing 'incl_md_typeof.ml' => passed (wall clock: 0.35s)
 ... testing 'more_func.ml' => passed (wall clock: 0.42s)
 ... testing 'nested_types.ml' => passed (wall clock: 0.37s)
 ... testing 'open_arg.ml' => passed (wall clock: 0.35s)
 ... testing 'open_struct.ml' => passed (wall clock: 0.38s)
 ... testing 'recmodules.ml' => passed (wall clock: 0.45s)
 ... testing 'rotor_example.ml' => passed (wall clock: 0.40s)
 ... testing 'shape_size_blowup.ml' => passed (wall clock: 2.66s)
 ... testing 'simple.ml' => passed (wall clock: 0.43s)
 ... testing 'typeof_include.ml' => passed (wall clock: 0.35s)
Running tests from 'tests/statmemprof' ...
 ... testing 'alloc_counts.ml' => passed (wall clock: 4.87s)
 ... testing 'arrays_in_major.ml' => passed (wall clock: 10.01s)
 ... testing 'arrays_in_minor.ml' => passed (wall clock: 49.50s)
 ... testing 'bigarray.ml' => passed (wall clock: 8.66s)
 ... testing 'blocking_in_callback.ml' => passed (wall clock: 12.62s)
 ... testing 'callstacks.ml' => passed (wall clock: 0.00s)
 ... testing 'comballoc.ml' => passed (wall clock: 11.45s)
 ... testing 'custom.ml' => passed (wall clock: 8.40s)
 ... testing 'discard_in_callback.ml' => passed (wall clock: 4.81s)
 ... testing 'exception_callback.ml' => passed (wall clock: 4.65s)
 ... testing 'exception_callback_minor.ml' => passed (wall clock: 4.60s)
 ... testing 'exception_comballoc.ml' => passed (wall clock: 5.17s)
 ... testing 'intern.ml' => passed (wall clock: 45.76s)
 ... testing 'lists_in_minor.ml' => passed (wall clock: 38.58s)
 ... testing 'minor_heap_edge.ml' => passed (wall clock: 5.80s)
 ... testing 'minor_no_postpone.ml' => passed (wall clock: 6.90s)
 ... testing 'moved_while_blocking.ml' => passed (wall clock: 5.92s)
 ... testing 'start_stop.ml' => passed (wall clock: 4.78s)
 ... testing 'stop_start_in_callback.ml' => passed (wall clock: 5.25s)
 ... testing 'thread_exit_in_callback.ml' => passed (wall clock: 5.58s)
Running tests from 'tests/syntactic-arity' ...
 ... testing 'alloc.ml' => passed (wall clock: 2.28s)
 ... testing 'max_arity.ml' => passed (wall clock: 19.53s)
 ... testing 'measure_arity.ml' => passed (wall clock: 1.43s)
 ... testing 'measure_runtime_arity.ml' => passed (wall clock: 2.36s)
 ... testing 'syntactic_arity.ml' => passed (wall clock: 4.66s)
 ... testing 'warnings.ml' => passed (wall clock: 0.43s)
Running tests from 'tests/tmc' ...
 ... testing 'ambiguities.ml' => passed (wall clock: 0.76s)
 ... testing 'other_features.ml' => passed (wall clock: 0.40s)
 ... testing 'partial_application.ml' => passed (wall clock: 2.52s)
 ... testing 'readable_output.ml' => passed (wall clock: 0.56s)
 ... testing 'semantic.ml' => passed (wall clock: 0.78s)
 ... testing 'shortcut.ml' => passed (wall clock: 2.52s)
 ... testing 'stack_space.ml' => passed (wall clock: 0.49s)
 ... testing 'try_with.ml' => passed (wall clock: 2.53s)
 ... testing 'tupled_function.ml' => passed (wall clock: 2.55s)
 ... testing 'tupled_function_calls.ml' => passed (wall clock: 2.67s)
 ... testing 'usage_warnings.ml' => passed (wall clock: 0.65s)
Running tests from 'tests/tool-caml-tex' ...
 ... testing 'ellipses.ml' => passed (wall clock: 0.23s)
 ... testing 'redirections.ml' => passed (wall clock: 0.23s)
Running tests from 'tests/tool-command-line' ...
 ... testing 'test-no-input-file.ml' => passed (wall clock: 0.10s)
 ... testing 'test-o-one-c-file.ml' => passed (wall clock: 0.16s)
 ... testing 'test-o-several-files.ml' => passed (wall clock: 0.05s)
 ... testing 'test-unknown-file.ml' => passed (wall clock: 0.18s)
Running tests from 'tests/tool-debugger/basic' ...
 ... testing 'debuggee.ml' => passed (wall clock: 0.61s)
Running tests from 'tests/tool-debugger/dynlink' ...
 ... testing 'host.ml' => passed (wall clock: 1.74s)
Running tests from 'tests/tool-debugger/find-artifacts' ...
 ... testing 'debuggee.ml' => passed (wall clock: 0.90s)
Running tests from 'tests/tool-debugger/module_named_main' ...
 ... testing 'main.ml' => passed (wall clock: 1.35s)
Running tests from 'tests/tool-debugger/no_debug_event' ...
 ... testing 'noev.ml' => passed (wall clock: 1.01s)
Running tests from 'tests/tool-debugger/printer' ...
 ... testing 'debuggee.ml' => passed (wall clock: 1.10s)
Running tests from 'tests/tool-dumpobj' ...
 ... testing 'test.ml' => passed (wall clock: 0.34s)
Running tests from 'tests/tool-expect-test' ...
 ... testing 'clean_typer.ml' => passed (wall clock: 0.44s)
Running tests from 'tests/tool-lexyacc' ...
 ... testing 'calc.ml' => passed (wall clock: 4.61s)
 ... testing 'chars.mll' => passed (wall clock: 3.04s)
 ... testing 'csets.mll' => passed (wall clock: 3.31s)
 ... testing 'mpr7760.mll' => passed (wall clock: 4.65s)
 ... testing 'parsecheck.mly' => passed (wall clock: 3.67s)
Running tests from 'tests/tool-ocaml' ...
 ... testing 'directive_failure.ml' => passed (wall clock: 0.24s)
 ... testing 'gpr12887.ml' => passed (wall clock: 0.37s)
 ... testing 't000.ml' => passed (wall clock: 0.22s)
 ... testing 't010-const0.ml' => passed (wall clock: 0.23s)
 ... testing 't010-const1.ml' => passed (wall clock: 0.22s)
 ... testing 't010-const2.ml' => passed (wall clock: 0.23s)
 ... testing 't010-const3.ml' => passed (wall clock: 0.22s)
 ... testing 't011-constint.ml' => passed (wall clock: 0.22s)
 ... testing 't020.ml' => passed (wall clock: 0.23s)
 ... testing 't021-pushconst1.ml' => passed (wall clock: 0.23s)
 ... testing 't021-pushconst2.ml' => passed (wall clock: 0.23s)
 ... testing 't021-pushconst3.ml' => passed (wall clock: 0.23s)
 ... testing 't022-pushconstint.ml' => passed (wall clock: 0.22s)
 ... testing 't040-makeblock1.ml' => passed (wall clock: 0.23s)
 ... testing 't040-makeblock2.ml' => passed (wall clock: 0.22s)
 ... testing 't040-makeblock3.ml' => passed (wall clock: 0.23s)
 ... testing 't041-makeblock.ml' => passed (wall clock: 0.23s)
 ... testing 't050-getglobal.ml' => passed (wall clock: 0.23s)
 ... testing 't050-pushgetglobal.ml' => passed (wall clock: 0.23s)
 ... testing 't051-getglobalfield.ml' => passed (wall clock: 0.23s)
 ... testing 't051-pushgetglobalfield.ml' => passed (wall clock: 0.22s)
 ... testing 't060-raise.ml' => passed (wall clock: 0.25s)
 ... testing 't070-branch.ml' => passed (wall clock: 0.25s)
 ... testing 't070-branchif.ml' => passed (wall clock: 0.25s)
 ... testing 't070-branchifnot.ml' => passed (wall clock: 0.25s)
 ... testing 't071-boolnot.ml' => passed (wall clock: 0.26s)
 ... testing 't080-eq.ml' => passed (wall clock: 0.26s)
 ... testing 't080-geint.ml' => passed (wall clock: 0.26s)
 ... testing 't080-gtint.ml' => passed (wall clock: 0.26s)
 ... testing 't080-leint.ml' => passed (wall clock: 0.26s)
 ... testing 't080-ltint.ml' => passed (wall clock: 0.26s)
 ... testing 't080-neq.ml' => passed (wall clock: 0.26s)
 ... testing 't090-acc0.ml' => passed (wall clock: 0.25s)
 ... testing 't090-acc1.ml' => passed (wall clock: 0.26s)
 ... testing 't090-acc2.ml' => passed (wall clock: 0.25s)
 ... testing 't090-acc3.ml' => passed (wall clock: 0.25s)
 ... testing 't090-acc4.ml' => passed (wall clock: 0.25s)
 ... testing 't090-acc5.ml' => passed (wall clock: 0.26s)
 ... testing 't090-acc6.ml' => passed (wall clock: 0.25s)
 ... testing 't090-acc7.ml' => passed (wall clock: 0.25s)
 ... testing 't091-acc.ml' => passed (wall clock: 0.25s)
 ... testing 't092-pushacc.ml' => passed (wall clock: 0.26s)
 ... testing 't092-pushacc0.ml' => passed (wall clock: 0.26s)
 ... testing 't092-pushacc1.ml' => passed (wall clock: 0.26s)
 ... testing 't092-pushacc2.ml' => passed (wall clock: 0.28s)
 ... testing 't092-pushacc3.ml' => passed (wall clock: 0.27s)
 ... testing 't092-pushacc4.ml' => passed (wall clock: 0.27s)
 ... testing 't092-pushacc5.ml' => passed (wall clock: 0.27s)
 ... testing 't092-pushacc6.ml' => passed (wall clock: 0.27s)
 ... testing 't092-pushacc7.ml' => passed (wall clock: 0.27s)
 ... testing 't093-pushacc.ml' => passed (wall clock: 0.27s)
 ... testing 't100-pushtrap.ml' => passed (wall clock: 0.27s)
 ... testing 't101-poptrap.ml' => passed (wall clock: 0.24s)
 ... testing 't110-addint.ml' => passed (wall clock: 0.27s)
 ... testing 't110-andint.ml' => passed (wall clock: 0.27s)
 ... testing 't110-asrint-1.ml' => passed (wall clock: 0.27s)
 ... testing 't110-asrint-2.ml' => passed (wall clock: 0.27s)
 ... testing 't110-divint-1.ml' => passed (wall clock: 0.27s)
 ... testing 't110-divint-2.ml' => passed (wall clock: 0.27s)
 ... testing 't110-divint-3.ml' => passed (wall clock: 0.27s)
 ... testing 't110-lslint.ml' => passed (wall clock: 0.27s)
 ... testing 't110-lsrint.ml' => passed (wall clock: 0.27s)
 ... testing 't110-modint-1.ml' => passed (wall clock: 0.27s)
 ... testing 't110-modint-2.ml' => passed (wall clock: 0.27s)
 ... testing 't110-mulint.ml' => passed (wall clock: 0.27s)
 ... testing 't110-negint.ml' => passed (wall clock: 0.27s)
 ... testing 't110-offsetint.ml' => passed (wall clock: 0.27s)
 ... testing 't110-orint.ml' => passed (wall clock: 0.27s)
 ... testing 't110-subint.ml' => passed (wall clock: 0.27s)
 ... testing 't110-xorint.ml' => passed (wall clock: 0.27s)
 ... testing 't120-getstringchar.ml' => passed (wall clock: 0.28s)
 ... testing 't121-setstringchar.ml' => passed (wall clock: 0.29s)
 ... testing 't130-getvectitem.ml' => passed (wall clock: 0.28s)
 ... testing 't130-vectlength.ml' => passed (wall clock: 0.27s)
 ... testing 't131-setvectitem.ml' => passed (wall clock: 0.28s)
 ... testing 't140-switch-1.ml' => passed (wall clock: 0.27s)
 ... testing 't140-switch-2.ml' => passed (wall clock: 0.27s)
 ... testing 't140-switch-3.ml' => passed (wall clock: 0.27s)
 ... testing 't140-switch-4.ml' => passed (wall clock: 0.27s)
 ... testing 't141-switch-5.ml' => passed (wall clock: 0.27s)
 ... testing 't141-switch-6.ml' => passed (wall clock: 0.26s)
 ... testing 't141-switch-7.ml' => passed (wall clock: 0.26s)
 ... testing 't142-switch-8.ml' => passed (wall clock: 0.25s)
 ... testing 't142-switch-9.ml' => passed (wall clock: 0.25s)
 ... testing 't142-switch-A.ml' => passed (wall clock: 0.25s)
 ... testing 't150-push-1.ml' => passed (wall clock: 0.23s)
 ... testing 't150-push-2.ml' => passed (wall clock: 0.25s)
 ... testing 't160-closure.ml' => passed (wall clock: 0.23s)
 ... testing 't161-apply1.ml' => passed (wall clock: 0.25s)
 ... testing 't162-return.ml' => passed (wall clock: 0.23s)
 ... testing 't163.ml' => passed (wall clock: 0.23s)
 ... testing 't164-apply2.ml' => passed (wall clock: 0.22s)
 ... testing 't164-apply3.ml' => passed (wall clock: 0.23s)
 ... testing 't165-apply.ml' => passed (wall clock: 0.22s)
 ... testing 't170-envacc2.ml' => passed (wall clock: 0.25s)
 ... testing 't170-envacc3.ml' => passed (wall clock: 0.26s)
 ... testing 't170-envacc4.ml' => passed (wall clock: 0.26s)
 ... testing 't171-envacc.ml' => passed (wall clock: 0.26s)
 ... testing 't172-pushenvacc1.ml' => passed (wall clock: 0.26s)
 ... testing 't172-pushenvacc2.ml' => passed (wall clock: 0.25s)
 ... testing 't172-pushenvacc3.ml' => passed (wall clock: 0.26s)
 ... testing 't172-pushenvacc4.ml' => passed (wall clock: 0.26s)
 ... testing 't173-pushenvacc.ml' => passed (wall clock: 0.27s)
 ... testing 't180-appterm1.ml' => passed (wall clock: 0.27s)
 ... testing 't180-appterm2.ml' => passed (wall clock: 0.27s)
 ... testing 't180-appterm3.ml' => passed (wall clock: 0.27s)
 ... testing 't181-appterm.ml' => passed (wall clock: 0.27s)
 ... testing 't190-makefloatblock-1.ml' => passed (wall clock: 0.23s)
 ... testing 't190-makefloatblock-2.ml' => passed (wall clock: 0.24s)
 ... testing 't190-makefloatblock-3.ml' => passed (wall clock: 0.23s)
 ... testing 't191-vectlength.ml' => passed (wall clock: 0.27s)
 ... testing 't192-getfloatfield-1.ml' => passed (wall clock: 0.27s)
 ... testing 't192-getfloatfield-2.ml' => passed (wall clock: 0.26s)
 ... testing 't193-setfloatfield-1.ml' => passed (wall clock: 0.27s)
 ... testing 't193-setfloatfield-2.ml' => passed (wall clock: 0.27s)
 ... testing 't200-getfield0.ml' => passed (wall clock: 0.26s)
 ... testing 't200-getfield1.ml' => passed (wall clock: 0.27s)
 ... testing 't200-getfield2.ml' => passed (wall clock: 0.27s)
 ... testing 't200-getfield3.ml' => passed (wall clock: 0.26s)
 ... testing 't201-getfield.ml' => passed (wall clock: 0.27s)
 ... testing 't210-setfield0.ml' => passed (wall clock: 0.27s)
 ... testing 't210-setfield1.ml' => passed (wall clock: 0.27s)
 ... testing 't210-setfield2.ml' => passed (wall clock: 0.27s)
 ... testing 't210-setfield3.ml' => passed (wall clock: 0.27s)
 ... testing 't211-setfield.ml' => passed (wall clock: 0.27s)
 ... testing 't220-assign.ml' => passed (wall clock: 0.27s)
 ... testing 't230-check_signals.ml' => passed (wall clock: 0.24s)
 ... testing 't240-c_call1.ml' => passed (wall clock: 0.29s)
 ... testing 't240-c_call2.ml' => passed (wall clock: 0.26s)
 ... testing 't240-c_call3.ml' => passed (wall clock: 0.27s)
 ... testing 't240-c_call4.ml' => passed (wall clock: 0.28s)
 ... testing 't240-c_call5.ml' => passed (wall clock: 0.28s)
 ... testing 't250-closurerec-1.ml' => passed (wall clock: 0.24s)
 ... testing 't250-closurerec-2.ml' => passed (wall clock: 0.27s)
 ... testing 't251-pushoffsetclosure0.ml' => passed (wall clock: 0.27s)
 ... testing 't251-pushoffsetclosure2.ml' => passed (wall clock: 0.27s)
 ... testing 't251-pushoffsetclosurem2.ml' => passed (wall clock: 0.27s)
 ... testing 't252-pushoffsetclosure.ml' => passed (wall clock: 0.27s)
 ... testing 't253-offsetclosure0.ml' => passed (wall clock: 0.26s)
 ... testing 't253-offsetclosure2.ml' => passed (wall clock: 0.27s)
 ... testing 't253-offsetclosurem2.ml' => passed (wall clock: 0.26s)
 ... testing 't254-offsetclosure.ml' => passed (wall clock: 0.26s)
 ... testing 't260-offsetref.ml' => passed (wall clock: 0.26s)
 ... testing 't270-push_retaddr.ml' => passed (wall clock: 0.26s)
 ... testing 't300-getmethod.ml' => passed (wall clock: 0.47s)
 ... testing 't301-object.ml' => passed (wall clock: 0.30s)
 ... testing 't310-alloc-1.ml' => passed (wall clock: 0.36s)
 ... testing 't310-alloc-2.ml' => passed (wall clock: 0.43s)
 ... testing 't320-gc-1.ml' => passed (wall clock: 0.34s)
 ... testing 't320-gc-2.ml' => passed (wall clock: 0.34s)
 ... testing 't320-gc-3.ml' => passed (wall clock: 0.37s)
 ... testing 't330-compact-1.ml' => passed (wall clock: 0.29s)
 ... testing 't330-compact-2.ml' => passed (wall clock: 0.33s)
 ... testing 't330-compact-3.ml' => passed (wall clock: 0.37s)
 ... testing 't330-compact-4.ml' => passed (wall clock: 0.38s)
 ... testing 't340-weak.ml' => passed (wall clock: 0.41s)
 ... testing 't350-heapcheck.ml' => passed (wall clock: 0.44s)
 ... testing 't360-stacks-1.ml' => passed (wall clock: 0.26s)
 ... testing 't360-stacks-2.ml' => passed (wall clock: 0.30s)
Running tests from 'tests/tool-ocaml-annot' ...
 ... testing 'failure.ml' => passed (wall clock: 0.43s)
 ... testing 'success.ml' => passed (wall clock: 1.40s)
 ... testing 'typeonly.ml' => passed (wall clock: 0.43s)
Running tests from 'tests/tool-ocamlc-compat32' ...
 ... testing 'compat32.ml' => passed (wall clock: 0.91s)
Running tests from 'tests/tool-ocamlc-error-cleanup' ...
 ... testing 'test.ml' => passed (wall clock: 0.20s)
Running tests from 'tests/tool-ocamlc-locations' ...
 ... testing 'marshalled.ml' => passed (wall clock: 1.25s)
 ... testing 'test.ml' => passed (wall clock: 0.57s)
Running tests from 'tests/tool-ocamlc-open' ...
 ... testing 'tool-ocamlc-open-error.ml' => passed (wall clock: 0.20s)
 ... testing 'tool-ocamlc-open.ml' => passed (wall clock: 0.30s)
Running tests from 'tests/tool-ocamlc-stop-after' ...
 ... testing 'stop_after_lambda.ml' => passed (wall clock: 0.17s)
 ... testing 'stop_after_parsing_impl.ml' => passed (wall clock: 0.20s)
 ... testing 'stop_after_parsing_intf.mli' => passed (wall clock: 0.20s)
 ... testing 'stop_after_scheduling.ml' => passed (wall clock: 0.08s)
 ... testing 'stop_after_typing_impl.ml' => passed (wall clock: 0.20s)
Running tests from 'tests/tool-ocamldep-modalias' ...
 ... testing 'main.ml' => passed (wall clock: 9.52s)
Running tests from 'tests/tool-ocamldep-shadowing' ...
 ... testing 'a.ml' => passed (wall clock: 0.07s)
Running tests from 'tests/tool-ocamldoc' ...
 ... testing 'Alert_toplevel.mli' => passed (wall clock: 0.21s)
 ... testing 'Alert_toplevel2.mli' => passed (wall clock: 0.20s)
 ... testing 'Alerts.mli' => passed (wall clock: 0.27s)
 ... testing 'Alerts_impl.ml' => passed (wall clock: 0.22s)
 ... testing 'Documentation_tags.mli' => passed (wall clock: 0.23s)
 ... testing 'Entities.ml' => passed (wall clock: 0.21s)
 ... testing 'Extensible_variant.ml' => passed (wall clock: 0.22s)
 ... testing 'Functions.ml' => passed (wall clock: 0.55s)
 ... testing 'Include_module_type_of.mli' => passed (wall clock: 0.51s)
 ... testing 'Inline_records.mli' => passed (wall clock: 0.91s)
 ... testing 'Inline_records_bis.ml' => passed (wall clock: 0.28s)
 ... testing 'Item_ids.mli' => passed (wall clock: 0.26s)
 ... testing 'Latin9.ml' => passed (wall clock: 0.23s)
 ... testing 'Level_0.mli' => passed (wall clock: 0.21s)
 ... testing 'Linebreaks.mli' => passed (wall clock: 0.37s)
 ... testing 'Loop.ml' => passed (wall clock: 0.42s)
 ... testing 'Module_whitespace.ml' => passed (wall clock: 0.45s)
 ... testing 'No_preamble.mli' => passed (wall clock: 0.22s)
 ... testing 'Paragraph.mli' => passed (wall clock: 0.24s)
 ... testing 'Short_description.txt' => passed (wall clock: 0.12s)
 ... testing 'Test.mli' => passed (wall clock: 0.21s)
 ... testing 'Variants.mli' => passed (wall clock: 0.55s)
 ... testing 'latex_ref.mli' => passed (wall clock: 0.21s)
 ... testing 't01.ml' => passed (wall clock: 0.77s)
 ... testing 't02.ml' => passed (wall clock: 0.76s)
 ... testing 't03.ml' => passed (wall clock: 0.76s)
 ... testing 't04.ml' => passed (wall clock: 0.76s)
 ... testing 't05.ml' => passed (wall clock: 0.76s)
Running tests from 'tests/tool-ocamldoc-open' ...
 ... testing 'main.ml' => passed (wall clock: 0.89s)
Running tests from 'tests/tool-ocamlobjinfo' ...
 ... testing 'question.ml' => passed (wall clock: 0.44s)
Running tests from 'tests/tool-ocamlopt-save-ir' ...
 ... testing 'check_for_pack.ml' => passed (wall clock: 1.26s)
 ... testing 'save_ir_after_scheduling.ml' => passed (wall clock: 1.13s)
 ... testing 'save_ir_after_typing.ml' => passed (wall clock: 0.11s)
 ... testing 'start_from_emit.ml' => passed (wall clock: 0.80s)
Running tests from 'tests/tool-ocamlopt-stop-after' ...
 ... testing 'stop_after_lambda.ml' => passed (wall clock: 0.19s)
 ... testing 'stop_after_scheduling.ml' => passed (wall clock: 0.22s)
Running tests from 'tests/tool-ocamltest' ...
 ... testing 'norm1.ml' => passed (wall clock: 2.50s)
 ... testing 'norm2.ml' => passed (wall clock: 2.47s)
 ... testing 'norm3.ml' => passed (wall clock: 2.51s)
 ... testing 'norm4.ml' => passed (wall clock: 2.50s)
Running tests from 'tests/tool-ocamltest-var-expansion' ...
 ... testing 'subst1.ml' => passed (wall clock: 2.92s)
 ... testing 'subst2.ml' => passed (wall clock: 2.88s)
Running tests from 'tests/tool-toplevel' ...
 ... testing 'constructor_printing.ml' => passed (wall clock: 0.46s)
 ... testing 'error_highlighting.ml' => passed (wall clock: 0.26s)
 ... testing 'exotic_lists.ml' => passed (wall clock: 0.28s)
 ... testing 'install_printer.ml' => passed (wall clock: 0.44s)
 ... testing 'mod_use.ml' => passed (wall clock: 0.35s)
 ... testing 'multi_phrase_line.ml' => passed (wall clock: 0.30s)
 ... testing 'pr6468.ml' => passed (wall clock: 1.49s)
 ... testing 'pr7060.ml' => passed (wall clock: 0.34s)
 ... testing 'pr7751.ml' => passed (wall clock: 2.32s)
 ... testing 'pr9701.ml' => passed (wall clock: 1.49s)
 ... testing 'printval.ml' => passed (wall clock: 0.38s)
 ... testing 'redefinition_hints.ml' => passed (wall clock: 0.29s)
 ... testing 'show.ml' => passed (wall clock: 0.45s)
 ... testing 'show_short_paths.ml' => passed (wall clock: 0.39s)
 ... testing 'strings.ml' => passed (wall clock: 0.23s)
 ... testing 'topeval.ml' => passed (wall clock: 1.13s)
 ... testing 'tracing.ml' => passed (wall clock: 0.28s)
 ... testing 'uncaught_exceptions.ml' => passed (wall clock: 0.37s)
 ... testing 'use_command.ml' => passed (wall clock: 0.38s)
Running tests from 'tests/tool-toplevel/known-bugs' ...
 ... testing 'broken_rec_in_show.ml' => passed (wall clock: 0.40s)
Running tests from 'tests/tool-toplevel-invocation' ...
 ... testing 'test.ml' => passed (wall clock: 0.90s)
Running tests from 'tests/translprim' ...
 ... testing 'array_spec.ml' => passed (wall clock: 0.38s)
 ... testing 'comparison_optim.ml' => passed (wall clock: 5.39s)
 ... testing 'comparison_table.ml' => passed (wall clock: 0.79s)
 ... testing 'locs.ml' => passed (wall clock: 5.20s)
 ... testing 'module_coercion.ml' => passed (wall clock: 0.40s)
 ... testing 'ref_spec.ml' => passed (wall clock: 0.37s)
 ... testing 'sendcache.ml' => passed (wall clock: 3.21s)
Running tests from 'tests/tsan' ...
 ... testing 'array_elt.ml' => skipped
 ... testing 'exn_from_c.ml' => skipped
 ... testing 'exn_in_callback.ml' => skipped
 ... testing 'exn_reraise.ml' => skipped
 ... testing 'handlers_at_tail.ml' => skipped
 ... testing 'norace_atomics.ml' => skipped
 ... testing 'perform.ml' => skipped
 ... testing 'raise_through_handler.ml' => skipped
 ... testing 'record_field.ml' => skipped
 ... testing 'reperform.ml' => skipped
 ... testing 'unhandled.ml' => skipped
Running tests from 'tests/typedtree' ...
 ... testing 'module_presence.ml' => passed (wall clock: 0.38s)
Running tests from 'tests/typeopt' ...
 ... testing 'nested_unboxed.ml' => passed (wall clock: 3.54s)
Running tests from 'tests/typing-core-bugs' ...
 ... testing 'const_int_hint.ml' => passed (wall clock: 0.47s)
 ... testing 'missing_rec_hint.ml' => passed (wall clock: 0.41s)
 ... testing 'repeated_did_you_mean.ml' => passed (wall clock: 0.35s)
 ... testing 'type_expected_explanation.ml' => passed (wall clock: 0.44s)
 ... testing 'unit_fun_hints.ml' => passed (wall clock: 0.39s)
Running tests from 'tests/typing-deprecated' ...
 ... testing 'alerts.ml' => passed (wall clock: 0.52s)
 ... testing 'deprecated.ml' => passed (wall clock: 0.80s)
Running tests from 'tests/typing-extension-constructor' ...
 ... testing 'test.ml' => passed (wall clock: 0.23s)
Running tests from 'tests/typing-extensions' ...
 ... testing 'cast.ml' => passed (wall clock: 0.40s)
 ... testing 'disambiguation.ml' => passed (wall clock: 0.61s)
 ... testing 'extensions.ml' => passed (wall clock: 0.94s)
 ... testing 'floatarray.ml' => passed (wall clock: 0.43s)
 ... testing 'iarray.ml' => passed (wall clock: 0.42s)
 ... testing 'msg.ml' => passed (wall clock: 0.37s)
 ... testing 'open_types.ml' => passed (wall clock: 0.65s)
Running tests from 'tests/typing-external' ...
 ... testing 'pr11392.ml' => passed (wall clock: 0.35s)
Running tests from 'tests/typing-fstclassmod' ...
 ... testing 'aliases.ml' => passed (wall clock: 0.35s)
 ... testing 'fstclassmod.ml' => passed (wall clock: 5.34s)
 ... testing 'nondep_instance.ml' => passed (wall clock: 0.37s)
 ... testing 'scope_escape.ml' => passed (wall clock: 0.41s)
Running tests from 'tests/typing-gadts' ...
 ... testing 'ambiguity.ml' => passed (wall clock: 0.60s)
 ... testing 'ambivalent_apply.ml' => passed (wall clock: 0.41s)
 ... testing 'didier.ml' => passed (wall clock: 0.47s)
 ... testing 'dynamic_frisch.ml' => passed (wall clock: 2.44s)
 ... testing 'gadthead.ml' => passed (wall clock: 0.37s)
 ... testing 'name_existentials.ml' => passed (wall clock: 0.71s)
 ... testing 'nested_equations.ml' => passed (wall clock: 0.54s)
 ... testing 'omega07.ml' => passed (wall clock: 5.30s)
 ... testing 'optional_args.ml' => passed (wall clock: 0.45s)
 ... testing 'or_patterns.ml' => passed (wall clock: 1.29s)
 ... testing 'packed-module-recasting.ml' => passed (wall clock: 1.02s)
 ... testing 'pr10189.ml' => passed (wall clock: 0.58s)
 ... testing 'pr10271.ml' => passed (wall clock: 0.40s)
 ... testing 'pr10348.ml' => passed (wall clock: 0.45s)
 ... testing 'pr10735.ml' => passed (wall clock: 0.36s)
 ... testing 'pr10907.ml' => passed (wall clock: 0.42s)
 ... testing 'pr11888.ml' => passed (wall clock: 0.38s)
 ... testing 'pr13579.ml' => passed (wall clock: 0.52s)
 ... testing 'pr5332.ml' => passed (wall clock: 0.40s)
 ... testing 'pr5689.ml' => passed (wall clock: 0.62s)
 ... testing 'pr5785.ml' => passed (wall clock: 0.37s)
 ... testing 'pr5848.ml' => passed (wall clock: 0.37s)
 ... testing 'pr5906.ml' => passed (wall clock: 0.44s)
 ... testing 'pr5948.ml' => passed (wall clock: 0.42s)
 ... testing 'pr5981.ml' => passed (wall clock: 0.44s)
 ... testing 'pr5985.ml' => passed (wall clock: 0.55s)
 ... testing 'pr5989.ml' => passed (wall clock: 0.41s)
 ... testing 'pr5997.ml' => passed (wall clock: 0.40s)
 ... testing 'pr6158.ml' => passed (wall clock: 0.36s)
 ... testing 'pr6163.ml' => passed (wall clock: 0.42s)
 ... testing 'pr6174.ml' => passed (wall clock: 0.36s)
 ... testing 'pr6241.ml' => passed (wall clock: 0.39s)
 ... testing 'pr6690.ml' => passed (wall clock: 0.41s)
 ... testing 'pr6817.ml' => passed (wall clock: 0.42s)
 ... testing 'pr6934.ml' => passed (wall clock: 0.34s)
 ... testing 'pr6980.ml' => passed (wall clock: 0.41s)
 ... testing 'pr6993_bad.ml' => passed (wall clock: 0.41s)
 ... testing 'pr7016.ml' => passed (wall clock: 0.37s)
 ... testing 'pr7160.ml' => passed (wall clock: 0.37s)
 ... testing 'pr7214.ml' => passed (wall clock: 0.37s)
 ... testing 'pr7222.ml' => passed (wall clock: 0.40s)
 ... testing 'pr7230.ml' => passed (wall clock: 0.36s)
 ... testing 'pr7234.ml' => passed (wall clock: 0.38s)
 ... testing 'pr7260.ml' => passed (wall clock: 0.35s)
 ... testing 'pr7269.ml' => passed (wall clock: 0.46s)
 ... testing 'pr7298.ml' => passed (wall clock: 0.38s)
 ... testing 'pr7374.ml' => passed (wall clock: 0.43s)
 ... testing 'pr7378.ml' => passed (wall clock: 0.37s)
 ... testing 'pr7381.ml' => passed (wall clock: 0.39s)
 ... testing 'pr7390.ml' => passed (wall clock: 0.39s)
 ... testing 'pr7391.ml' => passed (wall clock: 0.49s)
 ... testing 'pr7397.ml' => passed (wall clock: 0.37s)
 ... testing 'pr7421.ml' => passed (wall clock: 0.38s)
 ... testing 'pr7432.ml' => passed (wall clock: 0.38s)
 ... testing 'pr7520.ml' => passed (wall clock: 0.35s)
 ... testing 'pr7618.ml' => passed (wall clock: 0.41s)
 ... testing 'pr7747.ml' => passed (wall clock: 0.38s)
 ... testing 'pr7902.ml' => passed (wall clock: 0.38s)
 ... testing 'pr9019.ml' => passed (wall clock: 0.77s)
 ... testing 'pr9759.ml' => passed (wall clock: 0.38s)
 ... testing 'pr9799.ml' => passed (wall clock: 0.37s)
 ... testing 'principality-and-gadts.ml' => passed (wall clock: 0.83s)
 ... testing 'return_type.ml' => passed (wall clock: 0.36s)
 ... testing 'syntactic-arity.ml' => passed (wall clock: 0.57s)
 ... testing 'term-conv.ml' => passed (wall clock: 1.05s)
 ... testing 'test.ml' => passed (wall clock: 2.59s)
 ... testing 'unexpected_existentials.ml' => passed (wall clock: 0.42s)
 ... testing 'unify_mb.ml' => passed (wall clock: 1.22s)
 ... testing 'variables_in_mcomp.ml' => passed (wall clock: 0.37s)
 ... testing 'yallop_bugs.ml' => passed (wall clock: 0.47s)
Running tests from 'tests/typing-immediate' ...
 ... testing 'immediate.ml' => passed (wall clock: 0.50s)
Running tests from 'tests/typing-implicit_unpack' ...
 ... testing 'implicit_unpack.ml' => passed (wall clock: 2.21s)
Running tests from 'tests/typing-kind' ...
 ... testing 'kind_mismatch.ml' => passed (wall clock: 0.36s)
Running tests from 'tests/typing-labeled-tuples' ...
 ... testing 'labeled_tuple_patterns.ml' => passed (wall clock: 1.03s)
 ... testing 'labeled_tuples.ml' => passed (wall clock: 0.99s)
 ... testing 'labeled_tuples_and_constructors.ml' => passed (wall clock: 0.41s)
 ... testing 'labeled_tuples_dsource.ml' => passed (wall clock: 0.37s)
Running tests from 'tests/typing-labels' ...
 ... testing 'mixin.ml' => passed (wall clock: 6.16s)
 ... testing 'mixin2.ml' => passed (wall clock: 7.13s)
 ... testing 'mixin3.ml' => passed (wall clock: 6.86s)
Running tests from 'tests/typing-misc' ...
 ... testing 'apply_non_function.ml' => passed (wall clock: 0.46s)
 ... testing 'automatic_generalize.ml' => passed (wall clock: 0.37s)
 ... testing 'build_as_type.ml' => passed (wall clock: 0.52s)
 ... testing 'coerce_principal.ml' => passed (wall clock: 0.35s)
 ... testing 'constraints.ml' => passed (wall clock: 0.96s)
 ... testing 'deep.ml' => passed (wall clock: 0.44s)
 ... testing 'disambiguate_principality.ml' => passed (wall clock: 0.75s)
 ... testing 'distant_errors.ml' => passed (wall clock: 0.36s)
 ... testing 'empty_variant.ml' => passed (wall clock: 0.50s)
 ... testing 'enrich_typedecl.ml' => passed (wall clock: 0.56s)
 ... testing 'exotic_unifications.ml' => passed (wall clock: 0.37s)
 ... testing 'exp_denom.ml' => passed (wall clock: 0.40s)
 ... testing 'external_arity.ml' => passed (wall clock: 0.37s)
 ... testing 'filter_params.ml' => passed (wall clock: 0.34s)
 ... testing 'gpr2277.ml' => passed (wall clock: 0.42s)
 ... testing 'includeclass_errors.ml' => passed (wall clock: 0.57s)
 ... testing 'injectivity.ml' => passed (wall clock: 1.17s)
 ... testing 'inside_out.ml' => passed (wall clock: 0.51s)
 ... testing 'is_expansive.ml' => passed (wall clock: 0.35s)
 ... testing 'labels.ml' => passed (wall clock: 0.57s)
 ... testing 'let_rec_approx.ml' => passed (wall clock: 0.41s)
 ... testing 'normalize_type.ml' => passed (wall clock: 0.36s)
 ... testing 'occur_check.ml' => passed (wall clock: 0.46s)
 ... testing 'open.ml' => passed (wall clock: 0.36s)
 ... testing 'optbinders.ml' => passed (wall clock: 0.45s)
 ... testing 'pat_type_sharing.ml' => passed (wall clock: 0.37s)
 ... testing 'pattern_open.ml' => passed (wall clock: 0.97s)
 ... testing 'polyvars.ml' => passed (wall clock: 0.82s)
 ... testing 'pr6416.ml' => passed (wall clock: 0.70s)
 ... testing 'pr6634.ml' => passed (wall clock: 0.36s)
 ... testing 'pr6939-flat-float-array.ml' => passed (wall clock: 0.36s)
 ... testing 'pr6939-no-flat-float-array.ml' => skipped
 ... testing 'pr7103.ml' => passed (wall clock: 0.40s)
 ... testing 'pr7228.ml' => passed (wall clock: 0.36s)
 ... testing 'pr7668_bad.ml' => passed (wall clock: 0.48s)
 ... testing 'pr7712.ml' => passed (wall clock: 0.37s)
 ... testing 'pr7937.ml' => passed (wall clock: 0.38s)
 ... testing 'pr8548.ml' => passed (wall clock: 0.49s)
 ... testing 'pr8548_split.ml' => passed (wall clock: 0.88s)
 ... testing 'printing.ml' => passed (wall clock: 0.53s)
 ... testing 'records.ml' => passed (wall clock: 0.66s)
 ... testing 'scope_escape.ml' => passed (wall clock: 0.36s)
 ... testing 'type_external.ml' => passed (wall clock: 0.59s)
 ... testing 'typecore_empty_polyvariant_error.ml' => passed (wall clock: 4.05s)
 ... testing 'typecore_errors.ml' => passed (wall clock: 0.68s)
 ... testing 'typecore_nolabel_errors.ml' => passed (wall clock: 0.47s)
 ... testing 'typetexp_errors.ml' => passed (wall clock: 0.38s)
 ... testing 'unbound_type_variables.ml' => passed (wall clock: 0.37s)
 ... testing 'unique_names_in_unification.ml' => passed (wall clock: 0.41s)
 ... testing 'variance.ml' => passed (wall clock: 0.46s)
 ... testing 'variant.ml' => passed (wall clock: 0.47s)
 ... testing 'wellfounded.ml' => passed (wall clock: 0.35s)
 ... testing 'wrong_kind.ml' => passed (wall clock: 0.52s)
Running tests from 'tests/typing-misc-bugs' ...
 ... testing 'core_array_reduced_ok.ml' => passed (wall clock: 0.37s)
 ... testing 'gadt_declaration_check.ml' => passed (wall clock: 0.35s)
 ... testing 'pr6303_bad.ml' => passed (wall clock: 0.20s)
 ... testing 'pr6946_bad.ml' => passed (wall clock: 0.19s)
Running tests from 'tests/typing-missing-cmi' ...
 ... testing 'test.ml' => passed (wall clock: 0.95s)
Running tests from 'tests/typing-missing-cmi-2' ...
 ... testing 'test.ml' => passed (wall clock: 0.48s)
Running tests from 'tests/typing-missing-cmi-3' ...
 ... testing 'user.ml' => passed (wall clock: 0.85s)
Running tests from 'tests/typing-modules' ...
 ... testing 'Test.ml' => passed (wall clock: 0.50s)
 ... testing 'aliases.ml' => passed (wall clock: 1.89s)
 ... testing 'anonymous.ml' => passed (wall clock: 0.38s)
 ... testing 'applicative_functor_type.ml' => passed (wall clock: 0.44s)
 ... testing 'extension_constructors_errors_test.ml' => passed (wall clock: 0.38s)
 ... testing 'firstclass.ml' => passed (wall clock: 0.54s)
 ... testing 'functors.ml' => passed (wall clock: 2.12s)
 ... testing 'generative.ml' => passed (wall clock: 0.45s)
 ... testing 'illegal_permutation.ml' => passed (wall clock: 0.73s)
 ... testing 'inclusion_errors.ml' => passed (wall clock: 1.90s)
 ... testing 'inclusion_errors_elision.ml' => passed (wall clock: 0.39s)
 ... testing 'merge_constraint.ml' => passed (wall clock: 1.82s)
 ... testing 'mixmod5.ml' => passed (wall clock: 1.16s)
 ... testing 'module_type_substitution.ml' => passed (wall clock: 0.78s)
 ... testing 'nondep.ml' => passed (wall clock: 0.42s)
 ... testing 'nondep_private_abbrev.ml' => passed (wall clock: 0.47s)
 ... testing 'nongen.ml' => passed (wall clock: 0.35s)
 ... testing 'normalize_path.ml' => passed (wall clock: 0.35s)
 ... testing 'package_constraint.ml' => passed (wall clock: 0.52s)
 ... testing 'packed_module_levels.ml' => passed (wall clock: 0.41s)
 ... testing 'pr10298.ml' => passed (wall clock: 0.37s)
 ... testing 'pr10399.ml' => passed (wall clock: 0.37s)
 ... testing 'pr13185.ml' => passed (wall clock: 0.35s)
 ... testing 'pr5911.ml' => passed (wall clock: 0.36s)
 ... testing 'pr6394.ml' => passed (wall clock: 0.36s)
 ... testing 'pr6633.ml' => passed (wall clock: 0.38s)
 ... testing 'pr7207.ml' => passed (wall clock: 0.37s)
 ... testing 'pr7348.ml' => passed (wall clock: 0.40s)
 ... testing 'pr7726.ml' => passed (wall clock: 0.51s)
 ... testing 'pr7787.ml' => passed (wall clock: 0.37s)
 ... testing 'pr7818.ml' => passed (wall clock: 0.85s)
 ... testing 'pr7851.ml' => passed (wall clock: 0.51s)
 ... testing 'pr8810.ml' => passed (wall clock: 0.20s)
 ... testing 'pr9384.ml' => passed (wall clock: 0.39s)
 ... testing 'pr9695.ml' => passed (wall clock: 0.34s)
 ... testing 'printing.ml' => passed (wall clock: 0.39s)
 ... testing 'private.ml' => passed (wall clock: 0.37s)
 ... testing 'records_errors_test.ml' => passed (wall clock: 0.83s)
 ... testing 'recursive.ml' => passed (wall clock: 0.36s)
 ... testing 'struct_include_optimisation.ml' => passed (wall clock: 4.04s)
 ... testing 'unroll_private_abbrev.ml' => passed (wall clock: 0.43s)
 ... testing 'variants_errors_test.ml' => passed (wall clock: 0.60s)
 ... testing 'with_ghosts.ml' => passed (wall clock: 0.37s)
Running tests from 'tests/typing-modules/pr13099' ...
 ... testing 'test.ml' => passed (wall clock: 0.91s)
Running tests from 'tests/typing-modules-bugs' ...
 ... testing 'gatien_baron_20131019_ok.ml' => passed (wall clock: 0.77s)
 ... testing 'pr10661_ok.ml' => passed (wall clock: 0.31s)
 ... testing 'pr10693_bad.ml' => passed (wall clock: 0.22s)
 ... testing 'pr5164_ok.ml' => passed (wall clock: 0.49s)
 ... testing 'pr51_ok.ml' => passed (wall clock: 0.31s)
 ... testing 'pr5663_ok.ml' => passed (wall clock: 0.30s)
 ... testing 'pr5914_ok.ml' => passed (wall clock: 0.32s)
 ... testing 'pr6240_ok.ml' => passed (wall clock: 0.30s)
 ... testing 'pr6293_bad.ml' => passed (wall clock: 0.20s)
 ... testing 'pr6427_bad.ml' => passed (wall clock: 0.20s)
 ... testing 'pr6485_ok.ml' => passed (wall clock: 0.37s)
 ... testing 'pr6513_ok.ml' => passed (wall clock: 0.31s)
 ... testing 'pr6572_ok.ml' => passed (wall clock: 0.45s)
 ... testing 'pr6651_ok.ml' => passed (wall clock: 0.30s)
 ... testing 'pr6752_bad.ml' => passed (wall clock: 0.22s)
 ... testing 'pr6752_ok.ml' => passed (wall clock: 0.34s)
 ... testing 'pr6899_first_bad.ml' => passed (wall clock: 0.21s)
 ... testing 'pr6899_ok.ml' => passed (wall clock: 0.31s)
 ... testing 'pr6899_second_bad.ml' => passed (wall clock: 0.20s)
 ... testing 'pr6944_ok.ml' => passed (wall clock: 0.34s)
 ... testing 'pr6954_ok.ml' => passed (wall clock: 0.31s)
 ... testing 'pr6981_ok.ml' => passed (wall clock: 0.30s)
 ... testing 'pr6982_ok.ml' => passed (wall clock: 0.32s)
 ... testing 'pr6985_extended.ml' => passed (wall clock: 0.36s)
 ... testing 'pr6985_ok.ml' => passed (wall clock: 0.30s)
 ... testing 'pr6992_bad.ml' => passed (wall clock: 0.21s)
 ... testing 'pr7036_ok.ml' => passed (wall clock: 0.33s)
 ... testing 'pr7082_ok.ml' => passed (wall clock: 0.30s)
 ... testing 'pr7112_bad.ml' => passed (wall clock: 0.20s)
 ... testing 'pr7112_ok.ml' => passed (wall clock: 0.30s)
 ... testing 'pr7152_ok.ml' => passed (wall clock: 0.36s)
 ... testing 'pr7182_ok.ml' => passed (wall clock: 0.30s)
 ... testing 'pr7305_principal.ml' => passed (wall clock: 0.33s)
 ... testing 'pr7321_ok.ml' => passed (wall clock: 0.30s)
 ... testing 'pr7414_2_bad.ml' => passed (wall clock: 0.22s)
 ... testing 'pr7414_bad.ml' => passed (wall clock: 0.22s)
 ... testing 'pr7519_ok.ml' => passed (wall clock: 0.30s)
 ... testing 'pr7601_ok.ml' => passed (wall clock: 0.30s)
 ... testing 'pr7601a_ok.ml' => passed (wall clock: 0.32s)
 ... testing 'pr9695_bad.ml' => passed (wall clock: 0.19s)
Running tests from 'tests/typing-multifile' ...
 ... testing 'pr6372.ml' => passed (wall clock: 0.31s)
 ... testing 'pr7325.ml' => passed (wall clock: 0.48s)
 ... testing 'pr7563.ml' => passed (wall clock: 2.79s)
 ... testing 'pr9218.ml' => passed (wall clock: 2.79s)
Running tests from 'tests/typing-objects' ...
 ... testing 'Exemples.ml' => passed (wall clock: 2.15s)
 ... testing 'Tests.ml' => passed (wall clock: 2.30s)
 ... testing 'abstract_rows.ml' => passed (wall clock: 0.37s)
 ... testing 'class_2.ml' => passed (wall clock: 0.38s)
 ... testing 'dummy.ml' => passed (wall clock: 0.73s)
 ... testing 'errors.ml' => passed (wall clock: 0.43s)
 ... testing 'field_kind.ml' => passed (wall clock: 0.47s)
 ... testing 'nongen.ml' => passed (wall clock: 0.37s)
 ... testing 'open_in_classes.ml' => passed (wall clock: 0.38s)
 ... testing 'pr11569.ml' => passed (wall clock: 0.37s)
 ... testing 'pr13495.ml' => passed (wall clock: 0.38s)
 ... testing 'pr5545.ml' => passed (wall clock: 0.40s)
 ... testing 'pr5619_bad.ml' => passed (wall clock: 0.41s)
 ... testing 'pr5858.ml' => passed (wall clock: 0.35s)
 ... testing 'pr6123_bad.ml' => passed (wall clock: 0.37s)
 ... testing 'pr6383.ml' => passed (wall clock: 0.36s)
 ... testing 'pr6907_bad.ml' => passed (wall clock: 0.35s)
 ... testing 'pr7711_ok.ml' => passed (wall clock: 0.35s)
 ... testing 'self_cannot_be_closed.ml' => passed (wall clock: 0.35s)
 ... testing 'self_cannot_escape_pr7865.ml' => passed (wall clock: 0.41s)
 ... testing 'unbound-type-var.ml' => passed (wall clock: 0.36s)
Running tests from 'tests/typing-objects-bugs' ...
 ... testing 'pr3968_bad.ml' => passed (wall clock: 0.23s)
 ... testing 'pr4018_bad.ml' => passed (wall clock: 0.25s)
 ... testing 'pr4435_bad.ml' => passed (wall clock: 0.20s)
 ... testing 'pr4766_ok.ml' => passed (wall clock: 0.31s)
 ... testing 'pr4824_ok.ml' => passed (wall clock: 0.31s)
 ... testing 'pr4824a_bad.ml' => passed (wall clock: 0.20s)
 ... testing 'pr5156_ok.ml' => passed (wall clock: 0.33s)
 ... testing 'pr7284_bad.ml' => passed (wall clock: 0.22s)
 ... testing 'pr7293_ok.ml' => passed (wall clock: 0.31s)
 ... testing 'woodyatt_ok.ml' => passed (wall clock: 0.39s)
 ... testing 'yamagata021012_ok.ml' => passed (wall clock: 0.79s)
Running tests from 'tests/typing-ocamlc-i' ...
 ... testing 'pervasives_leitmotiv.ml' => passed (wall clock: 0.21s)
 ... testing 'pr4791.ml' => passed (wall clock: 0.20s)
 ... testing 'pr6323.ml' => passed (wall clock: 0.21s)
 ... testing 'pr7402.ml' => passed (wall clock: 0.20s)
 ... testing 'pr7620_bad.ml' => passed (wall clock: 0.20s)
Running tests from 'tests/typing-poly' ...
 ... testing 'error_messages.ml' => passed (wall clock: 0.47s)
 ... testing 'poly.ml' => passed (wall clock: 4.61s)
 ... testing 'pr11544.ml' => passed (wall clock: 0.36s)
 ... testing 'pr7636.ml' => passed (wall clock: 0.38s)
 ... testing 'pr9603.ml' => passed (wall clock: 0.40s)
Running tests from 'tests/typing-poly-bugs' ...
 ... testing 'pr5322_ok.ml' => passed (wall clock: 0.32s)
 ... testing 'pr5673_ok.ml' => passed (wall clock: 0.34s)
 ... testing 'pr6922_ok.ml' => passed (wall clock: 0.82s)
Running tests from 'tests/typing-polyvariants-bugs' ...
 ... testing 'pr10664.ml' => passed (wall clock: 3.20s)
 ... testing 'pr10664a.ml' => passed (wall clock: 0.67s)
 ... testing 'pr4775_ok.ml' => passed (wall clock: 0.31s)
 ... testing 'pr4933_ok.ml' => passed (wall clock: 0.30s)
 ... testing 'pr5057_ok.ml' => passed (wall clock: 0.37s)
 ... testing 'pr5057a_bad.ml' => passed (wall clock: 0.24s)
 ... testing 'pr7199_ok.ml' => passed (wall clock: 0.30s)
 ... testing 'pr7817_bad.ml' => passed (wall clock: 0.37s)
 ... testing 'pr7824.ml' => passed (wall clock: 0.44s)
 ... testing 'pr8575.ml' => passed (wall clock: 0.38s)
 ... testing 'privrowsabate_ok.ml' => passed (wall clock: 0.36s)
Running tests from 'tests/typing-polyvariants-bugs-2' ...
 ... testing 'pr3918c.ml' => passed (wall clock: 0.49s)
Running tests from 'tests/typing-private' ...
 ... testing 'invalid_private_row.ml' => passed (wall clock: 0.38s)
 ... testing 'private.ml' => passed (wall clock: 0.74s)
Running tests from 'tests/typing-private-bugs' ...
 ... testing 'pr5026_bad.ml' => passed (wall clock: 0.20s)
 ... testing 'pr5469_ok.ml' => passed (wall clock: 0.30s)
Running tests from 'tests/typing-recmod' ...
 ... testing 'gpr1626.ml' => passed (wall clock: 0.36s)
 ... testing 'inconsistent_types.ml' => passed (wall clock: 0.41s)
 ... testing 'pr13514.ml' => passed (wall clock: 0.35s)
 ... testing 'pr6491.ml' => passed (wall clock: 0.40s)
 ... testing 'pr9494.ml' => passed (wall clock: 4.80s)
 ... testing 't01bad.ml' => passed (wall clock: 0.20s)
 ... testing 't02bad.ml' => passed (wall clock: 0.20s)
 ... testing 't03ok.ml' => passed (wall clock: 0.31s)
 ... testing 't04bad.ml' => passed (wall clock: 0.21s)
 ... testing 't05bad.ml' => passed (wall clock: 0.20s)
 ... testing 't06ok.ml' => passed (wall clock: 0.31s)
 ... testing 't07bad.ml' => passed (wall clock: 0.20s)
 ... testing 't08bad.ml' => passed (wall clock: 0.21s)
 ... testing 't09bad.ml' => passed (wall clock: 0.20s)
 ... testing 't10ok.ml' => passed (wall clock: 0.33s)
 ... testing 't11bad.ml' => passed (wall clock: 0.20s)
 ... testing 't12bad.ml' => passed (wall clock: 0.20s)
 ... testing 't13ok.ml' => passed (wall clock: 0.33s)
 ... testing 't14bad.ml' => passed (wall clock: 0.20s)
 ... testing 't15bad.ml' => passed (wall clock: 0.20s)
 ... testing 't16ok.ml' => passed (wall clock: 0.39s)
 ... testing 't17ok.ml' => passed (wall clock: 0.34s)
 ... testing 't18ok.ml' => passed (wall clock: 0.31s)
 ... testing 't20ok.ml' => passed (wall clock: 0.50s)
 ... testing 't21ok.ml' => passed (wall clock: 0.47s)
 ... testing 't22ok.ml' => passed (wall clock: 1.17s)
Running tests from 'tests/typing-recordarg' ...
 ... testing 'recordarg.ml' => passed (wall clock: 0.32s)
Running tests from 'tests/typing-rectypes-bugs' ...
 ... testing 'pr5343_bad.ml' => passed (wall clock: 0.20s)
 ... testing 'pr6174_bad.ml' => passed (wall clock: 0.20s)
 ... testing 'pr6870_bad.ml' => passed (wall clock: 0.19s)
Running tests from 'tests/typing-safe-linking' ...
 ... testing 'b_bad.ml' => passed (wall clock: 0.31s)
Running tests from 'tests/typing-shadowing-of-pervasives-submodules' ...
 ... testing 'redefine_largefile.ml' => passed (wall clock: 2.80s)
 ... testing 'redefine_largefile_top.ml' => passed (wall clock: 0.45s)
Running tests from 'tests/typing-short-paths' ...
 ... testing 'errors.ml' => passed (wall clock: 0.59s)
 ... testing 'gpr1223.ml' => passed (wall clock: 0.58s)
 ... testing 'pr5918.ml' => passed (wall clock: 0.22s)
 ... testing 'pr6836.ml' => passed (wall clock: 0.30s)
 ... testing 'pr7543.ml' => passed (wall clock: 0.29s)
 ... testing 'short-paths.ml' => passed (wall clock: 0.58s)
Running tests from 'tests/typing-signatures' ...
 ... testing 'els.ml' => passed (wall clock: 0.31s)
 ... testing 'nondep_regression.ml' => passed (wall clock: 0.35s)
 ... testing 'pr6371.ml' => passed (wall clock: 0.22s)
 ... testing 'pr6672.ml' => passed (wall clock: 0.22s)
 ... testing 'regression_tsubst_error.ml' => passed (wall clock: 0.35s)
Running tests from 'tests/typing-sigsubst' ...
 ... testing 'sig_local_aliases.ml' => passed (wall clock: 0.45s)
 ... testing 'sig_local_aliases_syntax_errors.ml' => passed (wall clock: 0.23s)
 ... testing 'sigsubst.ml' => passed (wall clock: 0.71s)
 ... testing 'test_locations.ml' => passed (wall clock: 1.03s)
Running tests from 'tests/typing-typeparam' ...
 ... testing 'newtype.ml' => passed (wall clock: 0.41s)
Running tests from 'tests/typing-unboxed' ...
 ... testing 'test.ml' => passed (wall clock: 1.05s)
Running tests from 'tests/typing-unboxed-types' ...
 ... testing 'test.ml' => passed (wall clock: 0.80s)
 ... testing 'test_flat.ml' => passed (wall clock: 0.66s)
 ... testing 'test_no_flat.ml' => skipped
Running tests from 'tests/typing-unicode' ...
 ... testing 'test.ml' => passed (wall clock: 0.88s)
Running tests from 'tests/typing-warnings' ...
 ... testing 'ambiguous_guarded_disjunction.ml' => passed (wall clock: 1.21s)
 ... testing 'application.ml' => passed (wall clock: 0.52s)
 ... testing 'coercions.ml' => passed (wall clock: 0.47s)
 ... testing 'disable_warnings_classes.ml' => passed (wall clock: 0.45s)
 ... testing 'exhaustiveness.ml' => passed (wall clock: 0.93s)
 ... testing 'fragile_matching.ml' => passed (wall clock: 3.46s)
 ... testing 'never_returns.ml' => passed (wall clock: 0.38s)
 ... testing 'open_warnings.ml' => passed (wall clock: 0.50s)
 ... testing 'pr5892.ml' => passed (wall clock: 0.37s)
 ... testing 'pr6587.ml' => passed (wall clock: 0.36s)
 ... testing 'pr6872.ml' => passed (wall clock: 0.40s)
 ... testing 'pr7085.ml' => passed (wall clock: 0.40s)
 ... testing 'pr7115.ml' => passed (wall clock: 0.37s)
 ... testing 'pr7261.ml' => passed (wall clock: 0.22s)
 ... testing 'pr7297.ml' => passed (wall clock: 0.36s)
 ... testing 'pr7553.ml' => passed (wall clock: 0.37s)
 ... testing 'pr9244.ml' => passed (wall clock: 0.37s)
 ... testing 'records.ml' => passed (wall clock: 0.99s)
 ... testing 'unused_functor_parameter.ml' => passed (wall clock: 0.36s)
 ... testing 'unused_rec.ml' => passed (wall clock: 0.38s)
 ... testing 'unused_recmodule.ml' => passed (wall clock: 0.36s)
 ... testing 'unused_types.ml' => passed (wall clock: 0.84s)
 ... testing 'warning16.ml' => passed (wall clock: 0.43s)
Running tests from 'tests/uid-deps' ...
 ... testing 'link_intf_impl.ml' => passed (wall clock: 0.40s)
Running tests from 'tests/uids' ...
 ... testing 'intf_uids_test.ml' => passed (wall clock: 0.38s)
Running tests from 'tests/unboxed-primitive-args' ...
 ... testing 'test.ml' => passed (wall clock: 54.93s)
Running tests from 'tests/unicode' ...
 ... testing '���.ml' => passed (wall clock: 2.73s)
Running tests from 'tests/unwind' ...
 ... testing 'driver.ml' => skipped
Running tests from 'tests/utils' ...
 ... testing 'edit_distance.ml' => passed (wall clock: 1.01s)
 ... testing 'find_first_mono.ml' => passed (wall clock: 1.02s)
 ... testing 'magic_number.ml' => passed (wall clock: 0.92s)
 ... testing 'overflow_detection.ml' => passed (wall clock: 1.00s)
 ... testing 'test_strongly_connected_components.ml' => passed (wall clock: 1.35s)
Running tests from 'tests/warnings' ...
 ... testing 'deprecated_module.ml' => passed (wall clock: 0.66s)
 ... testing 'deprecated_module_assigment.ml' => passed (wall clock: 0.66s)
 ... testing 'deprecated_module_use.ml' => passed (wall clock: 0.47s)
 ... testing 'deprecated_mutable.ml' => passed (wall clock: 0.50s)
 ... testing 'deprecated_warning_specs.ml' => passed (wall clock: 0.36s)
 ... testing 'mnemonics.mll' => passed (wall clock: 5.79s)
 ... testing 'w01.ml' => passed (wall clock: 0.20s)
 ... testing 'w03.ml' => passed (wall clock: 0.19s)
 ... testing 'w04.ml' => passed (wall clock: 0.20s)
 ... testing 'w04_failure.ml' => passed (wall clock: 0.25s)
 ... testing 'w06.ml' => passed (wall clock: 0.20s)
 ... testing 'w26_alias.ml' => passed (wall clock: 0.35s)
 ... testing 'w32.ml' => passed (wall clock: 0.38s)
 ... testing 'w32b.ml' => passed (wall clock: 0.19s)
 ... testing 'w33.ml' => passed (wall clock: 0.20s)
 ... testing 'w44.ml' => passed (wall clock: 0.39s)
 ... testing 'w45.ml' => passed (wall clock: 0.20s)
 ... testing 'w47_inline.ml' => passed (wall clock: 0.23s)
 ... testing 'w47_ppwarning.ml' => passed (wall clock: 0.20s)
 ... testing 'w50.ml' => passed (wall clock: 0.20s)
 ... testing 'w51.ml' => passed (wall clock: 0.42s)
 ... testing 'w51_bis.ml' => passed (wall clock: 0.20s)
 ... testing 'w52.ml' => passed (wall clock: 0.45s)
 ... testing 'w53.ml' => passed (wall clock: 0.71s)
 ... testing 'w53_across_cmi.ml' => passed (wall clock: 0.63s)
 ... testing 'w53_flags.ml' => passed (wall clock: 1.85s)
 ... testing 'w53_marshalled.ml' => passed (wall clock: 2.56s)
 ... testing 'w54.ml' => passed (wall clock: 0.21s)
 ... testing 'w55.ml' => passed (wall clock: 0.55s)
 ... testing 'w58.ml' => passed (wall clock: 0.69s)
 ... testing 'w59.ml' => passed (wall clock: 0.61s)
 ... testing 'w60.ml' => passed (wall clock: 0.32s)
 ... testing 'w74.ml' => passed (wall clock: 0.51s)
Running tests from 'tests/weak-ephe-final' ...
 ... testing 'ephe_custom.ml' => passed (wall clock: 5.64s)
 ... testing 'ephe_infix.ml' => passed (wall clock: 4.92s)
 ... testing 'ephetest.ml' => passed (wall clock: 5.47s)
 ... testing 'ephetest2.ml' => passed (wall clock: 10.03s)
 ... testing 'ephetest3.ml' => passed (wall clock: 6.71s)
 ... testing 'ephetest_par.ml' => passed (wall clock: 5.55s)
 ... testing 'finaliser.ml' => passed (wall clock: 4.93s)
 ... testing 'finaliser2.ml' => passed (wall clock: 4.46s)
 ... testing 'finaliser_handover.ml' => passed (wall clock: 10.07s)
 ... testing 'pr12001.ml' => passed (wall clock: 4.27s)
 ... testing 'weak_array_par.ml' => passed (wall clock: 9.13s)
 ... testing 'weaklifetime.ml' => passed (wall clock: 36.24s)
 ... testing 'weaklifetime2.ml' => passed (wall clock: 8.90s)
 ... testing 'weaktest.ml' => passed (wall clock: 30.90s)
 ... testing 'weaktest_par_load.ml' => passed (wall clock: 3.22s)
Running tests from 'tests/win-unicode' ...
 ... testing 'mltest.ml' => skipped
make[1]: Entering directory '/home/ci/builds/workspace/main/flambda/false/label/ocaml-riscv/testsuite'


List of skipped tests:
    tests/afl-instrumentation
    tests/arch-power
    tests/asmcomp/lift_mutable_let_flambda.ml
    tests/asmcomp/unrolling_flambda.ml
    tests/asmcomp/unrolling_flambda2.ml
    tests/asmgen/integr.cmm
    tests/atomic-locs/cmm.ml
    tests/ephe-c-api
    tests/flambda/afl_lazy.ml
    tests/flambda/specialise.ml
    tests/frame-pointers
    tests/letrec-check/no_flat_float_array.ml
    tests/lib-bigarray-2/bigarrfml.ml
    tests/lib-dynlink-csharp
    tests/lib-unix/isatty/isatty_tty.ml
    tests/lib-unix/unix-execvpe
    tests/lib-unix/win-channel-of
    tests/lib-unix/win-createprocess
    tests/lib-unix/win-env
    tests/lib-unix/win-socketpair
    tests/lib-unix/win-stat
    tests/lib-unix/win-symlink
    tests/manual-intf-c
    tests/native-debugger/linux-gdb-amd64.ml
    tests/native-debugger/linux-gdb-arm64.ml
    tests/native-debugger/linux-lldb-amd64.ml
    tests/native-debugger/linux-lldb-arm64.ml
    tests/native-debugger/macos-lldb-amd64.ml
    tests/native-debugger/macos-lldb-arm64.ml
    tests/tsan
    tests/typing-misc/pr6939-no-flat-float-array.ml
    tests/typing-unboxed-types/test_no_flat.ml
    tests/unwind
    tests/win-unicode


Tests taking longer than 10s:
    arrays_in_major.ml: 10.01
    arrays_in_minor.ml: 49.50
    backtrace_systhreads.ml: 12.37
    backup_thread_pipe.ml: 11.57
    bigarrays.ml: 15.81
    blocking_in_callback.ml: 12.62
    boundscheck.ml: 104.43
    boxedints.ml: 10.04
    change_start_loc.ml: 25.35
    chi2.ml: 23.18
    comballoc.ml: 11.45
    compaction_corner_case.ml: 166.04
    compressed.ml: 25.13
    delayintr.ml: 10.95
    domain_parallel_spawn_burn.ml: 11.68
    domain_parallel_spawn_burn_gc_set.ml: 12.09
    domain_serial_spawn_burn.ml: 11.61
    ephetest2.ml: 10.03
    errors_batch.ml: 24.54
    fft.ml: 12.49
    fib_threads.ml: 93.18
    finaliser_handover.ml: 10.07
    floatarray.ml: 18.38
    forbidden.ml: 52.21
    globroots_sequential.ml: 23.74
    htbl.ml: 15.33
    intern.ml: 45.76
    intext.ml: 14.25
    intext_par.ml: 16.03
    lazy3.ml: 77.79
    lazy5.ml: 83.35
    lazy7.ml: 100.40
    lists_in_minor.ml: 38.58
    loader.ml: 13.35
    loader.ml: 14.00
    main.ml: 16.15
    main.ml: 19.98
    major_gc_wait_backup.ml: 30.81
    max_arity.ml: 19.53
    mctest.ml: 23.96
    multicore_lifecycle.ml: 15.61
    multicore_systhreads.ml: 11.98
    nucleic.ml: 13.46
    patmatch.ml: 24.22
    pr3612.ml: 10.49
    pr5757.ml: 42.65
    pr7798.ml: 10.05
    publish.ml: 26.80
    signal.ml: 11.07
    sorts.ml: 55.20
    streams.ml: 28.22
    tailcalls.ml: 41.35
    test.ml: 11.66
    test.ml: 12.13
    test.ml: 17.45
    test.ml: 30.70
    test.ml: 32.38
    test.ml: 40.64
    test.ml: 42.17
    test.ml: 43.77
    test.ml: 54.93
    test_c_thread_register.ml: 10.28
    test_finaliser_gc.ml: 22.09
    test_parallel.ml: 24.57
    test_user_event_signal.ml: 11.64
    testfork.ml: 15.60
    testfork2.ml: 13.57
    testmap.ml: 10.69
    tformat.ml: 13.30
    threadsigmask.ml: 14.16
    torture.ml: 11.72
    tprintf.ml: 12.81
    tscanf.ml: 15.73
    weaklifetime.ml: 36.24
    weaktest.ml: 30.90

Summary:
  1457 tests passed
    53 tests skipped
     0 tests failed
     0 tests not started (parent test skipped or failed)
     0 unexpected errors
  1510 tests considered
make[1]: Leaving directory '/home/ci/builds/workspace/main/flambda/false/label/ocaml-riscv/testsuite'
+ false
No emails were triggered.
Finished: SUCCESS