Skipping 35 KB..
Full Logchecking if cl supports _Atomic types with -std:c11 -experimental:c11atomics... yes
checking whether the C compiler supports __attribute__((optimize("tree-vectorize")))... no
checking whether cl supports the labels as values extension... no
checking for x86_64-pc-windows-ld... no
checking for ld... ld
checking for rlwrap... no
configure: checking semantics of signal handlers
checking for sigaction... no
checking for sigprocmask... no
configure: assuming signals have the System V semantics.
checking for expm1... yes
checking for log1p... yes
checking for hypot... yes
checking for fma... yes
checking for exp2... yes
checking for log2... yes
checking for cbrt... yes
checking for acosh... yes
checking for asinh... yes
checking for atanh... yes
checking for erf... yes
checking for erfc... yes
checking for trunc... yes
checking for round... yes
checking for copysign... yes
checking whether round works... yes
checking whether fma works... yes
checking for getentropy... no
checking for getrusage... no
checking for times... no
checking for strlcpy... no
checking for secure_getenv... no
checking for __secure_getenv... no
checking for issetugid... no
configure: not using thread sanitizer
checking for library containing socket... no
checking for socketpair... no
checking for socklen_t... yes
checking for inet_aton... no
checking for afunix.h... yes
checking for struct sockaddr_in6... yes
checking for getaddrinfo... no
checking for getnameinfo... no
checking for inet_pton... no
checking for inet_ntop... no
checking for rewinddir... no
checking for lockf... no
checking for mkfifo... no
checking for getcwd... yes
checking for system... yes
checking for utimes... no
checking for fchmod... no
checking for truncate... no
checking for select... no
checking for nanosleep... no
checking for symlink... no
checking for realpath... no
checking for waitpid... no
checking for wait4... no
checking for getgroups... no
checking for setgroups... no
checking for initgroups... no
checking for termios.h... no
checking for setitimer... no
checking for sys/utsname.h... no
checking for gettimeofday... no
checking for mktime... yes
checking for putenv... yes
checking for setenv... no
checking for xlocale.h... no
configure: Dynamic loading of shared libraries is supported.
checking for sys/mman.h... (cached) no
checking for pwrite... no
checking for struct stat.st_atim.tv_nsec... no
checking for struct stat.st_atimespec.tv_nsec... no
checking for struct stat.st_atimensec... no
configure: stat does not support nanosecond precision
checking how many arguments gethostbyname_r() takes... can't tell
checking how many arguments gethostbyaddr_r() takes... can't tell
checking for mkstemp... no
checking for nice... no
checking for dup3... no
checking for pipe2... no
checking for accept4... no
checking for getauxval... no
checking for sys/shm.h... no
checking for execvpe... yes
checking for spawn.h... no
checking for x86_64-pc-windows-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking for cl options needed to detect all undeclared functions... none needed
checking for ZSTD_createCCtx in -lzstd... no
configure: WARNING: zstd library not found
configure: WARNING: compressed compilation artefacts not supported
configure: ocamldebug supported
checking arguments for pthread_getaffinity_np... pthread_getaffinity_np not found
checking for prctl... no
checking for pthread_setname_np... no
checking for pthread_set_name_np... no
checking for SetThreadDescription... yes
checking whether SetThreadDescription is declared... yes
configure: the threads library is supported
configure: not using frame pointers
checking whether mmap supports huge pages... no
checking for patdiff... no
checking for diff... diff
checking whether diff supports --strip-trailing-cr... yes
checking whether diff supports -u... yes
checking whether mmap supports MAP_STACK... no
configure: No support for function sections on x86_64-pc-windows.
configure: Disabling function sections.
configure: creating ./config.status
config.status: creating Makefile.build_config
config.status: creating Makefile.config
config.status: creating stdlib/sys.ml
config.status: creating manual/src/version.tex
config.status: creating manual/src/html_processing/src/common.ml
config.status: creating ocamltest/ocamltest_config.ml
config.status: creating otherlibs/dynlink/dynlink_config.ml
config.status: creating utils/config.common.ml
config.status: creating utils/config.generated.ml
config.status: creating compilerlibs/META
config.status: creating otherlibs/dynlink/META
config.status: creating otherlibs/runtime_events/META
config.status: creating stdlib/META
config.status: creating ocamldoc/META
config.status: creating otherlibs/unix/META
config.status: creating otherlibs/str/META
config.status: creating otherlibs/systhreads/META
config.status: creating runtime/caml/exec.h
config.status: creating runtime/caml/m.h
config.status: creating runtime/caml/s.h
config.status: creating runtime/caml/version.h
config.status: linking file_formats/cmo_format.mli to otherlibs/dynlink/dynlink_cmo_format.mli
config.status: linking file_formats/cmxs_format.mli to otherlibs/dynlink/dynlink_cmxs_format.mli
config.status: linking otherlibs/dynlink/dynlink_platform_intf.ml to otherlibs/dynlink/dynlink_platform_intf.mli
config.status: linking otherlibs/unix/unix_win32.ml to otherlibs/unix/unix.ml
config.status: linking ocamltest/ocamltest_unix_real.ml to ocamltest/ocamltest_unix.ml
config.status: executing native-symlinks commands
config.status: executing libtool commands
config.status: executing shebang commands
config.status: executing runtime/ld.conf commands
+ grep -F -e prefix -e DIR= Makefile.config
CONFIGURE_ARGS=--build=x86_64-pc-cygwin --host=x86_64-pc-windows --prefix=C:/ocamlms64-31545 --enable-ocamltest --enable-dependency-generation --enable-codegen-invariants --enable-native-toplevel
prefix=C:/ocamlms64-31545
exec_prefix=${prefix}
BINDIR=${exec_prefix}/bin
datarootdir=${prefix}/share
LIBDIR=${exec_prefix}/lib/ocaml
STUBLIBDIR=${exec_prefix}/lib/ocaml/stublibs
MANDIR=${prefix}/man
PROGRAMS_MAN_DIR=$(MANDIR)/man1
LIBRARIES_MAN_DIR=$(MANDIR)/man3
MKEXE=flexlink -exe -chain msvc64 -merge-manifest -stack 33554432 -link /ENTRY:wmainCRTStartup $(addprefix -link ,$(OC_LDFLAGS))
MKDLL=flexlink -chain msvc64 -merge-manifest -stack 33554432 $(addprefix -link ,$(OC_DLL_LDFLAGS))
+ grep -F LIBDIR Makefile.build_config
TARGET_LIBDIR=C:/ocamlms64-31545/lib/ocaml
LIBDIR_REL=
+ grep -q '^NATIVE_COMPILER=false' Makefile.config
+ test false = true
+ false
+ make -j2 --warn-undefined-variables
Makefile.common:511: warning: undefined variable 'CYGWIN'
Makefile.common:513: warning: undefined variable 'MSYS'
mkdir -p .dep/runtime
GEN runtime/caml/opnames.h
GEN runtime/caml/jumptbl.h
MKEXE runtime/sak.exe
sak.c
mkdir -p .dep/ocamltest
CCDEPS .dep/ocamltest/run_win32.d
CCDEPS .dep/ocamltest/run_stubs.d
GEN runtime/build_config.h
CCDEPS .dep/runtime/addrmap.b.d
CCDEPS .dep/runtime/afl.b.d
CCDEPS .dep/runtime/alloc.b.d
CCDEPS .dep/runtime/array.b.d
CCDEPS .dep/runtime/backtrace.b.d
CCDEPS .dep/runtime/bigarray.b.d
CCDEPS .dep/runtime/blake2.b.d
CCDEPS .dep/runtime/callback.b.d
CCDEPS .dep/runtime/codefrag.b.d
CCDEPS .dep/runtime/compare.b.d
CCDEPS .dep/runtime/custom.b.d
CCDEPS .dep/runtime/debugger.b.d
CCDEPS .dep/runtime/domain.b.d
CCDEPS .dep/runtime/dynlink.b.d
CCDEPS .dep/runtime/extern.b.d
CCDEPS .dep/runtime/fail.b.d
CCDEPS .dep/runtime/fiber.b.d
CCDEPS .dep/runtime/finalise.b.d
CCDEPS .dep/runtime/floats.b.d
CCDEPS .dep/runtime/gc_ctrl.b.d
CCDEPS .dep/runtime/gc_stats.b.d
CCDEPS .dep/runtime/globroots.b.d
CCDEPS .dep/runtime/hash.b.d
CCDEPS .dep/runtime/intern.b.d
CCDEPS .dep/runtime/ints.b.d
CCDEPS .dep/runtime/io.b.d
CCDEPS .dep/runtime/lexing.b.d
CCDEPS .dep/runtime/lf_skiplist.b.d
CCDEPS .dep/runtime/main.b.d
CCDEPS .dep/runtime/major_gc.b.d
CCDEPS .dep/runtime/md5.b.d
CCDEPS .dep/runtime/memory.b.d
CCDEPS .dep/runtime/memprof.b.d
CCDEPS .dep/runtime/meta.b.d
CCDEPS .dep/runtime/minor_gc.b.d
CCDEPS .dep/runtime/misc.b.d
CCDEPS .dep/runtime/obj.b.d
CCDEPS .dep/runtime/parsing.b.d
CCDEPS .dep/runtime/platform.b.d
CCDEPS .dep/runtime/printexc.b.d
CCDEPS .dep/runtime/prng.b.d
CCDEPS .dep/runtime/roots.b.d
CCDEPS .dep/runtime/runtime_events.b.d
CCDEPS .dep/runtime/shared_heap.b.d
CCDEPS .dep/runtime/signals.b.d
CCDEPS .dep/runtime/skiplist.b.d
CCDEPS .dep/runtime/startup_aux.b.d
CCDEPS .dep/runtime/str.b.d
CCDEPS .dep/runtime/sync.b.d
CCDEPS .dep/runtime/sys.b.d
CCDEPS .dep/runtime/win32.b.d
CCDEPS .dep/runtime/weak.b.d
CCDEPS .dep/runtime/backtrace_byt.b.d
CCDEPS .dep/runtime/fail_byt.b.d
CCDEPS .dep/runtime/fix_code.b.d
CCDEPS .dep/runtime/interp.b.d
CCDEPS .dep/runtime/startup_byt.b.d
CCDEPS .dep/runtime/zstd.b.d
CCDEPS .dep/runtime/instrtrace.b.d
CCDEPS .dep/runtime/addrmap.n.d
CCDEPS .dep/runtime/afl.n.d
CCDEPS .dep/runtime/alloc.n.d
CCDEPS .dep/runtime/array.n.d
CCDEPS .dep/runtime/backtrace.n.d
CCDEPS .dep/runtime/bigarray.n.d
CCDEPS .dep/runtime/blake2.n.d
CCDEPS .dep/runtime/callback.n.d
CCDEPS .dep/runtime/codefrag.n.d
CCDEPS .dep/runtime/compare.n.d
CCDEPS .dep/runtime/custom.n.d
CCDEPS .dep/runtime/debugger.n.d
CCDEPS .dep/runtime/domain.n.d
CCDEPS .dep/runtime/dynlink.n.d
CCDEPS .dep/runtime/extern.n.d
CCDEPS .dep/runtime/fail.n.d
CCDEPS .dep/runtime/fiber.n.d
CCDEPS .dep/runtime/finalise.n.d
CCDEPS .dep/runtime/floats.n.d
CCDEPS .dep/runtime/gc_ctrl.n.d
CCDEPS .dep/runtime/gc_stats.n.d
CCDEPS .dep/runtime/globroots.n.d
CCDEPS .dep/runtime/hash.n.d
CCDEPS .dep/runtime/intern.n.d
CCDEPS .dep/runtime/ints.n.d
CCDEPS .dep/runtime/io.n.d
CCDEPS .dep/runtime/lexing.n.d
CCDEPS .dep/runtime/lf_skiplist.n.d
CCDEPS .dep/runtime/main.n.d
CCDEPS .dep/runtime/major_gc.n.d
CCDEPS .dep/runtime/md5.n.d
CCDEPS .dep/runtime/memory.n.d
CCDEPS .dep/runtime/memprof.n.d
CCDEPS .dep/runtime/meta.n.d
CCDEPS .dep/runtime/minor_gc.n.d
CCDEPS .dep/runtime/misc.n.d
CCDEPS .dep/runtime/obj.n.d
CCDEPS .dep/runtime/parsing.n.d
CCDEPS .dep/runtime/platform.n.d
CCDEPS .dep/runtime/printexc.n.d
CCDEPS .dep/runtime/prng.n.d
CCDEPS .dep/runtime/roots.n.d
CCDEPS .dep/runtime/runtime_events.n.d
CCDEPS .dep/runtime/shared_heap.n.d
CCDEPS .dep/runtime/signals.n.d
CCDEPS .dep/runtime/skiplist.n.d
CCDEPS .dep/runtime/startup_aux.n.d
CCDEPS .dep/runtime/str.n.d
CCDEPS .dep/runtime/sync.n.d
CCDEPS .dep/runtime/sys.n.d
CCDEPS .dep/runtime/win32.n.d
CCDEPS .dep/runtime/weak.n.d
CCDEPS .dep/runtime/backtrace_nat.n.d
CCDEPS .dep/runtime/clambda_checks.n.d
CCDEPS .dep/runtime/dynlink_nat.n.d
CCDEPS .dep/runtime/fail_nat.n.d
CCDEPS .dep/runtime/frame_descriptors.n.d
CCDEPS .dep/runtime/startup_nat.n.d
CCDEPS .dep/runtime/signals_nat.n.d
CCDEPS .dep/runtime/addrmap.bd.d
CCDEPS .dep/runtime/afl.bd.d
CCDEPS .dep/runtime/alloc.bd.d
CCDEPS .dep/runtime/array.bd.d
CCDEPS .dep/runtime/backtrace.bd.d
CCDEPS .dep/runtime/bigarray.bd.d
CCDEPS .dep/runtime/blake2.bd.d
CCDEPS .dep/runtime/callback.bd.d
CCDEPS .dep/runtime/codefrag.bd.d
CCDEPS .dep/runtime/compare.bd.d
CCDEPS .dep/runtime/custom.bd.d
CCDEPS .dep/runtime/debugger.bd.d
CCDEPS .dep/runtime/domain.bd.d
CCDEPS .dep/runtime/dynlink.bd.d
CCDEPS .dep/runtime/extern.bd.d
CCDEPS .dep/runtime/fail.bd.d
CCDEPS .dep/runtime/fiber.bd.d
CCDEPS .dep/runtime/finalise.bd.d
CCDEPS .dep/runtime/floats.bd.d
CCDEPS .dep/runtime/gc_ctrl.bd.d
CCDEPS .dep/runtime/gc_stats.bd.d
CCDEPS .dep/runtime/globroots.bd.d
CCDEPS .dep/runtime/hash.bd.d
CCDEPS .dep/runtime/intern.bd.d
CCDEPS .dep/runtime/ints.bd.d
CCDEPS .dep/runtime/io.bd.d
CCDEPS .dep/runtime/lexing.bd.d
CCDEPS .dep/runtime/lf_skiplist.bd.d
CCDEPS .dep/runtime/main.bd.d
CCDEPS .dep/runtime/major_gc.bd.d
CCDEPS .dep/runtime/md5.bd.d
CCDEPS .dep/runtime/memory.bd.d
CCDEPS .dep/runtime/memprof.bd.d
CCDEPS .dep/runtime/meta.bd.d
CCDEPS .dep/runtime/minor_gc.bd.d
CCDEPS .dep/runtime/misc.bd.d
CCDEPS .dep/runtime/obj.bd.d
CCDEPS .dep/runtime/parsing.bd.d
CCDEPS .dep/runtime/platform.bd.d
CCDEPS .dep/runtime/printexc.bd.d
CCDEPS .dep/runtime/prng.bd.d
CCDEPS .dep/runtime/roots.bd.d
CCDEPS .dep/runtime/runtime_events.bd.d
CCDEPS .dep/runtime/shared_heap.bd.d
CCDEPS .dep/runtime/signals.bd.d
CCDEPS .dep/runtime/skiplist.bd.d
CCDEPS .dep/runtime/startup_aux.bd.d
CCDEPS .dep/runtime/str.bd.d
CCDEPS .dep/runtime/sync.bd.d
CCDEPS .dep/runtime/sys.bd.d
CCDEPS .dep/runtime/win32.bd.d
CCDEPS .dep/runtime/weak.bd.d
CCDEPS .dep/runtime/backtrace_byt.bd.d
CCDEPS .dep/runtime/fail_byt.bd.d
CCDEPS .dep/runtime/fix_code.bd.d
CCDEPS .dep/runtime/interp.bd.d
CCDEPS .dep/runtime/startup_byt.bd.d
CCDEPS .dep/runtime/zstd.bd.d
CCDEPS .dep/runtime/instrtrace.bd.d
CCDEPS .dep/runtime/addrmap.nd.d
CCDEPS .dep/runtime/afl.nd.d
CCDEPS .dep/runtime/alloc.nd.d
CCDEPS .dep/runtime/array.nd.d
CCDEPS .dep/runtime/backtrace.nd.d
CCDEPS .dep/runtime/bigarray.nd.d
CCDEPS .dep/runtime/blake2.nd.d
CCDEPS .dep/runtime/callback.nd.d
CCDEPS .dep/runtime/codefrag.nd.d
CCDEPS .dep/runtime/compare.nd.d
CCDEPS .dep/runtime/custom.nd.d
CCDEPS .dep/runtime/debugger.nd.d
CCDEPS .dep/runtime/domain.nd.d
CCDEPS .dep/runtime/dynlink.nd.d
CCDEPS .dep/runtime/extern.nd.d
CCDEPS .dep/runtime/fail.nd.d
CCDEPS .dep/runtime/fiber.nd.d
CCDEPS .dep/runtime/finalise.nd.d
CCDEPS .dep/runtime/floats.nd.d
CCDEPS .dep/runtime/gc_ctrl.nd.d
CCDEPS .dep/runtime/gc_stats.nd.d
CCDEPS .dep/runtime/globroots.nd.d
CCDEPS .dep/runtime/hash.nd.d
CCDEPS .dep/runtime/intern.nd.d
CCDEPS .dep/runtime/ints.nd.d
CCDEPS .dep/runtime/io.nd.d
CCDEPS .dep/runtime/lexing.nd.d
CCDEPS .dep/runtime/lf_skiplist.nd.d
CCDEPS .dep/runtime/main.nd.d
CCDEPS .dep/runtime/major_gc.nd.d
CCDEPS .dep/runtime/md5.nd.d
CCDEPS .dep/runtime/memory.nd.d
CCDEPS .dep/runtime/memprof.nd.d
CCDEPS .dep/runtime/meta.nd.d
CCDEPS .dep/runtime/minor_gc.nd.d
CCDEPS .dep/runtime/misc.nd.d
CCDEPS .dep/runtime/obj.nd.d
CCDEPS .dep/runtime/parsing.nd.d
CCDEPS .dep/runtime/platform.nd.d
CCDEPS .dep/runtime/printexc.nd.d
CCDEPS .dep/runtime/prng.nd.d
CCDEPS .dep/runtime/roots.nd.d
CCDEPS .dep/runtime/runtime_events.nd.d
CCDEPS .dep/runtime/shared_heap.nd.d
CCDEPS .dep/runtime/signals.nd.d
CCDEPS .dep/runtime/skiplist.nd.d
CCDEPS .dep/runtime/startup_aux.nd.d
CCDEPS .dep/runtime/str.nd.d
CCDEPS .dep/runtime/sync.nd.d
CCDEPS .dep/runtime/sys.nd.d
CCDEPS .dep/runtime/win32.nd.d
CCDEPS .dep/runtime/weak.nd.d
CCDEPS .dep/runtime/backtrace_nat.nd.d
CCDEPS .dep/runtime/clambda_checks.nd.d
CCDEPS .dep/runtime/dynlink_nat.nd.d
CCDEPS .dep/runtime/fail_nat.nd.d
CCDEPS .dep/runtime/frame_descriptors.nd.d
CCDEPS .dep/runtime/startup_nat.nd.d
CCDEPS .dep/runtime/signals_nat.nd.d
CCDEPS .dep/runtime/addrmap.bi.d
CCDEPS .dep/runtime/afl.bi.d
CCDEPS .dep/runtime/alloc.bi.d
CCDEPS .dep/runtime/array.bi.d
CCDEPS .dep/runtime/backtrace.bi.d
CCDEPS .dep/runtime/bigarray.bi.d
CCDEPS .dep/runtime/blake2.bi.d
CCDEPS .dep/runtime/callback.bi.d
CCDEPS .dep/runtime/codefrag.bi.d
CCDEPS .dep/runtime/compare.bi.d
CCDEPS .dep/runtime/custom.bi.d
CCDEPS .dep/runtime/debugger.bi.d
CCDEPS .dep/runtime/domain.bi.d
CCDEPS .dep/runtime/dynlink.bi.d
CCDEPS .dep/runtime/extern.bi.d
CCDEPS .dep/runtime/fail.bi.d
CCDEPS .dep/runtime/fiber.bi.d
CCDEPS .dep/runtime/finalise.bi.d
CCDEPS .dep/runtime/floats.bi.d
CCDEPS .dep/runtime/gc_ctrl.bi.d
CCDEPS .dep/runtime/gc_stats.bi.d
CCDEPS .dep/runtime/globroots.bi.d
CCDEPS .dep/runtime/hash.bi.d
CCDEPS .dep/runtime/intern.bi.d
CCDEPS .dep/runtime/ints.bi.d
CCDEPS .dep/runtime/io.bi.d
CCDEPS .dep/runtime/lexing.bi.d
CCDEPS .dep/runtime/lf_skiplist.bi.d
CCDEPS .dep/runtime/main.bi.d
CCDEPS .dep/runtime/major_gc.bi.d
CCDEPS .dep/runtime/md5.bi.d
CCDEPS .dep/runtime/memory.bi.d
CCDEPS .dep/runtime/memprof.bi.d
CCDEPS .dep/runtime/meta.bi.d
CCDEPS .dep/runtime/minor_gc.bi.d
CCDEPS .dep/runtime/misc.bi.d
CCDEPS .dep/runtime/obj.bi.d
CCDEPS .dep/runtime/parsing.bi.d
CCDEPS .dep/runtime/platform.bi.d
CCDEPS .dep/runtime/printexc.bi.d
CCDEPS .dep/runtime/prng.bi.d
CCDEPS .dep/runtime/roots.bi.d
CCDEPS .dep/runtime/runtime_events.bi.d
CCDEPS .dep/runtime/shared_heap.bi.d
CCDEPS .dep/runtime/signals.bi.d
CCDEPS .dep/runtime/skiplist.bi.d
CCDEPS .dep/runtime/startup_aux.bi.d
CCDEPS .dep/runtime/str.bi.d
CCDEPS .dep/runtime/sync.bi.d
CCDEPS .dep/runtime/sys.bi.d
CCDEPS .dep/runtime/win32.bi.d
CCDEPS .dep/runtime/weak.bi.d
CCDEPS .dep/runtime/backtrace_byt.bi.d
CCDEPS .dep/runtime/fail_byt.bi.d
CCDEPS .dep/runtime/fix_code.bi.d
CCDEPS .dep/runtime/interp.bi.d
CCDEPS .dep/runtime/startup_byt.bi.d
CCDEPS .dep/runtime/zstd.bi.d
CCDEPS .dep/runtime/instrtrace.bi.d
CCDEPS .dep/runtime/addrmap.ni.d
CCDEPS .dep/runtime/afl.ni.d
CCDEPS .dep/runtime/alloc.ni.d
CCDEPS .dep/runtime/array.ni.d
CCDEPS .dep/runtime/backtrace.ni.d
CCDEPS .dep/runtime/bigarray.ni.d
CCDEPS .dep/runtime/blake2.ni.d
CCDEPS .dep/runtime/callback.ni.d
CCDEPS .dep/runtime/codefrag.ni.d
CCDEPS .dep/runtime/compare.ni.d
CCDEPS .dep/runtime/custom.ni.d
CCDEPS .dep/runtime/debugger.ni.d
CCDEPS .dep/runtime/domain.ni.d
CCDEPS .dep/runtime/dynlink.ni.d
CCDEPS .dep/runtime/extern.ni.d
CCDEPS .dep/runtime/fail.ni.d
CCDEPS .dep/runtime/fiber.ni.d
CCDEPS .dep/runtime/finalise.ni.d
CCDEPS .dep/runtime/floats.ni.d
CCDEPS .dep/runtime/gc_ctrl.ni.d
CCDEPS .dep/runtime/gc_stats.ni.d
CCDEPS .dep/runtime/globroots.ni.d
CCDEPS .dep/runtime/hash.ni.d
CCDEPS .dep/runtime/intern.ni.d
CCDEPS .dep/runtime/ints.ni.d
CCDEPS .dep/runtime/io.ni.d
CCDEPS .dep/runtime/lexing.ni.d
CCDEPS .dep/runtime/lf_skiplist.ni.d
CCDEPS .dep/runtime/main.ni.d
CCDEPS .dep/runtime/major_gc.ni.d
CCDEPS .dep/runtime/md5.ni.d
CCDEPS .dep/runtime/memory.ni.d
CCDEPS .dep/runtime/memprof.ni.d
CCDEPS .dep/runtime/meta.ni.d
CCDEPS .dep/runtime/minor_gc.ni.d
CCDEPS .dep/runtime/misc.ni.d
CCDEPS .dep/runtime/obj.ni.d
CCDEPS .dep/runtime/parsing.ni.d
CCDEPS .dep/runtime/platform.ni.d
CCDEPS .dep/runtime/printexc.ni.d
CCDEPS .dep/runtime/prng.ni.d
CCDEPS .dep/runtime/roots.ni.d
CCDEPS .dep/runtime/runtime_events.ni.d
CCDEPS .dep/runtime/shared_heap.ni.d
CCDEPS .dep/runtime/signals.ni.d
CCDEPS .dep/runtime/skiplist.ni.d
CCDEPS .dep/runtime/startup_aux.ni.d
CCDEPS .dep/runtime/str.ni.d
CCDEPS .dep/runtime/sync.ni.d
CCDEPS .dep/runtime/sys.ni.d
CCDEPS .dep/runtime/win32.ni.d
CCDEPS .dep/runtime/weak.ni.d
CCDEPS .dep/runtime/backtrace_nat.ni.d
CCDEPS .dep/runtime/clambda_checks.ni.d
CCDEPS .dep/runtime/dynlink_nat.ni.d
CCDEPS .dep/runtime/fail_nat.ni.d
CCDEPS .dep/runtime/frame_descriptors.ni.d
CCDEPS .dep/runtime/startup_nat.ni.d
CCDEPS .dep/runtime/signals_nat.ni.d
CCDEPS .dep/runtime/addrmap.bpic.d
CCDEPS .dep/runtime/afl.bpic.d
CCDEPS .dep/runtime/alloc.bpic.d
CCDEPS .dep/runtime/array.bpic.d
CCDEPS .dep/runtime/backtrace.bpic.d
CCDEPS .dep/runtime/bigarray.bpic.d
CCDEPS .dep/runtime/blake2.bpic.d
CCDEPS .dep/runtime/callback.bpic.d
CCDEPS .dep/runtime/codefrag.bpic.d
CCDEPS .dep/runtime/compare.bpic.d
CCDEPS .dep/runtime/custom.bpic.d
CCDEPS .dep/runtime/debugger.bpic.d
CCDEPS .dep/runtime/domain.bpic.d
CCDEPS .dep/runtime/dynlink.bpic.d
CCDEPS .dep/runtime/extern.bpic.d
CCDEPS .dep/runtime/fail.bpic.d
CCDEPS .dep/runtime/fiber.bpic.d
CCDEPS .dep/runtime/finalise.bpic.d
CCDEPS .dep/runtime/floats.bpic.d
CCDEPS .dep/runtime/gc_ctrl.bpic.d
CCDEPS .dep/runtime/gc_stats.bpic.d
CCDEPS .dep/runtime/globroots.bpic.d
CCDEPS .dep/runtime/hash.bpic.d
CCDEPS .dep/runtime/intern.bpic.d
CCDEPS .dep/runtime/ints.bpic.d
CCDEPS .dep/runtime/io.bpic.d
CCDEPS .dep/runtime/lexing.bpic.d
CCDEPS .dep/runtime/lf_skiplist.bpic.d
CCDEPS .dep/runtime/main.bpic.d
CCDEPS .dep/runtime/major_gc.bpic.d
CCDEPS .dep/runtime/md5.bpic.d
CCDEPS .dep/runtime/memory.bpic.d
CCDEPS .dep/runtime/memprof.bpic.d
CCDEPS .dep/runtime/meta.bpic.d
CCDEPS .dep/runtime/minor_gc.bpic.d
CCDEPS .dep/runtime/misc.bpic.d
CCDEPS .dep/runtime/obj.bpic.d
CCDEPS .dep/runtime/parsing.bpic.d
CCDEPS .dep/runtime/platform.bpic.d
CCDEPS .dep/runtime/printexc.bpic.d
CCDEPS .dep/runtime/prng.bpic.d
CCDEPS .dep/runtime/roots.bpic.d
CCDEPS .dep/runtime/runtime_events.bpic.d
CCDEPS .dep/runtime/shared_heap.bpic.d
CCDEPS .dep/runtime/signals.bpic.d
CCDEPS .dep/runtime/skiplist.bpic.d
CCDEPS .dep/runtime/startup_aux.bpic.d
CCDEPS .dep/runtime/str.bpic.d
CCDEPS .dep/runtime/sync.bpic.d
CCDEPS .dep/runtime/sys.bpic.d
CCDEPS .dep/runtime/win32.bpic.d
CCDEPS .dep/runtime/weak.bpic.d
CCDEPS .dep/runtime/backtrace_byt.bpic.d
CCDEPS .dep/runtime/fail_byt.bpic.d
CCDEPS .dep/runtime/fix_code.bpic.d
CCDEPS .dep/runtime/interp.bpic.d
CCDEPS .dep/runtime/startup_byt.bpic.d
CCDEPS .dep/runtime/zstd.bpic.d
CCDEPS .dep/runtime/instrtrace.bpic.d
CCDEPS .dep/runtime/addrmap.npic.d
CCDEPS .dep/runtime/afl.npic.d
CCDEPS .dep/runtime/alloc.npic.d
CCDEPS .dep/runtime/array.npic.d
CCDEPS .dep/runtime/backtrace.npic.d
CCDEPS .dep/runtime/bigarray.npic.d
CCDEPS .dep/runtime/blake2.npic.d
CCDEPS .dep/runtime/callback.npic.d
CCDEPS .dep/runtime/codefrag.npic.d
CCDEPS .dep/runtime/compare.npic.d
CCDEPS .dep/runtime/custom.npic.d
CCDEPS .dep/runtime/debugger.npic.d
CCDEPS .dep/runtime/domain.npic.d
CCDEPS .dep/runtime/dynlink.npic.d
CCDEPS .dep/runtime/extern.npic.d
CCDEPS .dep/runtime/fail.npic.d
CCDEPS .dep/runtime/fiber.npic.d
CCDEPS .dep/runtime/finalise.npic.d
CCDEPS .dep/runtime/floats.npic.d
CCDEPS .dep/runtime/gc_ctrl.npic.d
CCDEPS .dep/runtime/gc_stats.npic.d
CCDEPS .dep/runtime/globroots.npic.d
CCDEPS .dep/runtime/hash.npic.d
CCDEPS .dep/runtime/intern.npic.d
CCDEPS .dep/runtime/ints.npic.d
CCDEPS .dep/runtime/io.npic.d
CCDEPS .dep/runtime/lexing.npic.d
CCDEPS .dep/runtime/lf_skiplist.npic.d
CCDEPS .dep/runtime/main.npic.d
CCDEPS .dep/runtime/major_gc.npic.d
CCDEPS .dep/runtime/md5.npic.d
CCDEPS .dep/runtime/memory.npic.d
CCDEPS .dep/runtime/memprof.npic.d
CCDEPS .dep/runtime/meta.npic.d
CCDEPS .dep/runtime/minor_gc.npic.d
CCDEPS .dep/runtime/misc.npic.d
CCDEPS .dep/runtime/obj.npic.d
CCDEPS .dep/runtime/parsing.npic.d
CCDEPS .dep/runtime/platform.npic.d
CCDEPS .dep/runtime/printexc.npic.d
CCDEPS .dep/runtime/prng.npic.d
CCDEPS .dep/runtime/roots.npic.d
CCDEPS .dep/runtime/runtime_events.npic.d
CCDEPS .dep/runtime/shared_heap.npic.d
CCDEPS .dep/runtime/signals.npic.d
CCDEPS .dep/runtime/skiplist.npic.d
CCDEPS .dep/runtime/startup_aux.npic.d
CCDEPS .dep/runtime/str.npic.d
CCDEPS .dep/runtime/sync.npic.d
CCDEPS .dep/runtime/sys.npic.d
CCDEPS .dep/runtime/win32.npic.d
CCDEPS .dep/runtime/weak.npic.d
CCDEPS .dep/runtime/backtrace_nat.npic.d
CCDEPS .dep/runtime/clambda_checks.npic.d
CCDEPS .dep/runtime/dynlink_nat.npic.d
CCDEPS .dep/runtime/fail_nat.npic.d
CCDEPS .dep/runtime/frame_descriptors.npic.d
CCDEPS .dep/runtime/startup_nat.npic.d
CCDEPS .dep/runtime/signals_nat.npic.d
Makefile.common:511: warning: undefined variable 'CYGWIN'
Makefile.common:513: warning: undefined variable 'MSYS'
make coldstart
make[1]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
GEN runtime/primitives
CC runtime/stdlib.obj
CC runtime/addrmap.b.obj
stdlib.c
CC runtime/afl.b.obj
addrmap.c
CC runtime/alloc.b.obj
afl.c
CC runtime/array.b.obj
alloc.c
CC runtime/backtrace.b.obj
array.c
backtrace.c
CC runtime/bigarray.b.obj
CC runtime/blake2.b.obj
bigarray.c
CC runtime/callback.b.obj
blake2.c
CC runtime/codefrag.b.obj
callback.c
CC runtime/compare.b.obj
codefrag.c
CC runtime/custom.b.obj
compare.c
CC runtime/debugger.b.obj
custom.c
debugger.c
CC runtime/domain.b.obj
CC runtime/dynlink.b.obj
domain.c
CC runtime/extern.b.obj
dynlink.c
CC runtime/fail.b.obj
extern.c
CC runtime/fiber.b.obj
fail.c
CC runtime/finalise.b.obj
fiber.c
CC runtime/floats.b.obj
finalise.c
CC runtime/gc_ctrl.b.obj
floats.c
CC runtime/gc_stats.b.obj
gc_ctrl.c
gc_stats.c
CC runtime/globroots.b.obj
CC runtime/hash.b.obj
globroots.c
CC runtime/intern.b.obj
hash.c
CC runtime/ints.b.obj
intern.c
CC runtime/io.b.obj
ints.c
CC runtime/lexing.b.obj
io.c
CC runtime/lf_skiplist.b.obj
lexing.c
CC runtime/main.b.obj
lf_skiplist.c
CC runtime/major_gc.b.obj
main.c
CC runtime/md5.b.obj
major_gc.c
CC runtime/memory.b.obj
md5.c
CC runtime/memprof.b.obj
memory.c
CC runtime/meta.b.obj
memprof.c
CC runtime/minor_gc.b.obj
meta.c
CC runtime/misc.b.obj
minor_gc.c
CC runtime/obj.b.obj
misc.c
CC runtime/parsing.b.obj
obj.c
CC runtime/platform.b.obj
parsing.c
CC runtime/printexc.b.obj
platform.c
CC runtime/prng.b.obj
printexc.c
CC runtime/roots.b.obj
prng.c
CC runtime/runtime_events.b.obj
roots.c
CC runtime/shared_heap.b.obj
runtime_events.c
CC runtime/signals.b.obj
shared_heap.c
CC runtime/skiplist.b.obj
signals.c
CC runtime/startup_aux.b.obj
skiplist.c
CC runtime/str.b.obj
startup_aux.c
CC runtime/sync.b.obj
str.c
CC runtime/sys.b.obj
sync.c
CC runtime/win32_non_shared.b.obj
sys.c
CC runtime/weak.b.obj
win32.c
CC runtime/backtrace_byt.b.obj
weak.c
CC runtime/fail_byt.b.obj
backtrace_byt.c
CC runtime/fix_code.b.obj
fail_byt.c
CC runtime/interp.b.obj
fix_code.c
interp.c
CC runtime/startup_byt.b.obj
CC runtime/zstd.b.obj
startup_byt.c
zstd.c
mkdir -p runtime/winpthreads
CC runtime/win32.b.obj
GEN runtime/prims.c
win32.c
CC runtime/winpthreads/cond.obj
CC runtime/winpthreads/misc.obj
cond.c
CC runtime/winpthreads/mutex.obj
misc.c
CC runtime/winpthreads/rwlock.obj
mutex.c
CC runtime/winpthreads/sched.obj
rwlock.c
CC runtime/winpthreads/spinlock.obj
sched.c
CC runtime/winpthreads/thread.obj
spinlock.c
CC runtime/prims.obj
thread.c
prims.c
MKLIB runtime/libcamlrun_non_shared.lib
MKLIB runtime/libcamlrun.lib
MKEXE runtime/ocamlruns.exe
cd stdlib; ln -sf ../runtime/libcamlrun.lib .
cp runtime/ocamlruns.exe boot/ocamlrun.exe
make -C stdlib OCAMLRUN='$(ROOTDIR)/boot/ocamlrun.exe' USE_BOOT_OCAMLC=true all
make[2]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/stdlib'
OCAMLC camlinternalFormatBasics.cmi
CC header.obj
header.c
MKEXE tmpheader.exe
OCAMLC camlinternalFormatBasics.cmo
OCAMLC stdlib.cmi
OCAMLC stdlib.cmo
OCAMLC stdlib__Either.cmi
OCAMLC stdlib__Sys.cmi
OCAMLC stdlib__Int32.cmi
OCAMLC stdlib__Type.cmi
OCAMLC stdlib__Atomic.cmi
OCAMLC camlinternalLazy.cmi
OCAMLC stdlib__Seq.cmi
OCAMLC stdlib__Pair.cmi
OCAMLC stdlib__Bool.cmi
OCAMLC stdlib__Char.cmi
OCAMLC stdlib__Uchar.cmi
OCAMLC stdlib__List.cmi
OCAMLC stdlib__Int.cmi
OCAMLC stdlib__Array.cmi
OCAMLC stdlib__Iarray.cmi
OCAMLC stdlib__Bytes.cmi
OCAMLC stdlib__String.cmi
OCAMLC stdlib__Unit.cmi
OCAMLC stdlib__Marshal.cmi
OCAMLC stdlib__Float.cmi
OCAMLC stdlib__Int32.cmo
OCAMLC stdlib__Int64.cmi
OCAMLC stdlib__Nativeint.cmi
OCAMLC stdlib__Lexing.cmi
OCAMLC stdlib__Repr.cmi
OCAMLC stdlib__Set.cmi
OCAMLC stdlib__Map.cmi
OCAMLC stdlib__Stack.cmi
OCAMLC stdlib__Queue.cmi
OCAMLC stdlib__Buffer.cmi
OCAMLC stdlib__Mutex.cmi
OCAMLC stdlib__Semaphore.cmi
OCAMLC stdlib__Domain.cmi
OCAMLC camlinternalFormat.cmi
OCAMLC stdlib__Printf.cmi
OCAMLC stdlib__Arg.cmi
OCAMLC stdlib__Fun.cmi
OCAMLC stdlib__Complex.cmi
OCAMLC stdlib__Digest.cmi
OCAMLC stdlib__Random.cmi
OCAMLC stdlib__Hashtbl.cmi
OCAMLC stdlib__Format.cmi
OCAMLC stdlib__Scanf.cmi
OCAMLC stdlib__Callback.cmi
OCAMLC stdlib__Dynarray.cmi
OCAMLC stdlib__Pqueue.cmi
OCAMLC stdlib__Ephemeron.cmi
OCAMLC stdlib__Filename.cmi
OCAMLC stdlib__Complex.cmo
OCAMLC stdlib__ArrayLabels.cmi
OCAMLC stdlib__ListLabels.cmi
OCAMLC stdlib__BytesLabels.cmi
OCAMLC stdlib__StringLabels.cmi
OCAMLC stdlib__MoreLabels.cmi
OCAMLC std_exit.cmi
OCAMLC stdlib__Either.cmo
OCAMLC stdlib__Sys.cmo
OCAMLC stdlib__Obj.cmi
OCAMLC stdlib__Atomic.cmo
OCAMLC stdlib__Lazy.cmi
OCAMLC stdlib__Option.cmi
OCAMLC stdlib__Pair.cmo
OCAMLC stdlib__Result.cmi
OCAMLC stdlib__Bool.cmo
OCAMLC stdlib__Char.cmo
OCAMLC stdlib__Uchar.cmo
OCAMLC stdlib__List.cmo
OCAMLC stdlib__Int.cmo
OCAMLC stdlib__Array.cmo
OCAMLC stdlib__Iarray.cmo
OCAMLC stdlib__Bytes.cmo
OCAMLC stdlib__String.cmo
OCAMLC stdlib__Unit.cmo
OCAMLC stdlib__Marshal.cmo
OCAMLC stdlib__Float.cmo
OCAMLC stdlib__Int64.cmo
OCAMLC stdlib__Nativeint.cmo
OCAMLC stdlib__Lexing.cmo
OCAMLC stdlib__Parsing.cmi
OCAMLC stdlib__Repr.cmo
OCAMLC stdlib__Set.cmo
OCAMLC stdlib__Map.cmo
OCAMLC stdlib__Stack.cmo
OCAMLC stdlib__Queue.cmo
OCAMLC stdlib__Buffer.cmo
OCAMLC stdlib__Mutex.cmo
OCAMLC stdlib__Condition.cmi
OCAMLC camlinternalFormat.cmo
OCAMLC stdlib__Printf.cmo
OCAMLC stdlib__Arg.cmo
OCAMLC stdlib__Printexc.cmi
OCAMLC stdlib__Bigarray.cmi
OCAMLC stdlib__Hashtbl.cmo
OCAMLC stdlib__Weak.cmi
OCAMLC stdlib__Format.cmo
OCAMLC stdlib__Scanf.cmo
OCAMLC stdlib__Callback.cmo
OCAMLC camlinternalOO.cmi
OCAMLC camlinternalMod.cmi
OCAMLC stdlib__Dynarray.cmo
OCAMLC stdlib__Pqueue.cmo
OCAMLC stdlib__Ephemeron.cmo
OCAMLC stdlib__Filename.cmo
OCAMLC stdlib__ArrayLabels.cmo
OCAMLC stdlib__ListLabels.cmo
OCAMLC stdlib__BytesLabels.cmo
OCAMLC stdlib__StringLabels.cmo
OCAMLC stdlib__MoreLabels.cmo
OCAMLC stdlib__StdLabels.cmi
OCAMLC stdlib__Effect.cmi
OCAMLC std_exit.cmo
OCAMLC stdlib__Obj.cmo
OCAMLC stdlib__Type.cmo
OCAMLC camlinternalLazy.cmo
OCAMLC stdlib__Lazy.cmo
OCAMLC stdlib__Seq.cmo
OCAMLC stdlib__Option.cmo
OCAMLC stdlib__Result.cmo
OCAMLC stdlib__Parsing.cmo
OCAMLC stdlib__Condition.cmo
OCAMLC stdlib__Semaphore.cmo
OCAMLC stdlib__Domain.cmo
OCAMLC stdlib__Printexc.cmo
OCAMLC stdlib__Fun.cmo
OCAMLC stdlib__Gc.cmi
OCAMLC stdlib__In_channel.cmi
OCAMLC stdlib__Out_channel.cmi
OCAMLC stdlib__Bigarray.cmo
OCAMLC stdlib__Random.cmo
OCAMLC stdlib__Weak.cmo
OCAMLC camlinternalOO.cmo
OCAMLC stdlib__Oo.cmi
OCAMLC camlinternalMod.cmo
OCAMLC stdlib__StdLabels.cmo
OCAMLC stdlib__Effect.cmo
OCAMLC stdlib__Gc.cmo
OCAMLC stdlib__In_channel.cmo
OCAMLC stdlib__Out_channel.cmo
OCAMLC stdlib__Digest.cmo
OCAMLC stdlib__Oo.cmo
LINKC stdlib.cma
rm tmpheader.exe
make[2]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/stdlib'
rm -f boot/libcamlrun.lib boot/stdlib.cma boot/std_exit.cmo boot/*.cmi boot/runtime-launch-info
cp stdlib/stdlib.cma stdlib/std_exit.cmo stdlib/*.cmi stdlib/runtime-launch-info boot
cd boot; ln -sf ../runtime/libcamlrun.lib .
make[1]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make opt.opt
make[1]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make checkstack
make[2]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make[2]: Nothing to be done for 'checkstack'.
make[2]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make coreall
make[2]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
CC runtime/addrmap.bd.obj
CC runtime/afl.bd.obj
CC runtime/alloc.bd.obj
addrmap.c
afl.c
CC runtime/array.bd.obj
alloc.c
CC runtime/backtrace.bd.obj
array.c
CC runtime/bigarray.bd.obj
CC runtime/blake2.bd.obj
backtrace.c
bigarray.c
CC runtime/callback.bd.obj
blake2.c
CC runtime/codefrag.bd.obj
callback.c
CC runtime/compare.bd.obj
codefrag.c
CC runtime/custom.bd.obj
compare.c
CC runtime/debugger.bd.obj
custom.c
CC runtime/domain.bd.obj
debugger.c
CC runtime/dynlink.bd.obj
domain.c
CC runtime/extern.bd.obj
CC runtime/fail.bd.obj
dynlink.c
extern.c
CC runtime/fiber.bd.obj
fail.c
CC runtime/finalise.bd.obj
fiber.c
CC runtime/floats.bd.obj
finalise.c
CC runtime/gc_ctrl.bd.obj
floats.c
CC runtime/gc_stats.bd.obj
gc_ctrl.c
CC runtime/globroots.bd.obj
gc_stats.c
CC runtime/hash.bd.obj
globroots.c
CC runtime/intern.bd.obj
hash.c
CC runtime/ints.bd.obj
intern.c
CC runtime/io.bd.obj
ints.c
CC runtime/lexing.bd.obj
io.c
CC runtime/lf_skiplist.bd.obj
lexing.c
CC runtime/main.bd.obj
lf_skiplist.c
CC runtime/major_gc.bd.obj
main.c
CC runtime/md5.bd.obj
major_gc.c
CC runtime/memory.bd.obj
CC runtime/memprof.bd.obj
md5.c
memory.c
CC runtime/meta.bd.obj
memprof.c
CC runtime/minor_gc.bd.obj
meta.c
CC runtime/misc.bd.obj
minor_gc.c
CC runtime/obj.bd.obj
misc.c
CC runtime/parsing.bd.obj
obj.c
CC runtime/platform.bd.obj
parsing.c
CC runtime/printexc.bd.obj
platform.c
CC runtime/prng.bd.obj
printexc.c
CC runtime/roots.bd.obj
prng.c
CC runtime/runtime_events.bd.obj
roots.c
CC runtime/shared_heap.bd.obj
runtime_events.c
CC runtime/signals.bd.obj
shared_heap.c
CC runtime/skiplist.bd.obj
signals.c
CC runtime/startup_aux.bd.obj
skiplist.c
CC runtime/str.bd.obj
startup_aux.c
CC runtime/sync.bd.obj
str.c
CC runtime/sys.bd.obj
sync.c
CC runtime/win32.bd.obj
sys.c
CC runtime/weak.bd.obj
win32.c
CC runtime/backtrace_byt.bd.obj
weak.c
CC runtime/fail_byt.bd.obj
backtrace_byt.c
CC runtime/fix_code.bd.obj
fail_byt.c
CC runtime/interp.bd.obj
fix_code.c
CC runtime/startup_byt.bd.obj
interp.c
CC runtime/zstd.bd.obj
startup_byt.c
CC runtime/instrtrace.bd.obj
zstd.c
CC runtime/addrmap.bi.obj
instrtrace.c
CC runtime/afl.bi.obj
addrmap.c
CC runtime/alloc.bi.obj
afl.c
CC runtime/array.bi.obj
alloc.c
CC runtime/backtrace.bi.obj
array.c
CC runtime/bigarray.bi.obj
backtrace.c
CC runtime/blake2.bi.obj
bigarray.c
CC runtime/callback.bi.obj
blake2.c
CC runtime/codefrag.bi.obj
callback.c
CC runtime/compare.bi.obj
codefrag.c
CC runtime/custom.bi.obj
compare.c
CC runtime/debugger.bi.obj
custom.c
CC runtime/domain.bi.obj
debugger.c
CC runtime/dynlink.bi.obj
domain.c
CC runtime/extern.bi.obj
dynlink.c
CC runtime/fail.bi.obj
extern.c
CC runtime/fiber.bi.obj
fail.c
CC runtime/finalise.bi.obj
fiber.c
CC runtime/floats.bi.obj
finalise.c
CC runtime/gc_ctrl.bi.obj
floats.c
CC runtime/gc_stats.bi.obj
gc_ctrl.c
CC runtime/globroots.bi.obj
gc_stats.c
CC runtime/hash.bi.obj
globroots.c
CC runtime/intern.bi.obj
hash.c
CC runtime/ints.bi.obj
intern.c
CC runtime/io.bi.obj
ints.c
CC runtime/lexing.bi.obj
io.c
CC runtime/lf_skiplist.bi.obj
lexing.c
CC runtime/main.bi.obj
lf_skiplist.c
CC runtime/major_gc.bi.obj
main.c
CC runtime/md5.bi.obj
major_gc.c
CC runtime/memory.bi.obj
md5.c
CC runtime/memprof.bi.obj
memory.c
CC runtime/meta.bi.obj
memprof.c
CC runtime/minor_gc.bi.obj
meta.c
CC runtime/misc.bi.obj
minor_gc.c
CC runtime/obj.bi.obj
misc.c
CC runtime/parsing.bi.obj
obj.c
CC runtime/platform.bi.obj
parsing.c
CC runtime/printexc.bi.obj
platform.c
CC runtime/prng.bi.obj
printexc.c
CC runtime/roots.bi.obj
prng.c
CC runtime/runtime_events.bi.obj
roots.c
CC runtime/shared_heap.bi.obj
runtime_events.c
CC runtime/signals.bi.obj
shared_heap.c
CC runtime/skiplist.bi.obj
signals.c
CC runtime/startup_aux.bi.obj
skiplist.c
CC runtime/str.bi.obj
startup_aux.c
CC runtime/sync.bi.obj
str.c
CC runtime/sys.bi.obj
sync.c
CC runtime/win32.bi.obj
sys.c
CC runtime/weak.bi.obj
win32.c
CC runtime/backtrace_byt.bi.obj
weak.c
CC runtime/fail_byt.bi.obj
backtrace_byt.c
CC runtime/fix_code.bi.obj
fail_byt.c
CC runtime/interp.bi.obj
fix_code.c
CC runtime/startup_byt.bi.obj
interp.c
CC runtime/zstd.bi.obj
startup_byt.c
zstd.c
rm -f flexdll/flexlink.exe
make -C flexdll MSVCC_ROOT= MSVCC=cl MSVCC64=cl MSVC_DETECT=0 OCAML_CONFIG_FILE=../Makefile.config CHAINS=msvc64 ROOTDIR=.. \
OCAMLRUN='$(ROOTDIR)/boot/ocamlrun.exe' NATDYNLINK=false \
OCAMLOPT='$(OCAMLRUN) $(ROOTDIR)/boot/ocamlc -use-prims ../runtime/primitives -nostdlib -I ../stdlib ' \
flexlink.exe support
mkdir -p byte/bin
make[3]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/flexdll'
MKLIB runtime/libcamlrund.lib
MKLIB runtime/libcamlruni.lib
Building flexlink.exe with TOOLCHAIN=msvc for OCaml 5.4.0
make[3]: Nothing to be done for 'support'.
rm -f flexlink.exe
../boot/ocamlrun.exe ../boot/ocamlc -use-prims ../runtime/primitives -nostdlib -I ../stdlib -o flexlink.exe -cclib "version.res" version.ml Compat.ml coff.ml cmdline.ml create_dll.ml reloc.ml
make[3]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/flexdll'
cp flexdll/flexlink.exe flexlink.byte.exe
cp flexdll/flexdll_msvc64.obj flexdll/flexdll_initer_msvc64.obj .
rm -f byte/bin/flexlink.exe
cp boot/ocamlrun.exe byte/bin/flexlink.exe
cat flexlink.byte.exe >> byte/bin/flexlink.exe
MKEXE runtime/ocamlrun.exe
MKEXE runtime/ocamlrund.exe
MKEXE runtime/ocamlruni.exe
make ocamlc
make[3]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
OCAMLC utils/config.cmi
OCAMLC utils/build_path_prefix_map.cmi
OCAMLC utils/format_doc.cmi
OCAMLC utils/identifiable.cmi
OCAMLC utils/arg_helper.cmi
OCAMLC utils/local_store.cmi
OCAMLC utils/load_path.cmi
OCAMLC utils/profile.cmi
OCAMLC utils/terminfo.cmi
OCAMLC utils/ccomp.cmi
OCAMLC utils/warnings.cmi
OCAMLC utils/linkdeps.cmi
OCAMLC utils/strongly_connected_components.cmi
OCAMLC utils/targetint.cmi
OCAMLC utils/int_replace_polymorphic_compare.cmi
GEN utils/domainstate.mli
OCAMLC utils/binutils.cmi
OCAMLC utils/lazy_backtrack.cmi
domainstate.mli.c
OCAMLC utils/compression.cmi
OCAMLC parsing/location.cmi
OCAMLC parsing/unit_info.cmi
GEN parsing/camlinternalMenhirLib.mli
OCAMLC typing/value_rec_types.cmi
OCAMLC typing/ident.cmi
OCAMLC lambda/switch.cmi
OCAMLC lambda/runtimedef.cmi
OCAMLC file_formats/cmo_format.cmi
OCAMLC middle_end/linkage_name.cmi
OCAMLC middle_end/flambda/base_types/tag.cmi
OCAMLC middle_end/flambda/base_types/static_exception.cmi
OCAMLC middle_end/flambda/allocated_const.cmi
OCAMLC file_formats/cmxs_format.cmi
OCAMLLEX tools/make_opcodes.ml
OCAMLC tools/make_opcodes.cmi
OCAMLC bytecomp/bytesections.cmi
OCAMLC bytecomp/dll.cmi
OCAMLC driver/main_args.cmi
OCAMLC driver/makedepend.cmi
mkdir -p utils/config
OCAMLC utils/build_path_prefix_map.cmo
OCAMLC utils/format_doc.cmo
OCAMLC utils/arg_helper.cmo
OCAMLC utils/local_store.cmo
OCAMLC utils/terminfo.cmo
OCAMLC utils/int_replace_polymorphic_compare.cmo
GEN utils/domainstate.ml
OCAMLC utils/binutils.cmo
OCAMLC utils/lazy_backtrack.cmo
domainstate.ml.c
OCAMLC utils/compression.cmo
GEN parsing/camlinternalMenhirLib.ml
OCAMLLEX parsing/lexer.ml
OCAMLC lambda/switch.cmo
GEN lambda/runtimedef.ml
OCAMLC bytecomp/bytesections.cmo
cp utils/config.mli utils/config/config_main.mli
GEN utils/config/config_boot.ml
cp utils/config.mli utils/config/config_boot.mli
OCAMLC bytecomp/bytelibrarian.cmi
OCAMLC driver/errors.cmi
OCAMLC driver/maindriver.cmi
OCAMLC driver/main.cmi
OCAMLC utils/misc.cmi
OCAMLC utils/numbers.cmi
OCAMLC utils/domainstate.cmi
OCAMLC utils/diffing.cmi
OCAMLC parsing/asttypes.cmi
OCAMLC parsing/longident.cmi
OCAMLC parsing/syntaxerr.cmi
OCAMLC parsing/camlinternalMenhirLib.cmi
OCAMLC typing/annot.cmi
OCAMLC typing/path.cmi
OCAMLC lambda/debuginfo.cmi
OCAMLC middle_end/compilation_unit.cmi
OCAMLC tools/make_opcodes.cmo
GEN utils/config/config_main.ml
OCAMLC utils/misc.cmo
OCAMLC utils/identifiable.cmo
OCAMLC utils/numbers.cmo
OCAMLC utils/load_path.cmo
OCAMLC utils/profile.cmo
OCAMLC utils/warnings.cmo
OCAMLC utils/linkdeps.cmo
OCAMLC utils/strongly_connected_components.cmo
OCAMLC utils/targetint.cmo
OCAMLC utils/domainstate.cmo
OCAMLC utils/diffing.cmo
OCAMLC parsing/unit_info.cmo
OCAMLC parsing/asttypes.cmo
OCAMLC parsing/longident.cmo
OCAMLC parsing/syntaxerr.cmo
OCAMLC parsing/camlinternalMenhirLib.cmo
OCAMLC lambda/debuginfo.cmo
OCAMLC lambda/runtimedef.cmo
OCAMLC bytecomp/dll.cmo
OCAMLC utils/config/config_main.cmi
OCAMLC utils/config/config_boot.cmi
OCAMLC driver/errors.cmo
OCAMLC driver/main.cmo
OCAMLC utils/clflags.cmi
OCAMLC utils/consistbl.cmi
OCAMLC utils/diffing_with_keys.cmi
OCAMLC parsing/parsetree.cmi
OCAMLC typing/shape.cmi
OCAMLC middle_end/flambda/base_types/set_of_closures_id.cmi
OCAMLC middle_end/flambda/base_types/export_id.cmi
OCAMLC middle_end/backend_var.cmi
LINKC tools/make_opcodes.exe
OCAMLC driver/pparse.cmi
OCAMLC driver/compenv.cmi
GEN utils/config.ml
OCAMLC utils/clflags.cmo
OCAMLC utils/ccomp.cmo
OCAMLC utils/consistbl.cmo
OCAMLC utils/diffing_with_keys.cmo
OCAMLC parsing/location.cmo
OCAMLC typing/ident.cmo
OCAMLC typing/shape.cmo
OCAMLC driver/compenv.cmo
OCAMLC driver/main_args.cmo
OCAMLC utils/config/config_main.cmo
OCAMLC utils/config/config_boot.cmo
OCAMLC parsing/docstrings.cmi
OCAMLC parsing/ast_iterator.cmi
OCAMLC parsing/builtin_attributes.cmi
OCAMLC parsing/pprintast.cmi
OCAMLC parsing/parse.cmi
OCAMLC parsing/printast.cmi
OCAMLC parsing/ast_mapper.cmi
OCAMLC parsing/attr_helper.cmi
OCAMLC parsing/ast_invariants.cmi
OCAMLC parsing/depend.cmi
OCAMLC typing/type_immediacy.cmi
OCAMLC middle_end/flambda/base_types/set_of_closures_origin.cmi
GEN bytecomp/opcodes.ml
OCAMLC utils/config.cmo
OCAMLC parsing/docstrings.cmo
OCAMLC parsing/ast_iterator.cmo
OCAMLC parsing/printast.cmo
OCAMLC parsing/attr_helper.cmo
OCAMLC parsing/ast_invariants.cmo
OCAMLC parsing/depend.cmo
OCAMLC typing/type_immediacy.cmo
OCAMLC driver/pparse.cmo
OCAMLC parsing/ast_helper.cmi
OCAMLC typing/outcometree.cmi
GEN bytecomp/opcodes.mli
OCAMLC parsing/ast_helper.cmo
OCAMLC parsing/builtin_attributes.cmo
GEN parsing/parser.ml
OCAMLC parsing/ast_mapper.cmo
GEN parsing/parser.mli
OCAMLC typing/primitive.cmi
OCAMLC typing/oprint.cmi
OCAMLC bytecomp/opcodes.cmi
OCAMLC typing/primitive.cmo
OCAMLC bytecomp/opcodes.cmo
OCAMLC parsing/parser.cmi
OCAMLC typing/types.cmi
OCAMLC parsing/parser.cmo
OCAMLC parsing/lexer.cmi
OCAMLC typing/types.cmo
OCAMLC typing/oprint.cmo
OCAMLC driver/makedepend.cmo
OCAMLC typing/data_types.cmi
OCAMLC typing/rawprinttyp.cmi
OCAMLC typing/gprinttyp.cmi
OCAMLC typing/btype.cmi
OCAMLC typing/subst.cmi
OCAMLC typing/predef.cmi
OCAMLC typing/datarepr.cmi
OCAMLC file_formats/cmi_format.cmi
OCAMLC typing/errortrace.cmi
OCAMLC typing/signature_group.cmi
OCAMLC parsing/lexer.cmo
OCAMLC parsing/pprintast.cmo
OCAMLC parsing/parse.cmo
OCAMLC typing/path.cmo
OCAMLC typing/data_types.cmo
OCAMLC typing/rawprinttyp.cmo
OCAMLC typing/gprinttyp.cmo
OCAMLC typing/btype.cmo
OCAMLC typing/subst.cmo
OCAMLC typing/predef.cmo
OCAMLC typing/datarepr.cmo
OCAMLC file_formats/cmi_format.cmo
OCAMLC typing/errortrace.cmo
OCAMLC typing/signature_group.cmo
OCAMLC typing/persistent_env.cmi
OCAMLC typing/env.cmi
OCAMLC typing/persistent_env.cmo
OCAMLC typing/env.cmo
OCAMLC bytecomp/bytepackager.cmi
OCAMLC typing/typedtree.cmi
OCAMLC typing/ctype.cmi
OCAMLC typing/out_type.cmi
OCAMLC typing/mtype.cmi
OCAMLC typing/envaux.cmi
OCAMLC typing/includecore.cmi
OCAMLC typing/tast_iterator.cmi
OCAMLC typing/tast_mapper.cmi
OCAMLC typing/stypes.cmi
OCAMLC typing/shape_reduce.cmi
OCAMLC typing/untypeast.cmi
OCAMLC typing/includemod.cmi
OCAMLC typing/typetexp.cmi
OCAMLC typing/printpat.cmi
OCAMLC typing/patterns.cmi
OCAMLC typing/parmatch.cmi
OCAMLC typing/typedecl_properties.cmi
OCAMLC typing/typedecl_unboxed.cmi
OCAMLC lambda/lambda.cmi
OCAMLC typing/value_rec_check.cmi
OCAMLC typing/typecore.cmi
OCAMLC typing/typeclass.cmi
OCAMLC lambda/printlambda.cmi
OCAMLC lambda/matching.cmi
OCAMLC lambda/value_rec_compiler.cmi
OCAMLC lambda/translobj.cmi
OCAMLC lambda/translattribute.cmi
OCAMLC lambda/translprim.cmi
OCAMLC lambda/translcore.cmi
OCAMLC lambda/translclass.cmi
OCAMLC lambda/translmod.cmi
OCAMLC lambda/tmc.cmi
OCAMLC lambda/simplif.cmi
OCAMLC middle_end/internal_variable_names.cmi
OCAMLC middle_end/clambda_primitives.cmi
OCAMLC bytecomp/instruct.cmi
OCAMLC bytecomp/symtable.cmi
OCAMLC driver/compmisc.cmi
OCAMLC driver/compile_common.cmi
OCAMLC typing/typedtree.cmo
OCAMLC typing/ctype.cmo
OCAMLC typing/out_type.cmo
OCAMLC typing/mtype.cmo
OCAMLC typing/tast_iterator.cmo
OCAMLC typing/tast_mapper.cmo
OCAMLC typing/shape_reduce.cmo
OCAMLC typing/untypeast.cmo
OCAMLC typing/printpat.cmo
OCAMLC typing/patterns.cmo
OCAMLC typing/parmatch.cmo
OCAMLC typing/typedecl_properties.cmo
OCAMLC typing/typedecl_unboxed.cmo
OCAMLC lambda/lambda.cmo
OCAMLC lambda/value_rec_compiler.cmo
OCAMLC lambda/translobj.cmo
OCAMLC lambda/translattribute.cmo
OCAMLC lambda/translmod.cmo
OCAMLC lambda/tmc.cmo
OCAMLC lambda/simplif.cmo
OCAMLC bytecomp/bytegen.cmi
OCAMLC bytecomp/printinstr.cmi
OCAMLC bytecomp/emitcode.cmi
OCAMLC bytecomp/bytelink.cmi
OCAMLC driver/compile.cmi
OCAMLC bytecomp/instruct.cmo
OCAMLC bytecomp/bytegen.cmo
OCAMLC bytecomp/printinstr.cmo
OCAMLC bytecomp/emitcode.cmo
OCAMLC bytecomp/bytelink.cmo
OCAMLC bytecomp/bytelibrarian.cmo
OCAMLC driver/compile.cmo
OCAMLC driver/maindriver.cmo
OCAMLC typing/printtyped.cmi
OCAMLC typing/printtyp.cmi
OCAMLC typing/errortrace_report.cmi
OCAMLC typing/includeclass.cmi
OCAMLC file_formats/cmt_format.cmi
OCAMLC typing/includemod_errorprinter.cmi
OCAMLC typing/typedecl_variance.cmi
OCAMLC typing/typedecl_immediacy.cmi
OCAMLC typing/typedecl_separability.cmi
OCAMLC typing/typeopt.cmi
OCAMLC middle_end/variable.cmi
OCAMLC middle_end/clambda.cmi
OCAMLC bytecomp/meta.cmi
OCAMLC typing/printtyped.cmo
OCAMLC typing/printtyp.cmo
OCAMLC typing/errortrace_report.cmo
OCAMLC typing/includeclass.cmo
OCAMLC typing/envaux.cmo
OCAMLC typing/includecore.cmo
OCAMLC typing/stypes.cmo
OCAMLC file_formats/cmt_format.cmo
OCAMLC typing/includemod.cmo
OCAMLC typing/includemod_errorprinter.cmo
OCAMLC typing/typetexp.cmo
OCAMLC typing/typedecl_variance.cmo
OCAMLC typing/typedecl_immediacy.cmo
OCAMLC typing/typedecl_separability.cmo
OCAMLC typing/typeopt.cmo
OCAMLC typing/value_rec_check.cmo
OCAMLC lambda/printlambda.cmo
OCAMLC lambda/matching.cmo
OCAMLC lambda/translprim.cmo
OCAMLC lambda/translcore.cmo
OCAMLC lambda/translclass.cmo
OCAMLC bytecomp/meta.cmo
OCAMLC bytecomp/symtable.cmo
OCAMLC typing/cmt2annot.cmi
OCAMLC typing/typedecl.cmi
OCAMLC middle_end/flambda/base_types/closure_element.cmi
OCAMLC middle_end/symbol.cmi
OCAMLC middle_end/flambda/parameter.cmi
OCAMLC middle_end/flambda/base_types/mutable_variable.cmi
OCAMLC middle_end/flambda/base_types/closure_id.cmi
OCAMLC typing/cmt2annot.cmo
OCAMLC typing/typedecl.cmo
OCAMLC typing/typecore.cmo
OCAMLC typing/typeclass.cmo
OCAMLC typing/typemod.cmi
OCAMLC middle_end/flambda/base_types/var_within_closure.cmi
OCAMLC middle_end/flambda/base_types/closure_origin.cmi
OCAMLC typing/typemod.cmo
OCAMLC driver/compmisc.cmo
OCAMLC driver/compile_common.cmo
OCAMLC bytecomp/bytepackager.cmo
OCAMLC middle_end/flambda/projection.cmi
LINKC compilerlibs/ocamlbytecomp.cma
OCAMLC middle_end/flambda/flambda.cmi
OCAMLC middle_end/flambda/freshening.cmi
OCAMLC middle_end/flambda/simple_value_approx.cmi
OCAMLC middle_end/flambda/export_info.cmi
OCAMLC file_formats/cmx_format.cmi
LINKC compilerlibs/ocamlcommon.cma
LINKC ocamlc.exe
make[3]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make ocamllex ocamltools library
make[3]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
CC yacc/wstr.obj
CC yacc/closure.obj
CC yacc/error.obj
closure.c
wstr.c
error.c
CC yacc/lalr.obj
CC yacc/lr0.obj
lalr.c
lr0.c
CC yacc/main.obj
CC yacc/mkpar.obj
main.c
CC yacc/output.obj
mkpar.c
CC yacc/reader.obj
output.c
CC yacc/skeleton.obj
reader.c
CC yacc/symtab.obj
skeleton.c
CC yacc/verbose.obj
symtab.c
CC yacc/warshall.obj
verbose.c
warshall.c
make -C stdlib all
MKEXE yacc/ocamlyacc.exe
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/stdlib'
OCAMLC camlinternalFormatBasics.cmi
OCAMLC camlinternalFormatBasics.cmo
OCAMLC stdlib.cmi
OCAMLC stdlib.cmo
OCAMLC stdlib__Either.cmi
OCAMLC stdlib__Sys.cmi
OCAMLC stdlib__Int32.cmi
OCAMLC stdlib__Type.cmi
OCAMLC stdlib__Atomic.cmi
OCAMLC camlinternalLazy.cmi
OCAMLC stdlib__Seq.cmi
OCAMLC stdlib__Pair.cmi
OCAMLC stdlib__Result.cmi
OCAMLC stdlib__Bool.cmi
OCAMLC stdlib__Char.cmi
OCAMLC stdlib__Uchar.cmi
OCAMLC stdlib__List.cmi
OCAMLC stdlib__Int.cmi
OCAMLC stdlib__Array.cmi
OCAMLC stdlib__Iarray.cmi
OCAMLC stdlib__Bytes.cmi
OCAMLC stdlib__String.cmi
OCAMLC stdlib__Unit.cmi
OCAMLC stdlib__Marshal.cmi
OCAMLC stdlib__Float.cmi
OCAMLC stdlib__Int32.cmo
OCAMLC stdlib__Int64.cmi
OCAMLC stdlib__Nativeint.cmi
OCAMLC stdlib__Lexing.cmi
OCAMLC stdlib__Repr.cmi
OCAMLC stdlib__Set.cmi
OCAMLC stdlib__Map.cmi
OCAMLC stdlib__Stack.cmi
OCAMLC stdlib__Queue.cmi
OCAMLC stdlib__Buffer.cmi
OCAMLC stdlib__Mutex.cmi
OCAMLC stdlib__Semaphore.cmi
make lex-all
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
OCAMLC stdlib__Domain.cmi
OCAMLC camlinternalFormat.cmi
OCAMLC stdlib__Printf.cmi
OCAMLC stdlib__Arg.cmi
OCAMLC lex/cset.cmi
OCAMLYACC lex/parser.ml
OCAMLC stdlib__Fun.cmi
OCAMLC stdlib__Complex.cmi
OCAMLLEX lex/lexer.ml
OCAMLC stdlib__Digest.cmi
OCAMLC lex/table.cmi
OCAMLC stdlib__Random.cmi
OCAMLC stdlib__Hashtbl.cmi
OCAMLC lex/main.cmi
OCAMLC stdlib__Format.cmi
OCAMLC lex/cset.cmo
OCAMLC stdlib__Scanf.cmi
OCAMLC lex/syntax.cmi
OCAMLC stdlib__Callback.cmi
OCAMLC lex/table.cmo
OCAMLC stdlib__Dynarray.cmi
OCAMLC stdlib__Pqueue.cmi
OCAMLC lex/lexgen.cmi
OCAMLC stdlib__Ephemeron.cmi
OCAMLC lex/syntax.cmo
OCAMLC stdlib__Filename.cmi
OCAMLC lex/parser.cmi
OCAMLC stdlib__Complex.cmo
OCAMLC lex/lexgen.cmo
OCAMLC stdlib__ArrayLabels.cmi
OCAMLC lex/compact.cmi
OCAMLC stdlib__ListLabels.cmi
OCAMLC stdlib__BytesLabels.cmi
OCAMLC stdlib__StringLabels.cmi
OCAMLC lex/common.cmi
OCAMLC lex/parser.cmo
OCAMLC stdlib__MoreLabels.cmi
OCAMLC lex/lexer.cmi
OCAMLC stdlib__StdLabels.cmi
OCAMLC lex/compact.cmo
OCAMLC lex/common.cmo
OCAMLC std_exit.cmi
OCAMLC lex/output.cmi
OCAMLC stdlib__Either.cmo
OCAMLC stdlib__Sys.cmo
OCAMLC stdlib__Obj.cmi
OCAMLC lex/outputbis.cmi
OCAMLC stdlib__Atomic.cmo
OCAMLC lex/lexer.cmo
OCAMLC camlinternalLazy.cmo
OCAMLC stdlib__Lazy.cmi
OCAMLC lex/output.cmo
OCAMLC stdlib__Option.cmi
OCAMLC stdlib__Pair.cmo
OCAMLC stdlib__Result.cmo
OCAMLC lex/outputbis.cmo
OCAMLC stdlib__Bool.cmo
OCAMLC stdlib__Char.cmo
OCAMLC lex/main.cmo
OCAMLC stdlib__Uchar.cmo
OCAMLC stdlib__List.cmo
OCAMLC stdlib__Int.cmo
LINKC lex/ocamllex.exe
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
OCAMLC stdlib__Array.cmo
make tools-all
OCAMLC stdlib__Iarray.cmo
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
OCAMLC stdlib__Bytes.cmo
OCAMLC tools/ocamldep.cmi
OCAMLC middle_end/printclambda_primitives.cmi
OCAMLC stdlib__String.cmo
OCAMLC middle_end/printclambda.cmi
OCAMLC middle_end/semantics_of_primitives.cmi
OCAMLC middle_end/convert_primitives.cmi
OCAMLC middle_end/flambda/base_types/id_types.cmi
OCAMLC stdlib__Unit.cmo
OCAMLC middle_end/flambda/pass_wrapper.cmi
OCAMLC stdlib__Marshal.cmo
OCAMLC middle_end/flambda/flambda_iterators.cmi
OCAMLC stdlib__Float.cmo
OCAMLC middle_end/flambda/flambda_utils.cmi
OCAMLC stdlib__Int64.cmo
OCAMLC middle_end/flambda/effect_analysis.cmi
OCAMLC stdlib__Nativeint.cmo
OCAMLC middle_end/flambda/inlining_cost.cmi
OCAMLC stdlib__Lexing.cmo
OCAMLC middle_end/flambda/export_info_for_pack.cmi
OCAMLC stdlib__Parsing.cmi
OCAMLC stdlib__Repr.cmo
OCAMLC middle_end/compilenv.cmi
OCAMLC stdlib__Set.cmo
OCAMLC middle_end/backend_intf.cmi
OCAMLC stdlib__Map.cmo
OCAMLC middle_end/flambda/import_approx.cmi
OCAMLC middle_end/flambda/lift_code.cmi
OCAMLC stdlib__Stack.cmo
OCAMLC middle_end/flambda/closure_conversion_aux.cmi
OCAMLC middle_end/flambda/closure_conversion.cmi
OCAMLC stdlib__Queue.cmo
OCAMLC middle_end/flambda/initialize_symbol_to_let_symbol.cmi
OCAMLC stdlib__Buffer.cmo
OCAMLC middle_end/flambda/lift_let_to_initialize_symbol.cmi
OCAMLC stdlib__Mutex.cmo
OCAMLC middle_end/flambda/find_recursive_functions.cmi
OCAMLC stdlib__Condition.cmi
OCAMLC middle_end/flambda/invariant_params.cmi
OCAMLC camlinternalFormat.cmo
OCAMLC middle_end/flambda/inconstant_idents.cmi
OCAMLC stdlib__Printf.cmo
OCAMLC middle_end/flambda/alias_analysis.cmi
OCAMLC middle_end/flambda/lift_constants.cmi
OCAMLC middle_end/flambda/share_constants.cmi
OCAMLC middle_end/flambda/simplify_common.cmi
OCAMLC middle_end/flambda/remove_unused_arguments.cmi
OCAMLC middle_end/flambda/remove_unused_closure_vars.cmi
OCAMLC middle_end/flambda/remove_unused_program_constructs.cmi
OCAMLC middle_end/flambda/simplify_boxed_integer_ops_intf.cmi
OCAMLC middle_end/flambda/simplify_primitives.cmi
OCAMLC middle_end/flambda/inlining_stats_types.cmi
OCAMLC middle_end/flambda/remove_free_vars_equal_to_args.cmi
OCAMLC middle_end/flambda/ref_to_variables.cmi
OCAMLC middle_end/flambda/flambda_invariants.cmi
OCAMLC middle_end/flambda/traverse_for_exported_symbols.cmi
OCAMLC middle_end/flambda/build_export_info.cmi
OCAMLC middle_end/flambda/closure_offsets.cmi
OCAMLC middle_end/flambda/un_anf.cmi
OCAMLC middle_end/flambda/flambda_to_clambda.cmi
OCAMLC middle_end/flambda/flambda_middle_end.cmi
OCAMLC middle_end/internal_variable_names.cmo
OCAMLC stdlib__Arg.cmo
OCAMLC stdlib__Printexc.cmi
OCAMLC middle_end/linkage_name.cmo
OCAMLC stdlib__Bigarray.cmi
OCAMLC stdlib__Hashtbl.cmo
OCAMLC middle_end/compilation_unit.cmo
OCAMLC stdlib__Weak.cmi
OCAMLC middle_end/variable.cmo
OCAMLC stdlib__Format.cmo
OCAMLC middle_end/flambda/base_types/closure_element.cmo
OCAMLC stdlib__Scanf.cmo
OCAMLC middle_end/flambda/base_types/closure_id.cmo
OCAMLC middle_end/symbol.cmo
OCAMLC stdlib__Callback.cmo
OCAMLC middle_end/backend_var.cmo
OCAMLC middle_end/clambda_primitives.cmo
OCAMLC middle_end/printclambda_primitives.cmo
OCAMLC middle_end/clambda.cmo
OCAMLC camlinternalOO.cmi
OCAMLC camlinternalMod.cmi
OCAMLC stdlib__Dynarray.cmo
OCAMLC stdlib__Pqueue.cmo
OCAMLC middle_end/printclambda.cmo
OCAMLC middle_end/semantics_of_primitives.cmo
OCAMLC stdlib__Ephemeron.cmo
OCAMLC stdlib__Filename.cmo
OCAMLC middle_end/convert_primitives.cmo
OCAMLC middle_end/flambda/base_types/id_types.cmo
OCAMLC stdlib__ArrayLabels.cmo
OCAMLC middle_end/flambda/base_types/export_id.cmo
OCAMLC stdlib__ListLabels.cmo
OCAMLC middle_end/flambda/base_types/tag.cmo
OCAMLC stdlib__BytesLabels.cmo
OCAMLC stdlib__StringLabels.cmo
OCAMLC middle_end/flambda/base_types/mutable_variable.cmo
OCAMLC stdlib__MoreLabels.cmo
OCAMLC stdlib__StdLabels.cmo
OCAMLC middle_end/flambda/base_types/set_of_closures_id.cmo
OCAMLC stdlib__Effect.cmi
OCAMLC std_exit.cmo
OCAMLC middle_end/flambda/base_types/set_of_closures_origin.cmo
OCAMLC stdlib__Obj.cmo
OCAMLC stdlib__Type.cmo
OCAMLC stdlib__Lazy.cmo
OCAMLC middle_end/flambda/base_types/closure_origin.cmo
OCAMLC stdlib__Seq.cmo
OCAMLC middle_end/flambda/base_types/var_within_closure.cmo
OCAMLC stdlib__Option.cmo
OCAMLC middle_end/flambda/base_types/static_exception.cmo
OCAMLC stdlib__Parsing.cmo
OCAMLC middle_end/flambda/pass_wrapper.cmo
OCAMLC stdlib__Condition.cmo
OCAMLC stdlib__Semaphore.cmo
OCAMLC middle_end/flambda/allocated_const.cmo
OCAMLC stdlib__Domain.cmo
OCAMLC stdlib__Printexc.cmo
OCAMLC middle_end/flambda/parameter.cmo
OCAMLC stdlib__Fun.cmo
OCAMLC middle_end/flambda/projection.cmo
OCAMLC stdlib__Gc.cmi
OCAMLC stdlib__In_channel.cmi
OCAMLC stdlib__Out_channel.cmi
OCAMLC middle_end/flambda/flambda.cmo
OCAMLC stdlib__Digest.cmo
OCAMLC stdlib__Bigarray.cmo
OCAMLC stdlib__Random.cmo
OCAMLC middle_end/flambda/flambda_iterators.cmo
OCAMLC stdlib__Weak.cmo
OCAMLC camlinternalOO.cmo
OCAMLC stdlib__Oo.cmi
OCAMLC camlinternalMod.cmo
OCAMLC middle_end/flambda/flambda_utils.cmo
OCAMLC stdlib__Effect.cmo
OCAMLC stdlib__Gc.cmo
OCAMLC stdlib__In_channel.cmo
OCAMLC stdlib__Out_channel.cmo
OCAMLC middle_end/flambda/freshening.cmo
OCAMLC stdlib__Oo.cmo
LINKC stdlib.cma
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/stdlib'
OCAMLC middle_end/flambda/effect_analysis.cmo
OCAMLC middle_end/flambda/inlining_cost.cmo
OCAMLC middle_end/flambda/simple_value_approx.cmo
OCAMLC middle_end/flambda/export_info.cmo
OCAMLC middle_end/flambda/export_info_for_pack.cmo
OCAMLC middle_end/compilenv.cmo
OCAMLC middle_end/flambda/import_approx.cmo
OCAMLC middle_end/flambda/lift_code.cmo
OCAMLC middle_end/flambda/closure_conversion_aux.cmo
OCAMLC middle_end/flambda/closure_conversion.cmo
OCAMLC middle_end/flambda/initialize_symbol_to_let_symbol.cmo
OCAMLC middle_end/flambda/lift_let_to_initialize_symbol.cmo
OCAMLC middle_end/flambda/find_recursive_functions.cmo
OCAMLC middle_end/flambda/invariant_params.cmo
OCAMLC middle_end/flambda/inconstant_idents.cmo
OCAMLC middle_end/flambda/alias_analysis.cmo
OCAMLC middle_end/flambda/lift_constants.cmo
OCAMLC middle_end/flambda/share_constants.cmo
OCAMLC middle_end/flambda/simplify_common.cmo
OCAMLC middle_end/flambda/remove_unused_arguments.cmo
OCAMLC middle_end/flambda/remove_unused_closure_vars.cmo
OCAMLC middle_end/flambda/remove_unused_program_constructs.cmo
OCAMLC middle_end/flambda/inlining_stats_types.cmo
OCAMLC middle_end/flambda/remove_free_vars_equal_to_args.cmo
OCAMLC middle_end/flambda/ref_to_variables.cmo
OCAMLC middle_end/flambda/flambda_invariants.cmo
OCAMLC middle_end/flambda/traverse_for_exported_symbols.cmo
OCAMLC middle_end/flambda/closure_offsets.cmo
OCAMLC middle_end/flambda/un_anf.cmo
OCAMLC middle_end/flambda/flambda_to_clambda.cmo
OCAMLC tools/objinfo.cmi
OCAMLC tools/ocamlcmt.cmi
OCAMLC tools/ocamlprof.cmi
OCAMLC tools/ocamlcp_common.cmi
OCAMLC tools/ocamlcp.cmi
OCAMLC tools/ocamlmklib.cmi
OCAMLC tools/ocamlmktop.cmi
OCAMLC tools/ocamloptp.cmi
GEN tools/opnames.ml
OCAMLC tools/opnames.cmi
OCAMLC tools/dumpobj.cmi
OCAMLC tools/primreq.cmi
OCAMLC tools/stripdebug.cmi
OCAMLC tools/cmpbyt.cmi
OCAMLC tools/profiling.cmi
OCAMLC tools/ocamldep.cmo
OCAMLC middle_end/closure/closure.cmi
OCAMLC middle_end/closure/closure_middle_end.cmi
OCAMLC middle_end/flambda/simplify_boxed_integer_ops.cmi
OCAMLC middle_end/flambda/inlining_stats.cmi
OCAMLC middle_end/flambda/inline_and_simplify_aux.cmi
OCAMLC middle_end/closure/closure.cmo
OCAMLC middle_end/closure/closure_middle_end.cmo
OCAMLC middle_end/flambda/simplify_boxed_integer_ops.cmo
OCAMLC middle_end/flambda/simplify_primitives.cmo
OCAMLC middle_end/flambda/inlining_stats.cmo
OCAMLC middle_end/flambda/inline_and_simplify_aux.cmo
OCAMLC middle_end/flambda/build_export_info.cmo
OCAMLC tools/objinfo.cmo
OCAMLC tools/ocamlcmt.cmo
OCAMLC tools/ocamlprof.cmo
OCAMLC tools/ocamlcp_common.cmo
OCAMLC tools/ocamlcp.cmo
OCAMLC tools/ocamlmklib.cmo
OCAMLC tools/ocamlmktop.cmo
OCAMLC tools/ocamloptp.cmo
OCAMLC tools/opnames.cmo
OCAMLC tools/dumpobj.cmo
OCAMLC tools/primreq.cmo
OCAMLC tools/stripdebug.cmo
OCAMLC tools/cmpbyt.cmo
OCAMLC tools/profiling.cmo
LINKC tools/ocamldep.exe
OCAMLC middle_end/flambda/inlining_decision_intf.cmi
OCAMLC middle_end/flambda/extract_projections.cmi
OCAMLC middle_end/flambda/augment_specialised_args.cmi
OCAMLC middle_end/flambda/unbox_free_vars_of_closures.cmi
OCAMLC middle_end/flambda/unbox_specialised_args.cmi
OCAMLC middle_end/flambda/unbox_closures.cmi
OCAMLC middle_end/flambda/inlining_transforms.cmi
OCAMLC middle_end/flambda/inlining_decision.cmi
OCAMLC middle_end/flambda/inline_and_simplify.cmi
OCAMLC middle_end/flambda/extract_projections.cmo
OCAMLC middle_end/flambda/augment_specialised_args.cmo
OCAMLC middle_end/flambda/unbox_free_vars_of_closures.cmo
OCAMLC middle_end/flambda/unbox_specialised_args.cmo
OCAMLC middle_end/flambda/unbox_closures.cmo
OCAMLC middle_end/flambda/inlining_transforms.cmo
OCAMLC middle_end/flambda/inlining_decision.cmo
OCAMLC middle_end/flambda/inline_and_simplify.cmo
OCAMLC middle_end/flambda/flambda_middle_end.cmo
LINKC tools/ocamlcmt.exe
LINKC tools/ocamlprof.exe
LINKC tools/ocamlcp.exe
LINKC tools/ocamlmklib.exe
LINKC tools/ocamlmktop.exe
LINKC tools/ocamloptp.exe
LINKC tools/dumpobj.exe
LINKC tools/primreq.exe
LINKC tools/stripdebug.exe
LINKC tools/cmpbyt.exe
LINKC compilerlibs/ocamlmiddleend.cma
LINKC tools/ocamlobjinfo.exe
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make[3]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make[2]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make ocaml
make[2]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
OCAMLC toplevel/expunge.cmi
OCAMLC toplevel/genprintval.cmi
OCAMLC toplevel/trace.cmi
OCAMLC toplevel/toploop.cmi
OCAMLC toplevel/topprinters.cmi
OCAMLC toplevel/topdirs.cmi
OCAMLC toplevel/topmain.cmi
OCAMLC toplevel/genprintval.cmo
OCAMLC toplevel/topprinters.cmo
OCAMLC toplevel/topstart.cmi
OCAMLC toplevel/expunge.cmo
OCAMLC toplevel/topcommon.cmi
cp toplevel/trace.cmi toplevel/trace.mli toplevel/byte
cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/byte
OCAMLC toplevel/topstart.cmo
LINKC expunge.exe
OCAMLC toplevel/topeval.cmi
OCAMLC toplevel/topcommon.cmo
OCAMLC toplevel/toploop.cmo
OCAMLC toplevel/topdirs.cmo
OCAMLC toplevel/byte/topmain.cmo
cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/byte
OCAMLC toplevel/byte/topeval.cmo
OCAMLC toplevel/byte/trace.cmo
LINKC compilerlibs/ocamltoplevel.cma
LINKC ocaml.tmp
GEN ocaml.exe
rm ocaml.tmp
make[2]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make opt-core
make[2]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
CC runtime/addrmap.n.obj
CC runtime/afl.n.obj
CC runtime/alloc.n.obj
afl.c
addrmap.c
alloc.c
CC runtime/array.n.obj
CC runtime/backtrace.n.obj
array.c
backtrace.c
CC runtime/bigarray.n.obj
CC runtime/blake2.n.obj
bigarray.c
CC runtime/callback.n.obj
blake2.c
CC runtime/codefrag.n.obj
callback.c
CC runtime/compare.n.obj
codefrag.c
CC runtime/custom.n.obj
compare.c
CC runtime/debugger.n.obj
custom.c
debugger.c
CC runtime/domain.n.obj
CC runtime/dynlink.n.obj
domain.c
CC runtime/extern.n.obj
dynlink.c
CC runtime/fail.n.obj
extern.c
CC runtime/fiber.n.obj
fail.c
CC runtime/finalise.n.obj
fiber.c
CC runtime/floats.n.obj
finalise.c
CC runtime/gc_ctrl.n.obj
floats.c
CC runtime/gc_stats.n.obj
gc_ctrl.c
CC runtime/globroots.n.obj
gc_stats.c
CC runtime/hash.n.obj
globroots.c
CC runtime/intern.n.obj
hash.c
CC runtime/ints.n.obj
intern.c
CC runtime/io.n.obj
ints.c
CC runtime/lexing.n.obj
io.c
CC runtime/lf_skiplist.n.obj
lexing.c
CC runtime/main.n.obj
lf_skiplist.c
CC runtime/major_gc.n.obj
main.c
CC runtime/md5.n.obj
major_gc.c
CC runtime/memory.n.obj
md5.c
CC runtime/memprof.n.obj
memory.c
CC runtime/meta.n.obj
memprof.c
CC runtime/minor_gc.n.obj
meta.c
CC runtime/misc.n.obj
minor_gc.c
CC runtime/obj.n.obj
misc.c
CC runtime/parsing.n.obj
obj.c
CC runtime/platform.n.obj
parsing.c
CC runtime/printexc.n.obj
platform.c
CC runtime/prng.n.obj
printexc.c
CC runtime/roots.n.obj
prng.c
CC runtime/runtime_events.n.obj
roots.c
CC runtime/shared_heap.n.obj
runtime_events.c
CC runtime/signals.n.obj
shared_heap.c
CC runtime/skiplist.n.obj
signals.c
CC runtime/startup_aux.n.obj
skiplist.c
CC runtime/str.n.obj
startup_aux.c
CC runtime/sync.n.obj
str.c
CC runtime/sys.n.obj
sync.c
CC runtime/win32.n.obj
sys.c
CC runtime/weak.n.obj
win32.c
CC runtime/backtrace_nat.n.obj
weak.c
CC runtime/clambda_checks.n.obj
backtrace_nat.c
CC runtime/dynlink_nat.n.obj
clambda_checks.c
CC runtime/fail_nat.n.obj
dynlink_nat.c
CC runtime/frame_descriptors.n.obj
fail_nat.c
CC runtime/startup_nat.n.obj
frame_descriptors.c
CC runtime/signals_nat.n.obj
startup_nat.c
GEN runtime/domain_state.inc
signals_nat.c
CC runtime/zstd.npic.obj
domain_state.tbl
CC runtime/addrmap.nd.obj
zstd.c
CC runtime/afl.nd.obj
addrmap.c
CC runtime/alloc.nd.obj
afl.c
CC runtime/array.nd.obj
alloc.c
CC runtime/backtrace.nd.obj
array.c
CC runtime/bigarray.nd.obj
backtrace.c
CC runtime/blake2.nd.obj
bigarray.c
CC runtime/callback.nd.obj
blake2.c
CC runtime/codefrag.nd.obj
callback.c
CC runtime/compare.nd.obj
codefrag.c
CC runtime/custom.nd.obj
compare.c
CC runtime/debugger.nd.obj
custom.c
CC runtime/domain.nd.obj
debugger.c
CC runtime/dynlink.nd.obj
domain.c
CC runtime/extern.nd.obj
dynlink.c
CC runtime/fail.nd.obj
extern.c
CC runtime/fiber.nd.obj
fail.c
CC runtime/finalise.nd.obj
fiber.c
CC runtime/floats.nd.obj
finalise.c
CC runtime/gc_ctrl.nd.obj
floats.c
CC runtime/gc_stats.nd.obj
gc_ctrl.c
CC runtime/globroots.nd.obj
gc_stats.c
CC runtime/hash.nd.obj
globroots.c
CC runtime/intern.nd.obj
hash.c
CC runtime/ints.nd.obj
intern.c
CC runtime/io.nd.obj
ints.c
CC runtime/lexing.nd.obj
io.c
CC runtime/lf_skiplist.nd.obj
lexing.c
CC runtime/main.nd.obj
lf_skiplist.c
CC runtime/major_gc.nd.obj
main.c
CC runtime/md5.nd.obj
major_gc.c
CC runtime/memory.nd.obj
md5.c
CC runtime/memprof.nd.obj
memory.c
CC runtime/meta.nd.obj
memprof.c
CC runtime/minor_gc.nd.obj
meta.c
CC runtime/misc.nd.obj
minor_gc.c
CC runtime/obj.nd.obj
misc.c
CC runtime/parsing.nd.obj
obj.c
CC runtime/platform.nd.obj
parsing.c
CC runtime/printexc.nd.obj
platform.c
CC runtime/prng.nd.obj
printexc.c
CC runtime/roots.nd.obj
prng.c
CC runtime/runtime_events.nd.obj
roots.c
CC runtime/shared_heap.nd.obj
runtime_events.c
CC runtime/signals.nd.obj
shared_heap.c
CC runtime/skiplist.nd.obj
signals.c
CC runtime/startup_aux.nd.obj
skiplist.c
CC runtime/str.nd.obj
startup_aux.c
CC runtime/sync.nd.obj
str.c
CC runtime/sys.nd.obj
sync.c
CC runtime/win32.nd.obj
sys.c
CC runtime/weak.nd.obj
win32.c
CC runtime/backtrace_nat.nd.obj
weak.c
CC runtime/clambda_checks.nd.obj
backtrace_nat.c
CC runtime/dynlink_nat.nd.obj
clambda_checks.c
CC runtime/fail_nat.nd.obj
dynlink_nat.c
CC runtime/frame_descriptors.nd.obj
fail_nat.c
CC runtime/startup_nat.nd.obj
frame_descriptors.c
CC runtime/signals_nat.nd.obj
startup_nat.c
ASM runtime/amd64nt.d.obj
signals_nat.c
CC runtime/addrmap.ni.obj
Assembling: runtime/amd64nt.asm
CC runtime/afl.ni.obj
addrmap.c
CC runtime/alloc.ni.obj
afl.c
CC runtime/array.ni.obj
alloc.c
CC runtime/backtrace.ni.obj
array.c
CC runtime/bigarray.ni.obj
backtrace.c
CC runtime/blake2.ni.obj
bigarray.c
CC runtime/callback.ni.obj
blake2.c
CC runtime/codefrag.ni.obj
callback.c
CC runtime/compare.ni.obj
codefrag.c
CC runtime/custom.ni.obj
compare.c
CC runtime/debugger.ni.obj
custom.c
CC runtime/domain.ni.obj
debugger.c
CC runtime/dynlink.ni.obj
domain.c
CC runtime/extern.ni.obj
dynlink.c
CC runtime/fail.ni.obj
extern.c
CC runtime/fiber.ni.obj
fail.c
CC runtime/finalise.ni.obj
fiber.c
CC runtime/floats.ni.obj
finalise.c
CC runtime/gc_ctrl.ni.obj
floats.c
CC runtime/gc_stats.ni.obj
gc_ctrl.c
CC runtime/globroots.ni.obj
gc_stats.c
CC runtime/hash.ni.obj
globroots.c
CC runtime/intern.ni.obj
hash.c
CC runtime/ints.ni.obj
intern.c
CC runtime/io.ni.obj
ints.c
CC runtime/lexing.ni.obj
io.c
CC runtime/lf_skiplist.ni.obj
lexing.c
CC runtime/main.ni.obj
lf_skiplist.c
CC runtime/major_gc.ni.obj
main.c
CC runtime/md5.ni.obj
major_gc.c
CC runtime/memory.ni.obj
md5.c
CC runtime/memprof.ni.obj
memory.c
CC runtime/meta.ni.obj
memprof.c
CC runtime/minor_gc.ni.obj
meta.c
CC runtime/misc.ni.obj
minor_gc.c
CC runtime/obj.ni.obj
misc.c
CC runtime/parsing.ni.obj
obj.c
CC runtime/platform.ni.obj
parsing.c
CC runtime/printexc.ni.obj
platform.c
CC runtime/prng.ni.obj
printexc.c
CC runtime/roots.ni.obj
prng.c
CC runtime/runtime_events.ni.obj
roots.c
CC runtime/shared_heap.ni.obj
runtime_events.c
CC runtime/signals.ni.obj
shared_heap.c
CC runtime/skiplist.ni.obj
signals.c
CC runtime/startup_aux.ni.obj
skiplist.c
CC runtime/str.ni.obj
startup_aux.c
CC runtime/sync.ni.obj
str.c
CC runtime/sys.ni.obj
sync.c
CC runtime/win32.ni.obj
sys.c
CC runtime/weak.ni.obj
win32.c
CC runtime/backtrace_nat.ni.obj
weak.c
CC runtime/clambda_checks.ni.obj
backtrace_nat.c
CC runtime/dynlink_nat.ni.obj
clambda_checks.c
CC runtime/fail_nat.ni.obj
dynlink_nat.c
CC runtime/frame_descriptors.ni.obj
fail_nat.c
CC runtime/startup_nat.ni.obj
frame_descriptors.c
CC runtime/signals_nat.ni.obj
startup_nat.c
ASM runtime/amd64nt.i.obj
signals_nat.c
ASM runtime/amd64nt.obj
Assembling: runtime/amd64nt.asm
MKLIB runtime/libcomprmarsh.lib
Assembling: runtime/amd64nt.asm
MKLIB runtime/libasmrund.lib
MKLIB runtime/libasmruni.lib
MKLIB runtime/libasmrun.lib
cd stdlib; ln -sf ../runtime/libasmrun.lib .
make ocamlopt
make[3]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
OCAMLC asmcomp/x86_ast.cmi
OCAMLC asmcomp/cmm.cmi
OCAMLC asmcomp/coloring.cmi
OCAMLC asmcomp/asmlink.cmi
OCAMLC asmcomp/asmlibrarian.cmi
OCAMLC asmcomp/asmpackager.cmi
OCAMLC driver/opterrors.cmi
OCAMLC driver/optcompile.cmi
OCAMLC driver/optmaindriver.cmi
OCAMLC asmcomp/cmm.cmo
OCAMLLEX tools/cvt_emit.ml
OCAMLC tools/cvt_emit.cmi
OCAMLC asmcomp/asmlibrarian.cmo
OCAMLC driver/opterrors.cmo
OCAMLC driver/optmain.cmi
OCAMLC asmcomp/x86_proc.cmi
OCAMLC asmcomp/x86_dsl.cmi
OCAMLC asmcomp/x86_gas.cmi
OCAMLC asmcomp/x86_masm.cmi
OCAMLC asmcomp/arch.cmi
OCAMLC asmcomp/printcmm.cmi
OCAMLC asmcomp/reg.cmi
OCAMLC asmcomp/strmatch.cmi
OCAMLC asmcomp/cmmgen_state.cmi
OCAMLC asmcomp/afl_instrument.cmi
OCAMLC asmcomp/thread_sanitizer.cmi
OCAMLC asmcomp/cmmgen.cmi
OCAMLC asmcomp/cmm_invariants.cmi
OCAMLC asmcomp/x86_proc.cmo
OCAMLC asmcomp/x86_dsl.cmo
OCAMLC asmcomp/x86_gas.cmo
OCAMLC asmcomp/x86_masm.cmo
OCAMLC asmcomp/arch.cmo
OCAMLC asmcomp/printcmm.cmo
OCAMLC asmcomp/reg.cmo
OCAMLC asmcomp/strmatch.cmo
OCAMLC asmcomp/cmmgen_state.cmo
OCAMLC asmcomp/afl_instrument.cmo
OCAMLC asmcomp/cmm_invariants.cmo
OCAMLC tools/cvt_emit.cmo
OCAMLC driver/optmain.cmo
OCAMLC asmcomp/mach.cmi
OCAMLC asmcomp/cmm_helpers.cmi
LINKC tools/cvt_emit.exe
OCAMLC asmcomp/proc.cmi
OCAMLC asmcomp/interval.cmi
OCAMLC asmcomp/dataflow.cmi
OCAMLC asmcomp/polling.cmi
OCAMLC asmcomp/selectgen.cmi
OCAMLC asmcomp/selection.cmi
OCAMLC asmcomp/comballoc.cmi
OCAMLC asmcomp/CSEgen.cmi
OCAMLC asmcomp/CSE.cmi
OCAMLC asmcomp/liveness.cmi
OCAMLC asmcomp/spill.cmi
OCAMLC asmcomp/split.cmi
OCAMLC asmcomp/interf.cmi
OCAMLC asmcomp/linscan.cmi
OCAMLC asmcomp/reloadgen.cmi
OCAMLC asmcomp/reload.cmi
OCAMLC asmcomp/deadcode.cmi
OCAMLC asmcomp/stackframegen.cmi
OCAMLC asmcomp/linear.cmi
OCAMLC asmcomp/mach.cmo
OCAMLC asmcomp/proc.cmo
OCAMLC asmcomp/cmm_helpers.cmo
OCAMLC asmcomp/thread_sanitizer.cmo
OCAMLC asmcomp/cmmgen.cmo
OCAMLC asmcomp/interval.cmo
OCAMLC asmcomp/dataflow.cmo
OCAMLC asmcomp/polling.cmo
OCAMLC asmcomp/selectgen.cmo
OCAMLC asmcomp/selection.cmo
OCAMLC asmcomp/comballoc.cmo
OCAMLC asmcomp/CSEgen.cmo
OCAMLC asmcomp/CSE.cmo
OCAMLC asmcomp/spill.cmo
OCAMLC asmcomp/split.cmo
OCAMLC asmcomp/interf.cmo
OCAMLC asmcomp/coloring.cmo
OCAMLC asmcomp/linscan.cmo
OCAMLC asmcomp/reloadgen.cmo
OCAMLC asmcomp/reload.cmo
OCAMLC asmcomp/deadcode.cmo
OCAMLC asmcomp/stackframegen.cmo
OCAMLC asmcomp/linear.cmo
GEN asmcomp/emit.ml
OCAMLC driver/optmaindriver.cmo
OCAMLC asmcomp/printmach.cmi
OCAMLC asmcomp/stackframe.cmi
OCAMLC asmcomp/printlinear.cmi
OCAMLC asmcomp/linearize.cmi
OCAMLC file_formats/linear_format.cmi
OCAMLC asmcomp/schedgen.cmi
OCAMLC asmcomp/scheduling.cmi
OCAMLC asmcomp/branch_relaxation_intf.cmi
OCAMLC asmcomp/emitenv.cmi
OCAMLC asmcomp/emit.cmi
OCAMLC asmcomp/printmach.cmo
OCAMLC asmcomp/liveness.cmo
OCAMLC asmcomp/stackframe.cmo
OCAMLC asmcomp/printlinear.cmo
OCAMLC asmcomp/linearize.cmo
OCAMLC file_formats/linear_format.cmo
OCAMLC asmcomp/schedgen.cmo
OCAMLC asmcomp/scheduling.cmo
OCAMLC asmcomp/branch_relaxation.cmi
OCAMLC asmcomp/emitaux.cmi
OCAMLC asmcomp/branch_relaxation.cmo
OCAMLC asmcomp/asmgen.cmi
OCAMLC asmcomp/emitaux.cmo
OCAMLC asmcomp/emit.cmo
OCAMLC asmcomp/asmgen.cmo
OCAMLC asmcomp/asmlink.cmo
OCAMLC asmcomp/asmpackager.cmo
OCAMLC driver/optcompile.cmo
LINKC compilerlibs/ocamloptcomp.cma
LINKC ocamlopt.exe
make[3]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make libraryopt
make[3]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make -C stdlib allopt
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/stdlib'
OCAMLOPT camlinternalFormatBasics.cmx
OCAMLOPT stdlib.cmx
OCAMLOPT stdlib__Either.cmx
OCAMLOPT stdlib__Sys.cmx
OCAMLOPT stdlib__Atomic.cmx
OCAMLOPT stdlib__Pair.cmx
OCAMLOPT stdlib__Bool.cmx
OCAMLOPT stdlib__Char.cmx
OCAMLOPT stdlib__Int.cmx
OCAMLOPT stdlib__Unit.cmx
OCAMLOPT stdlib__Int64.cmx
OCAMLOPT stdlib__Nativeint.cmx
OCAMLOPT stdlib__Repr.cmx
OCAMLOPT stdlib__Mutex.cmx
OCAMLOPT std_exit.cmx
OCAMLOPT stdlib__Int32.cmx
OCAMLOPT stdlib__Uchar.cmx
OCAMLOPT stdlib__Condition.cmx
OCAMLOPT stdlib__Obj.cmx
OCAMLOPT stdlib__Semaphore.cmx
OCAMLOPT stdlib__Type.cmx
OCAMLOPT camlinternalLazy.cmx
OCAMLOPT stdlib__Callback.cmx
OCAMLOPT stdlib__Lazy.cmx
OCAMLOPT stdlib__Seq.cmx
OCAMLOPT stdlib__Option.cmx
OCAMLOPT stdlib__Result.cmx
OCAMLOPT stdlib__List.cmx
OCAMLOPT stdlib__Array.cmx
OCAMLOPT stdlib__Bytes.cmx
OCAMLOPT stdlib__Queue.cmx
OCAMLOPT stdlib__Domain.cmx
OCAMLOPT stdlib__ArrayLabels.cmx
OCAMLOPT stdlib__ListLabels.cmx
OCAMLOPT stdlib__Iarray.cmx
OCAMLOPT stdlib__Float.cmx
OCAMLOPT stdlib__Lexing.cmx
OCAMLOPT stdlib__Set.cmx
OCAMLOPT stdlib__Map.cmx
OCAMLOPT stdlib__Stack.cmx
OCAMLOPT stdlib__Complex.cmx
OCAMLOPT stdlib__BytesLabels.cmx
OCAMLOPT stdlib__String.cmx
OCAMLOPT stdlib__Marshal.cmx
OCAMLOPT stdlib__Parsing.cmx
OCAMLOPT stdlib__Bigarray.cmx
OCAMLOPT stdlib__Buffer.cmx
OCAMLOPT camlinternalOO.cmx
OCAMLOPT stdlib__StringLabels.cmx
OCAMLOPT camlinternalFormat.cmx
OCAMLOPT stdlib__StdLabels.cmx
OCAMLOPT stdlib__Oo.cmx
OCAMLOPT camlinternalMod.cmx
OCAMLOPT stdlib__Printf.cmx
OCAMLOPT stdlib__Format.cmx
OCAMLOPT stdlib__Arg.cmx
OCAMLOPT stdlib__Printexc.cmx
OCAMLOPT stdlib__Scanf.cmx
OCAMLOPT stdlib__Dynarray.cmx
OCAMLOPT stdlib__Effect.cmx
OCAMLOPT stdlib__Fun.cmx
OCAMLOPT stdlib__Pqueue.cmx
OCAMLOPT stdlib__Gc.cmx
OCAMLOPT stdlib__In_channel.cmx
OCAMLOPT stdlib__Out_channel.cmx
OCAMLOPT stdlib__Digest.cmx
OCAMLOPT stdlib__Random.cmx
OCAMLOPT stdlib__Hashtbl.cmx
OCAMLOPT stdlib__Filename.cmx
OCAMLOPT stdlib__Weak.cmx
OCAMLOPT stdlib__Ephemeron.cmx
OCAMLOPT stdlib__MoreLabels.cmx
LINKOPT stdlib.cmxa
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/stdlib'
make[3]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make[2]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make flexlink.opt.exe
make[2]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
mkdir -p opt/bin
rm -f flexdll/flexlink.exe
make -C flexdll MSVCC_ROOT= MSVCC=cl MSVCC64=cl MSVC_DETECT=0 OCAML_CONFIG_FILE=../Makefile.config CHAINS=msvc64 ROOTDIR=.. \
OCAMLOPT='../runtime/ocamlrun.exe ../ocamlopt.exe -nostdlib -I ../stdlib ' flexlink.exe
make[3]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/flexdll'
Building flexlink.exe with TOOLCHAIN=msvc for OCaml 5.4.0
rm -f flexlink.exe
../runtime/ocamlrun.exe ../ocamlopt.exe -nostdlib -I ../stdlib -o flexlink.exe -cclib "-link version.res" version.ml Compat.ml coff.ml cmdline.ml create_dll.ml reloc.ml
make[3]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/flexdll'
cp flexdll/flexlink.exe flexlink.opt.exe
rm -f opt/bin/flexlink.exe
cd opt/bin; ln -sf ../../flexlink.opt.exe flexlink.exe
make[2]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make ocamlc.opt
make[2]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
OCAMLOPT utils/config.cmx
OCAMLOPT utils/build_path_prefix_map.cmx
OCAMLOPT utils/format_doc.cmx
OCAMLOPT utils/arg_helper.cmx
OCAMLOPT utils/local_store.cmx
OCAMLOPT utils/terminfo.cmx
OCAMLOPT utils/int_replace_polymorphic_compare.cmx
OCAMLOPT utils/domainstate.cmx
OCAMLOPT utils/binutils.cmx
OCAMLOPT utils/lazy_backtrack.cmx
OCAMLOPT utils/compression.cmx
OCAMLOPT parsing/camlinternalMenhirLib.cmx
OCAMLOPT lambda/switch.cmx
OCAMLOPT lambda/runtimedef.cmx
OCAMLOPT bytecomp/opcodes.cmx
OCAMLOPT bytecomp/bytesections.cmx
cd stdlib; ln -sf ../runtime/libcomprmarsh.lib .
OCAMLOPT utils/misc.cmx
OCAMLOPT utils/identifiable.cmx
OCAMLOPT utils/load_path.cmx
OCAMLOPT utils/profile.cmx
OCAMLOPT utils/warnings.cmx
OCAMLOPT utils/consistbl.cmx
OCAMLOPT utils/linkdeps.cmx
OCAMLOPT utils/targetint.cmx
OCAMLOPT utils/diffing.cmx
OCAMLOPT bytecomp/dll.cmx
OCAMLOPT utils/numbers.cmx
OCAMLOPT utils/diffing_with_keys.cmx
OCAMLOPT utils/clflags.cmx
OCAMLOPT utils/strongly_connected_components.cmx
OCAMLOPT utils/ccomp.cmx
OCAMLOPT parsing/location.cmx
OCAMLOPT typing/ident.cmx
OCAMLOPT parsing/unit_info.cmx
OCAMLOPT parsing/asttypes.cmx
OCAMLOPT parsing/longident.cmx
OCAMLOPT parsing/docstrings.cmx
OCAMLOPT parsing/syntaxerr.cmx
OCAMLOPT parsing/ast_iterator.cmx
OCAMLOPT lambda/debuginfo.cmx
OCAMLOPT driver/compenv.cmx
OCAMLOPT driver/errors.cmx
OCAMLOPT parsing/ast_helper.cmx
OCAMLOPT driver/main_args.cmx
OCAMLOPT parsing/builtin_attributes.cmx
OCAMLOPT parsing/ast_mapper.cmx
OCAMLOPT parsing/attr_helper.cmx
OCAMLOPT parsing/ast_invariants.cmx
OCAMLOPT parsing/depend.cmx
OCAMLOPT typing/primitive.cmx
OCAMLOPT typing/type_immediacy.cmx
OCAMLOPT parsing/parser.cmx
OCAMLOPT parsing/lexer.cmx
OCAMLOPT parsing/pprintast.cmx
OCAMLOPT typing/path.cmx
OCAMLOPT typing/shape.cmx
OCAMLOPT typing/types.cmx
OCAMLOPT typing/data_types.cmx
OCAMLOPT typing/gprinttyp.cmx
OCAMLOPT typing/btype.cmx
OCAMLOPT file_formats/cmi_format.cmx
OCAMLOPT typing/errortrace.cmx
OCAMLOPT typing/signature_group.cmx
OCAMLOPT parsing/parse.cmx
OCAMLOPT parsing/printast.cmx
OCAMLOPT typing/rawprinttyp.cmx
OCAMLOPT typing/oprint.cmx
OCAMLOPT typing/subst.cmx
OCAMLOPT typing/predef.cmx
OCAMLOPT typing/datarepr.cmx
OCAMLOPT typing/persistent_env.cmx
OCAMLOPT driver/pparse.cmx
OCAMLOPT typing/env.cmx
OCAMLOPT driver/makedepend.cmx
OCAMLOPT typing/typedtree.cmx
OCAMLOPT typing/ctype.cmx
OCAMLOPT typing/shape_reduce.cmx
OCAMLOPT typing/untypeast.cmx
OCAMLOPT typing/printpat.cmx
OCAMLOPT typing/typedecl_properties.cmx
OCAMLOPT lambda/lambda.cmx
OCAMLOPT typing/printtyped.cmx
OCAMLOPT typing/tast_iterator.cmx
OCAMLOPT typing/tast_mapper.cmx
OCAMLOPT typing/patterns.cmx
OCAMLOPT typing/typedecl_variance.cmx
OCAMLOPT typing/typedecl_unboxed.cmx
OCAMLOPT typing/typedecl_separability.cmx
OCAMLOPT typing/typeopt.cmx
OCAMLOPT lambda/value_rec_compiler.cmx
OCAMLOPT lambda/translobj.cmx
OCAMLOPT lambda/translattribute.cmx
OCAMLOPT lambda/tmc.cmx
OCAMLOPT bytecomp/instruct.cmx
OCAMLOPT typing/out_type.cmx
OCAMLOPT typing/mtype.cmx
OCAMLOPT file_formats/cmt_format.cmx
OCAMLOPT typing/parmatch.cmx
OCAMLOPT typing/typedecl_immediacy.cmx
OCAMLOPT typing/value_rec_check.cmx
OCAMLOPT lambda/simplif.cmx
OCAMLOPT bytecomp/meta.cmx
OCAMLOPT typing/printtyp.cmx
OCAMLOPT bytecomp/symtable.cmx
OCAMLOPT typing/errortrace_report.cmx
OCAMLOPT typing/envaux.cmx
OCAMLOPT typing/stypes.cmx
OCAMLOPT lambda/printlambda.cmx
OCAMLOPT typing/includeclass.cmx
OCAMLOPT typing/includecore.cmx
OCAMLOPT typing/cmt2annot.cmx
OCAMLOPT typing/typetexp.cmx
OCAMLOPT lambda/matching.cmx
OCAMLOPT bytecomp/printinstr.cmx
OCAMLOPT typing/includemod.cmx
OCAMLOPT typing/typedecl.cmx
OCAMLOPT typing/includemod_errorprinter.cmx
OCAMLOPT lambda/translprim.cmx
OCAMLOPT bytecomp/bytegen.cmx
OCAMLOPT typing/typecore.cmx
OCAMLOPT typing/typeclass.cmx
OCAMLOPT lambda/translcore.cmx
OCAMLOPT lambda/translclass.cmx
OCAMLOPT typing/typemod.cmx
OCAMLOPT lambda/translmod.cmx
OCAMLOPT bytecomp/emitcode.cmx
OCAMLOPT bytecomp/bytelink.cmx
OCAMLOPT driver/compmisc.cmx
OCAMLOPT driver/compile_common.cmx
OCAMLOPT bytecomp/bytelibrarian.cmx
OCAMLOPT bytecomp/bytepackager.cmx
OCAMLOPT driver/compile.cmx
LINKOPT compilerlibs/ocamlcommon.cmxa
OCAMLOPT driver/maindriver.cmx
LINKOPT compilerlibs/ocamlbytecomp.cmxa
OCAMLOPT driver/main.cmx
LINKOPT ocamlc.opt.exe
make[2]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make otherlibraries ocamldebug ocamldoc \
ocamltest
make[2]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make lex-all
make[3]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
OCAMLC otherlibs/dynlink/dynlink_config.cmi
OCAMLC otherlibs/dynlink/dynlink_types.cmi
OCAMLC otherlibs/dynlink/dynlink_cmo_format.cmi
OCAMLC otherlibs/dynlink/dynlink.cmi
make[3]: Nothing to be done for 'lex-all'.
make[3]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
OCAMLC otherlibs/dynlink/dynlink_config.cmo
OCAMLC otherlibs/dynlink/dynlink_types.cmo
OCAMLC debugger/int64ops.cmi
OCAMLC otherlibs/unix/unix.cmi
OCAMLC debugger/debugger_config.cmi
OCAMLC debugger/parameters.cmi
OCAMLLEX debugger/debugger_lexer.ml
OCAMLYACC debugger/debugger_parser.mli
OCAMLC debugger/question.cmi
OCAMLC debugger/exec.cmi
OCAMLC debugger/source.cmi
OCAMLC debugger/events.cmi
OCAMLC debugger/history.cmi
OCAMLC debugger/show_source.cmi
OCAMLC debugger/program_management.cmi
OCAMLC debugger/frames.cmi
OCAMLC debugger/show_information.cmi
OCAMLC debugger/loadprinter.cmi
OCAMLC debugger/command_line.cmi
OCAMLC debugger/main.cmi
OCAMLC debugger/ocamldebug_entry.cmi
OCAMLC ocamldoc/odoc_config.cmi
OCAMLC ocamldoc/odoc_messages.cmi
OCAMLC ocamldoc/odoc_types.cmi
OCAMLYACC ocamldoc/odoc_text_parser.mli
OCAMLC ocamldoc/odoc_name.cmi
OCAMLC ocamldoc/odoc_parameter.cmi
OCAMLC ocamldoc/odoc_print.cmi
OCAMLC ocamldoc/odoc_comments_global.cmi
OCAMLYACC ocamldoc/odoc_parser.mli
OCAMLC ocamldoc/odoc_env.cmi
OCAMLC otherlibs/str/str.cmi
OCAMLC ocamldoc/odoc_config.cmo
OCAMLC ocamldoc/odoc_types.cmo
OCAMLLEX ocamldoc/odoc_text_lexer.ml
OCAMLC ocamldoc/odoc_parameter.cmo
OCAMLC ocamldoc/odoc_print.cmo
OCAMLC ocamldoc/odoc_comments_global.cmo
OCAMLLEX ocamldoc/odoc_lexer.ml
OCAMLLEX ocamldoc/odoc_see_lexer.ml
OCAMLC ocamldoc/odoc_env.cmo
OCAMLC ocamldoc/odoc_ocamlhtml.cmi
OCAMLLEX ocamldoc/odoc_ocamlhtml.ml
OCAMLC ocamldoc/odoc_latex_style.cmi
OCAMLC ocamldoc/odoc.cmi
OCAMLC ocamldoc/odoc_test.cmi
CC ocamltest/run_win32.b.obj
CC ocamltest/run_stubs.b.obj
OCAMLC ocamltest/ocamltest_config.cmi
run_stubs.c
run_win32.c
OCAMLC ocamltest/ocamltest_unix.cmi
OCAMLC ocamltest/run_command.cmi
OCAMLC ocamltest/filecompare.cmi
OCAMLC ocamltest/variables.cmi
OCAMLC ocamltest/result.cmi
OCAMLC ocamltest/strace.cmi
OCAMLC ocamltest/tsl_ast.cmi
OCAMLYACC ocamltest/tsl_parser.mli
OCAMLLEX ocamltest/tsl_lexer.ml
OCAMLC ocamltest/builtin_variables.cmi
OCAMLC ocamltest/translate.cmi
OCAMLC ocamltest/ocaml_backends.cmi
OCAMLC ocamltest/ocaml_variables.cmi
OCAMLC ocamltest/ocaml_directories.cmi
OCAMLC ocamltest/ocaml_files.cmi
OCAMLC ocamltest/ocaml_commands.cmi
OCAMLC ocamltest/debugger_flags.cmi
OCAMLC ocamltest/debugger_variables.cmi
OCAMLC ocamltest/options.cmi
OCAMLC ocamltest/main.cmi
OCAMLC testsuite/lib/lib.cmi
OCAMLC testsuite/lib/testing.cmi
OCAMLC testsuite/tools/expect.cmi
make tools-all
OCAMLC otherlibs/dynlink/dynlink_platform_intf.cmi
make[3]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
OCAMLC otherlibs/dynlink/byte/dynlink_symtable.cmi
cp otherlibs/dynlink/dynlink.cmi otherlibs/dynlink/dynlink.mli otherlibs/dynlink/byte/
OCAMLC otherlibs/dynlink/dynlink_platform_intf.cmo
OCAMLC otherlibs/dynlink/byte/dynlink_symtable.cmo
OCAMLC debugger/int64ops.cmo
OCAMLC debugger/primitives.cmi
OCAMLC debugger/unix_tools.cmi
make[3]: Nothing to be done for 'tools-all'.
make[3]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
OCAMLC debugger/debugger_config.cmo
OCAMLC debugger/parameters.cmo
OCAMLC debugger/debugcom.cmi
OCAMLC debugger/input_handling.cmi
OCAMLC debugger/exec.cmo
OCAMLC debugger/source.cmo
OCAMLC debugger/pos.cmi
OCAMLC debugger/checkpoints.cmi
OCAMLC debugger/events.cmo
OCAMLC debugger/program_loading.cmi
OCAMLC debugger/symbols.cmi
OCAMLC debugger/breakpoints.cmi
OCAMLC debugger/trap_barrier.cmi
OCAMLC debugger/history.cmo
OCAMLC debugger/show_source.cmo
OCAMLC debugger/time_travel.cmi
OCAMLC debugger/frames.cmo
OCAMLC ocamldoc/odoc_global.cmi
OCAMLC ocamldoc/odoc_misc.cmi
OCAMLC ocamldoc/odoc_text_parser.cmi
OCAMLC ocamldoc/odoc_text.cmi
OCAMLC ocamldoc/odoc_value.cmi
OCAMLC ocamldoc/odoc_type.cmi
OCAMLC ocamldoc/odoc_parser.cmi
OCAMLC ocamldoc/odoc_messages.cmo
OCAMLC ocamldoc/odoc_global.cmo
OCAMLC ocamldoc/odoc_misc.cmo
OCAMLC ocamldoc/odoc_text_parser.cmo
OCAMLC ocamldoc/odoc_name.cmo
OCAMLC ocamldoc/odoc_value.cmo
OCAMLC ocamldoc/odoc_type.cmo
OCAMLC ocamldoc/odoc_parser.cmo
OCAMLC ocamldoc/odoc_ocamlhtml.cmo
OCAMLC ocamldoc/odoc_latex_style.cmo
OCAMLC ocamltest/ocamltest_config.cmo
OCAMLC ocamltest/ocamltest_unix.cmo
OCAMLC ocamltest/ocamltest_stdlib.cmi
OCAMLC ocamltest/variables.cmo
OCAMLC ocamltest/environments.cmi
OCAMLC ocamltest/result.cmo
OCAMLC ocamltest/strace.cmo
OCAMLC ocamltest/tsl_ast.cmo
OCAMLC ocamltest/tsl_parser.cmi
OCAMLC ocamltest/modifier_parser.cmi
OCAMLC ocamltest/builtin_variables.cmo
OCAMLC ocamltest/ocaml_backends.cmo
OCAMLC ocamltest/ocaml_filetypes.cmi
OCAMLC ocamltest/ocaml_variables.cmo
OCAMLC ocamltest/ocaml_modifiers.cmi
OCAMLC ocamltest/ocaml_directories.cmo
OCAMLC ocamltest/ocaml_files.cmo
OCAMLC ocamltest/ocaml_flags.cmi
OCAMLC ocamltest/ocaml_commands.cmo
OCAMLC ocamltest/ocaml_tools.cmi
OCAMLC ocamltest/debugger_flags.cmo
OCAMLC ocamltest/debugger_variables.cmo
OCAMLC testsuite/lib/lib.cmo
OCAMLC testsuite/lib/testing.cmo
OCAMLC testsuite/tools/expect.cmo
OCAMLC otherlibs/dynlink/dynlink_common.cmi
OCAMLC debugger/primitives.cmo
OCAMLC debugger/unix_tools.cmo
OCAMLC debugger/parser_aux.cmi
OCAMLC debugger/input_handling.cmo
OCAMLC debugger/debugcom.cmo
OCAMLC debugger/pos.cmo
OCAMLC debugger/checkpoints.cmo
OCAMLC debugger/program_loading.cmo
OCAMLC debugger/symbols.cmo
OCAMLC debugger/breakpoints.cmo
OCAMLC debugger/trap_barrier.cmo
OCAMLC debugger/printval.cmi
OCAMLC debugger/time_travel.cmo
OCAMLC debugger/program_management.cmo
OCAMLC debugger/eval.cmi
OCAMLC debugger/show_information.cmo
OCAMLC debugger/loadprinter.cmo
OCAMLC debugger/main.cmo
OCAMLC ocamldoc/odoc_text_lexer.cmi
OCAMLC ocamldoc/odoc_extension.cmi
OCAMLC ocamldoc/odoc_exception.cmi
OCAMLC ocamldoc/odoc_class.cmi
OCAMLC ocamldoc/odoc_lexer.cmi
OCAMLC ocamldoc/odoc_see_lexer.cmi
OCAMLC ocamldoc/odoc_text_lexer.cmo
OCAMLC ocamldoc/odoc_text.cmo
OCAMLC ocamldoc/odoc_extension.cmo
OCAMLC ocamldoc/odoc_exception.cmo
OCAMLC ocamldoc/odoc_class.cmo
OCAMLC ocamldoc/odoc_lexer.cmo
OCAMLC ocamldoc/odoc_see_lexer.cmo
OCAMLC ocamltest/ocamltest_stdlib.cmo
OCAMLC ocamltest/run_command.cmo
OCAMLC ocamltest/filecompare.cmo
OCAMLC ocamltest/environments.cmo
OCAMLC ocamltest/actions.cmi
OCAMLC ocamltest/tsl_parser.cmo
OCAMLC ocamltest/tsl_lexer.cmi
OCAMLC ocamltest/actions_helpers.cmi
OCAMLC ocamltest/builtin_actions.cmi
OCAMLC ocamltest/ocaml_filetypes.cmo
OCAMLC ocamltest/ocaml_modifiers.cmo
OCAMLC ocamltest/ocaml_flags.cmo
OCAMLC ocamltest/ocaml_tools.cmo
OCAMLC ocamltest/ocaml_compilers.cmi
OCAMLC ocamltest/ocaml_actions.cmi
OCAMLC ocamltest/debugger_actions.cmi
LINKC testsuite/lib/testing.cma
LINKC testsuite/tools/expect.exe
OCAMLC otherlibs/dynlink/dynlink_common.cmo
OCAMLC otherlibs/dynlink/byte/dynlink.cmo
OCAMLC debugger/debugger_parser.cmi
OCAMLC debugger/printval.cmo
OCAMLC debugger/eval.cmo
OCAMLC debugger/debugger_parser.cmo
OCAMLC ocamldoc/odoc_module.cmi
OCAMLC ocamldoc/odoc_str.cmi
OCAMLC ocamltest/actions.cmo
OCAMLC ocamltest/tests.cmi
OCAMLC ocamltest/tsl_lexer.cmo
OCAMLC ocamltest/modifier_parser.cmo
OCAMLC ocamltest/tsl_semantics.cmi
OCAMLC ocamltest/actions_helpers.cmo
OCAMLC ocamltest/builtin_actions.cmo
OCAMLC ocamltest/translate.cmo
OCAMLC ocamltest/ocaml_compilers.cmo
OCAMLC ocamltest/ocaml_toplevels.cmi
OCAMLC ocamltest/ocaml_tests.cmi
OCAMLC ocamltest/debugger_actions.cmo
OCAMLC ocamltest/options.cmo
OCAMLC ocamltest/main.cmo
LINKC otherlibs/dynlink/dynlink.cma
OCAMLC debugger/debugger_lexer.cmi
OCAMLC ocamldoc/odoc_merge.cmi
OCAMLC ocamldoc/odoc_sig.cmi
OCAMLC ocamldoc/odoc_search.cmi
OCAMLC ocamldoc/odoc_scan.cmi
OCAMLC ocamldoc/odoc_cross.cmi
OCAMLC ocamldoc/odoc_comments.cmi
OCAMLC ocamldoc/odoc_dep.cmi
OCAMLC ocamldoc/odoc_analyse.cmi
OCAMLC ocamldoc/odoc_info.cmi
OCAMLC ocamldoc/odoc_module.cmo
OCAMLC ocamldoc/odoc_str.cmo
OCAMLC ocamldoc/odoc_merge.cmo
OCAMLC ocamldoc/odoc_sig.cmo
OCAMLC ocamldoc/odoc_search.cmo
OCAMLC ocamldoc/odoc_scan.cmo
OCAMLC ocamldoc/odoc_cross.cmo
OCAMLC ocamldoc/odoc_comments.cmo
OCAMLC ocamldoc/odoc_dep.cmo
OCAMLC ocamldoc/odoc_info.cmo
OCAMLC ocamldoc/odoc_dag2html.cmi
OCAMLC ocamldoc/odoc_to_text.cmi
OCAMLC ocamldoc/odoc_man.cmi
OCAMLC ocamldoc/odoc_latex.cmi
OCAMLC ocamldoc/odoc_texi.cmi
OCAMLC ocamldoc/odoc_dot.cmi
OCAMLC ocamltest/tests.cmo
OCAMLC ocamltest/tsl_semantics.cmo
OCAMLC ocamltest/ocaml_toplevels.cmo
OCAMLC ocamltest/ocaml_actions.cmo
OCAMLC ocamltest/ocaml_tests.cmo
make -C otherlibs all
OCAMLC debugger/debugger_lexer.cmo
make[3]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs'
OCAMLC debugger/question.cmo
for lib in runtime_events unix str systhreads; do (make -C $lib all) || exit $?; done
OCAMLC debugger/command_line.cmo
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/runtime_events'
OCAMLC ocamldoc/odoc_ast.cmi
OCAMLC ocamldoc/odoc_dag2html.cmo
mkdir -p .dep
OCAMLC ocamldoc/odoc_to_text.cmo
CCDEPS .dep/runtime_events_consumer.d
OCAMLC ocamldoc/odoc_html.cmi
OCAMLC ocamldoc/odoc_man.cmo
OCAMLC ocamldoc/odoc_latex.cmo
OCAMLC ocamldoc/odoc_texi.cmo
OCAMLC ocamldoc/odoc_dot.cmo
OCAMLC ocamldoc/odoc_gen.cmi
OCAMLC debugger/ocamldebug.cmo
OCAMLC ocamldoc/odoc_ast.cmo
OCAMLC ocamldoc/odoc_analyse.cmo
CC runtime_events_consumer.b.obj
CC runtime_events_consumer.n.obj
runtime_events_consumer.c
OCAMLC runtime_events.cmi
runtime_events_consumer.c
OCAMLC runtime_events.cmo
OCAMLMKLIB libcamlruntime_eventsbyt.lib
OCAMLC ocamldoc/odoc_html.cmo
OCAMLMKLIB runtime_events.cma
OCAMLC ocamldoc/odoc_gen.cmo
OCAMLC ocamldoc/odoc_args.cmi
OCAMLC debugger/ocamldebug_entry.cmo
LINKC ocamldoc/odoc_info.cma
OCAMLC ocamldoc/odoc_args.cmo
OCAMLC ocamldoc/odoc.cmo
OCAMLC ocamldoc/odoc_test.cmo
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/runtime_events'
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/unix'
mkdir -p .dep
CCDEPS .dep/access.d
CCDEPS .dep/addrofstr.d
CCDEPS .dep/chdir.d
CCDEPS .dep/chmod.d
CCDEPS .dep/cst2constr.d
CCDEPS .dep/cstringv.d
CCDEPS .dep/execv.d
CCDEPS .dep/execve.d
CCDEPS .dep/execvp.d
CCDEPS .dep/fsync.d
CCDEPS .dep/mkdir.d
CCDEPS .dep/exit.d
CCDEPS .dep/getaddrinfo.d
CCDEPS .dep/getcwd.d
CCDEPS .dep/gethost.d
CCDEPS .dep/gethostname.d
CCDEPS .dep/getnameinfo.d
CCDEPS .dep/getproto.d
CCDEPS .dep/getserv.d
CCDEPS .dep/gmtime.d
CCDEPS .dep/mmap_ba.d
CCDEPS .dep/putenv.d
CCDEPS .dep/rmdir.d
CCDEPS .dep/socketaddr.d
CCDEPS .dep/strofaddr.d
CCDEPS .dep/time.d
CCDEPS .dep/unlink.d
CCDEPS .dep/accept_win32.d
CCDEPS .dep/bind_win32.d
CCDEPS .dep/channels_win32.d
CCDEPS .dep/close_win32.d
CCDEPS .dep/connect_win32.d
CCDEPS .dep/dup_win32.d
CCDEPS .dep/envir_win32.d
CCDEPS .dep/errmsg_win32.d
CCDEPS .dep/getpeername_win32.d
CCDEPS .dep/getpid_win32.d
CCDEPS .dep/getsockname_win32.d
CCDEPS .dep/gettimeofday_win32.d
CCDEPS .dep/isatty_win32.d
CCDEPS .dep/link_win32.d
CCDEPS .dep/listen_win32.d
CCDEPS .dep/lockf_win32.d
CCDEPS .dep/lseek_win32.d
CCDEPS .dep/mmap_win32.d
CCDEPS .dep/open_win32.d
CCDEPS .dep/pipe_win32.d
CCDEPS .dep/read_win32.d
CCDEPS .dep/readlink_win32.d
CCDEPS .dep/realpath_win32.d
CCDEPS .dep/rename_win32.d
CCDEPS .dep/select_win32.d
CCDEPS .dep/sendrecv_win32.d
CCDEPS .dep/shutdown_win32.d
CCDEPS .dep/sleep_win32.d
CCDEPS .dep/socket_win32.d
CCDEPS .dep/socketpair_win32.d
CCDEPS .dep/sockopt_win32.d
CCDEPS .dep/stat_win32.d
CCDEPS .dep/symlink_win32.d
CCDEPS .dep/times_win32.d
CCDEPS .dep/truncate_win32.d
CCDEPS .dep/unixsupport_win32.d
CCDEPS .dep/utimes_win32.d
CCDEPS .dep/write_win32.d
CCDEPS .dep/close_on.d
CCDEPS .dep/createprocess.d
CCDEPS .dep/nonblock.d
CCDEPS .dep/startup.d
CCDEPS .dep/system.d
CCDEPS .dep/windbug.d
CCDEPS .dep/windir.d
CCDEPS .dep/winlist.d
CCDEPS .dep/winwait.d
CCDEPS .dep/winworker.d
CC access.b.obj
CC addrofstr.b.obj
CC chdir.b.obj
addrofstr.c
access.c
CC chmod.b.obj
chdir.c
CC cst2constr.b.obj
chmod.c
CC cstringv.b.obj
cst2constr.c
CC execv.b.obj
cstringv.c
CC execve.b.obj
execv.c
CC execvp.b.obj
execve.c
CC fsync.b.obj
execvp.c
CC mkdir.b.obj
fsync.c
CC exit.b.obj
mkdir.c
CC getaddrinfo.b.obj
exit.c
CC getcwd.b.obj
getaddrinfo.c
CC gethost.b.obj
getcwd.c
CC gethostname.b.obj
gethost.c
CC getnameinfo.b.obj
gethostname.c
CC getproto.b.obj
getnameinfo.c
CC getserv.b.obj
getproto.c
CC gmtime.b.obj
getserv.c
CC mmap_ba.b.obj
gmtime.c
CC putenv.b.obj
mmap_ba.c
CC rmdir.b.obj
putenv.c
CC socketaddr.b.obj
rmdir.c
CC strofaddr.b.obj
socketaddr.c
CC time.b.obj
strofaddr.c
CC unlink.b.obj
time.c
CC accept_win32.b.obj
unlink.c
CC bind_win32.b.obj
accept_win32.c
CC channels_win32.b.obj
bind_win32.c
CC close_win32.b.obj
channels_win32.c
CC connect_win32.b.obj
close_win32.c
CC dup_win32.b.obj
connect_win32.c
CC envir_win32.b.obj
dup_win32.c
CC errmsg_win32.b.obj
envir_win32.c
CC getpeername_win32.b.obj
errmsg_win32.c
CC getpid_win32.b.obj
getpeername_win32.c
CC getsockname_win32.b.obj
getpid_win32.c
CC gettimeofday_win32.b.obj
getsockname_win32.c
CC isatty_win32.b.obj
gettimeofday_win32.c
CC link_win32.b.obj
isatty_win32.c
CC listen_win32.b.obj
link_win32.c
CC lockf_win32.b.obj
listen_win32.c
CC lseek_win32.b.obj
lockf_win32.c
CC mmap_win32.b.obj
lseek_win32.c
CC open_win32.b.obj
mmap_win32.c
CC pipe_win32.b.obj
open_win32.c
CC read_win32.b.obj
pipe_win32.c
CC readlink_win32.b.obj
read_win32.c
CC realpath_win32.b.obj
readlink_win32.c
CC rename_win32.b.obj
realpath_win32.c
CC select_win32.b.obj
rename_win32.c
CC sendrecv_win32.b.obj
select_win32.c
CC shutdown_win32.b.obj
sendrecv_win32.c
CC sleep_win32.b.obj
shutdown_win32.c
CC socket_win32.b.obj
sleep_win32.c
CC socketpair_win32.b.obj
socket_win32.c
CC sockopt_win32.b.obj
socketpair_win32.c
CC stat_win32.b.obj
sockopt_win32.c
CC symlink_win32.b.obj
stat_win32.c
CC times_win32.b.obj
symlink_win32.c
CC truncate_win32.b.obj
times_win32.c
CC unixsupport_win32.b.obj
truncate_win32.c
CC utimes_win32.b.obj
unixsupport_win32.c
CC write_win32.b.obj
utimes_win32.c
CC close_on.b.obj
write_win32.c
CC createprocess.b.obj
close_on.c
CC nonblock.b.obj
createprocess.c
CC startup.b.obj
nonblock.c
CC system.b.obj
startup.c
CC windbug.b.obj
system.c
CC windir.b.obj
windbug.c
CC winlist.b.obj
windir.c
CC winwait.b.obj
winlist.c
CC winworker.b.obj
winwait.c
CC access.n.obj
winworker.c
CC addrofstr.n.obj
access.c
CC chdir.n.obj
addrofstr.c
CC chmod.n.obj
chdir.c
CC cst2constr.n.obj
chmod.c
CC cstringv.n.obj
cst2constr.c
CC execv.n.obj
cstringv.c
CC execve.n.obj
execv.c
CC execvp.n.obj
execve.c
CC fsync.n.obj
execvp.c
CC mkdir.n.obj
fsync.c
CC exit.n.obj
mkdir.c
CC getaddrinfo.n.obj
exit.c
CC getcwd.n.obj
getaddrinfo.c
CC gethost.n.obj
getcwd.c
CC gethostname.n.obj
gethost.c
CC getnameinfo.n.obj
gethostname.c
CC getproto.n.obj
getnameinfo.c
CC getserv.n.obj
getproto.c
CC gmtime.n.obj
getserv.c
CC mmap_ba.n.obj
gmtime.c
CC putenv.n.obj
mmap_ba.c
CC rmdir.n.obj
putenv.c
CC socketaddr.n.obj
rmdir.c
CC strofaddr.n.obj
socketaddr.c
CC time.n.obj
strofaddr.c
CC unlink.n.obj
time.c
CC accept_win32.n.obj
unlink.c
CC bind_win32.n.obj
accept_win32.c
CC channels_win32.n.obj
bind_win32.c
CC close_win32.n.obj
channels_win32.c
CC connect_win32.n.obj
close_win32.c
CC dup_win32.n.obj
connect_win32.c
CC envir_win32.n.obj
dup_win32.c
CC errmsg_win32.n.obj
envir_win32.c
CC getpeername_win32.n.obj
errmsg_win32.c
CC getpid_win32.n.obj
getpeername_win32.c
CC getsockname_win32.n.obj
getpid_win32.c
CC gettimeofday_win32.n.obj
getsockname_win32.c
CC isatty_win32.n.obj
gettimeofday_win32.c
CC link_win32.n.obj
isatty_win32.c
CC listen_win32.n.obj
link_win32.c
CC lockf_win32.n.obj
listen_win32.c
CC lseek_win32.n.obj
lockf_win32.c
CC mmap_win32.n.obj
lseek_win32.c
CC open_win32.n.obj
mmap_win32.c
CC pipe_win32.n.obj
open_win32.c
CC read_win32.n.obj
pipe_win32.c
CC readlink_win32.n.obj
read_win32.c
CC realpath_win32.n.obj
readlink_win32.c
CC rename_win32.n.obj
realpath_win32.c
CC select_win32.n.obj
rename_win32.c
CC sendrecv_win32.n.obj
select_win32.c
CC shutdown_win32.n.obj
sendrecv_win32.c
CC sleep_win32.n.obj
shutdown_win32.c
CC socket_win32.n.obj
sleep_win32.c
CC socketpair_win32.n.obj
socket_win32.c
CC sockopt_win32.n.obj
socketpair_win32.c
CC stat_win32.n.obj
sockopt_win32.c
CC symlink_win32.n.obj
stat_win32.c
CC times_win32.n.obj
symlink_win32.c
CC truncate_win32.n.obj
times_win32.c
CC unixsupport_win32.n.obj
truncate_win32.c
CC utimes_win32.n.obj
unixsupport_win32.c
CC write_win32.n.obj
utimes_win32.c
CC close_on.n.obj
write_win32.c
CC createprocess.n.obj
close_on.c
CC nonblock.n.obj
createprocess.c
CC startup.n.obj
nonblock.c
CC system.n.obj
startup.c
CC windbug.n.obj
system.c
CC windir.n.obj
windbug.c
CC winlist.n.obj
windir.c
CC winwait.n.obj
winlist.c
CC winworker.n.obj
winwait.c
OCAMLC unix.cmo
winworker.c
OCAMLC unixLabels.cmi
OCAMLMKLIB libunixbyt.lib
OCAMLC unixLabels.cmo
OCAMLMKLIB unix.cma
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/unix'
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/str'
mkdir -p .dep
CCDEPS .dep/strstubs.d
CC strstubs.b.obj
CC strstubs.n.obj
OCAMLC str.cmo
strstubs.c
strstubs.c
OCAMLMKLIB libcamlstrbyt.lib
OCAMLMKLIB str.cma
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/str'
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/systhreads'
mkdir -p .dep
CCDEPS .dep/st_stubs.b.d
CCDEPS .dep/st_stubs.n.d
CC st_stubs.b.obj
CC st_stubs_shared.b.obj
OCAMLC thread.cmi
st_stubs.c
st_stubs.c
OCAMLC event.cmi
OCAMLMKLIB libthreads.lib
OCAMLC event.cmo
OCAMLC thread.cmo
OCAMLMKLIB threads.cma
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/systhreads'
make[3]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs'
LINKC debugger/ocamldebug.exe
LINKC ocamldoc/ocamldoc.exe
LINKC ocamltest/ocamltest.exe
rm ocamltest/tsl_parser.ml ocamltest/tsl_parser.mli ocamltest/tsl_lexer.ml ocamldoc/odoc_parser.mli ocamldoc/odoc_text_parser.ml ocamldoc/odoc_lexer.ml ocamldoc/odoc_text_parser.mli ocamldoc/odoc_ocamlhtml.ml ocamldoc/odoc_see_lexer.ml ocamldoc/odoc_text_lexer.ml ocamldoc/odoc_parser.ml
make[2]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make ocamlopt.opt
make[2]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
OCAMLOPT middle_end/internal_variable_names.cmx
OCAMLOPT middle_end/linkage_name.cmx
OCAMLOPT middle_end/backend_var.cmx
OCAMLOPT middle_end/clambda_primitives.cmx
OCAMLOPT middle_end/flambda/base_types/id_types.cmx
OCAMLOPT middle_end/flambda/base_types/tag.cmx
OCAMLOPT middle_end/flambda/base_types/static_exception.cmx
OCAMLOPT middle_end/flambda/pass_wrapper.cmx
OCAMLOPT middle_end/flambda/allocated_const.cmx
OCAMLOPT asmcomp/arch.cmx
OCAMLOPT asmcomp/cmm.cmx
OCAMLOPT driver/opterrors.cmx
OCAMLOPT middle_end/compilation_unit.cmx
OCAMLOPT middle_end/printclambda_primitives.cmx
OCAMLOPT middle_end/clambda.cmx
OCAMLOPT middle_end/semantics_of_primitives.cmx
OCAMLOPT middle_end/convert_primitives.cmx
OCAMLOPT middle_end/flambda/base_types/export_id.cmx
OCAMLOPT middle_end/flambda/base_types/set_of_closures_id.cmx
OCAMLOPT asmcomp/printcmm.cmx
OCAMLOPT asmcomp/reg.cmx
OCAMLOPT asmcomp/strmatch.cmx
OCAMLOPT asmcomp/afl_instrument.cmx
OCAMLOPT asmcomp/cmm_invariants.cmx
OCAMLOPT middle_end/variable.cmx
OCAMLOPT middle_end/printclambda.cmx
OCAMLOPT middle_end/flambda/base_types/set_of_closures_origin.cmx
OCAMLOPT middle_end/flambda/parameter.cmx
OCAMLOPT asmcomp/mach.cmx
OCAMLOPT middle_end/flambda/base_types/closure_element.cmx
OCAMLOPT middle_end/symbol.cmx
OCAMLOPT middle_end/flambda/base_types/mutable_variable.cmx
OCAMLOPT middle_end/flambda/base_types/var_within_closure.cmx
OCAMLOPT middle_end/flambda/un_anf.cmx
OCAMLOPT asmcomp/dataflow.cmx
OCAMLOPT asmcomp/comballoc.cmx
OCAMLOPT asmcomp/split.cmx
OCAMLOPT asmcomp/reloadgen.cmx
OCAMLOPT asmcomp/deadcode.cmx
OCAMLOPT asmcomp/stackframegen.cmx
OCAMLOPT asmcomp/linear.cmx
OCAMLOPT middle_end/flambda/base_types/closure_id.cmx
OCAMLOPT middle_end/flambda/closure_conversion_aux.cmx
OCAMLOPT asmcomp/polling.cmx
OCAMLOPT asmcomp/reload.cmx
OCAMLOPT asmcomp/stackframe.cmx
OCAMLOPT file_formats/linear_format.cmx
OCAMLOPT asmcomp/branch_relaxation.cmx
OCAMLOPT middle_end/flambda/base_types/closure_origin.cmx
OCAMLOPT middle_end/flambda/projection.cmx
OCAMLOPT asmcomp/linearize.cmx
OCAMLOPT middle_end/flambda/flambda.cmx
OCAMLOPT middle_end/flambda/flambda_iterators.cmx
OCAMLOPT middle_end/flambda/effect_analysis.cmx
OCAMLOPT middle_end/flambda/initialize_symbol_to_let_symbol.cmx
OCAMLOPT middle_end/flambda/alias_analysis.cmx
OCAMLOPT middle_end/flambda/remove_unused_program_constructs.cmx
OCAMLOPT middle_end/flambda/ref_to_variables.cmx
OCAMLOPT middle_end/flambda/flambda_invariants.cmx
OCAMLOPT middle_end/flambda/flambda_utils.cmx
OCAMLOPT middle_end/flambda/inlining_cost.cmx
OCAMLOPT middle_end/flambda/lift_code.cmx
OCAMLOPT middle_end/flambda/lift_let_to_initialize_symbol.cmx
OCAMLOPT middle_end/flambda/find_recursive_functions.cmx
OCAMLOPT middle_end/flambda/invariant_params.cmx
OCAMLOPT middle_end/flambda/inconstant_idents.cmx
OCAMLOPT middle_end/flambda/share_constants.cmx
OCAMLOPT middle_end/flambda/remove_unused_arguments.cmx
OCAMLOPT middle_end/flambda/remove_unused_closure_vars.cmx
OCAMLOPT middle_end/flambda/inlining_stats_types.cmx
OCAMLOPT middle_end/flambda/remove_free_vars_equal_to_args.cmx
OCAMLOPT middle_end/flambda/closure_offsets.cmx
OCAMLOPT middle_end/flambda/freshening.cmx
OCAMLOPT middle_end/flambda/inlining_stats.cmx
OCAMLOPT middle_end/flambda/simple_value_approx.cmx
OCAMLOPT middle_end/flambda/export_info.cmx
OCAMLOPT middle_end/flambda/lift_constants.cmx
OCAMLOPT middle_end/flambda/simplify_common.cmx
OCAMLOPT middle_end/flambda/inline_and_simplify_aux.cmx
OCAMLOPT middle_end/flambda/traverse_for_exported_symbols.cmx
OCAMLOPT middle_end/flambda/export_info_for_pack.cmx
OCAMLOPT middle_end/compilenv.cmx
OCAMLOPT middle_end/flambda/simplify_boxed_integer_ops.cmx
OCAMLOPT middle_end/flambda/extract_projections.cmx
OCAMLOPT middle_end/flambda/augment_specialised_args.cmx
OCAMLOPT middle_end/flambda/inlining_transforms.cmx
OCAMLOPT middle_end/flambda/build_export_info.cmx
OCAMLOPT middle_end/flambda/flambda_to_clambda.cmx
OCAMLOPT asmcomp/x86_proc.cmx
OCAMLOPT asmcomp/cmmgen_state.cmx
OCAMLOPT asmcomp/emitaux.cmx
OCAMLOPT middle_end/closure/closure.cmx
OCAMLOPT middle_end/flambda/import_approx.cmx
OCAMLOPT middle_end/flambda/closure_conversion.cmx
OCAMLOPT middle_end/flambda/simplify_primitives.cmx
OCAMLOPT middle_end/flambda/unbox_free_vars_of_closures.cmx
OCAMLOPT middle_end/flambda/unbox_specialised_args.cmx
OCAMLOPT middle_end/flambda/unbox_closures.cmx
OCAMLOPT middle_end/flambda/inlining_decision.cmx
OCAMLOPT asmcomp/x86_dsl.cmx
OCAMLOPT asmcomp/x86_gas.cmx
OCAMLOPT asmcomp/x86_masm.cmx
OCAMLOPT asmcomp/proc.cmx
OCAMLOPT asmcomp/cmm_helpers.cmx
OCAMLOPT middle_end/closure/closure_middle_end.cmx
OCAMLOPT middle_end/flambda/inline_and_simplify.cmx
OCAMLOPT asmcomp/interval.cmx
OCAMLOPT asmcomp/selectgen.cmx
OCAMLOPT asmcomp/CSEgen.cmx
OCAMLOPT asmcomp/spill.cmx
OCAMLOPT asmcomp/interf.cmx
OCAMLOPT asmcomp/coloring.cmx
OCAMLOPT asmcomp/linscan.cmx
OCAMLOPT asmcomp/schedgen.cmx
OCAMLOPT asmcomp/emit.cmx
OCAMLOPT middle_end/flambda/flambda_middle_end.cmx
OCAMLOPT asmcomp/thread_sanitizer.cmx
OCAMLOPT asmcomp/printmach.cmx
OCAMLOPT asmcomp/selection.cmx
OCAMLOPT asmcomp/CSE.cmx
OCAMLOPT asmcomp/liveness.cmx
OCAMLOPT asmcomp/printlinear.cmx
OCAMLOPT asmcomp/scheduling.cmx
OCAMLOPT asmcomp/cmmgen.cmx
OCAMLOPT asmcomp/asmgen.cmx
OCAMLOPT asmcomp/asmlink.cmx
OCAMLOPT driver/optcompile.cmx
OCAMLOPT asmcomp/asmlibrarian.cmx
OCAMLOPT asmcomp/asmpackager.cmx
OCAMLOPT driver/optmaindriver.cmx
LINKOPT compilerlibs/ocamloptcomp.cmxa
OCAMLOPT driver/optmain.cmx
LINKOPT ocamlopt.opt.exe
make[2]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make otherlibrariesopt
make[2]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
cp otherlibs/dynlink/dynlink.cmi otherlibs/dynlink/dynlink.mli otherlibs/dynlink/native/
OCAMLOPT otherlibs/dynlink/dynlink_config.cmx
OCAMLOPT otherlibs/dynlink/dynlink_types.cmx
OCAMLC otherlibs/dynlink/dynlink_cmxs_format.cmi
OCAMLOPT otherlibs/dynlink/dynlink_platform_intf.cmx
OCAMLOPT otherlibs/dynlink/dynlink_common.cmx
OCAMLOPT otherlibs/dynlink/native/dynlink.cmx
LINKOPT otherlibs/dynlink/dynlink.cmxa
make -C otherlibs allopt
make[3]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs'
for lib in runtime_events unix str systhreads; do (make -C $lib allopt) || exit $?; done
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/runtime_events'
OCAMLMKLIB libcamlruntime_eventsnat.lib
OCAMLOPT runtime_events.cmx
OCAMLMKLIB runtime_events.cmxa
OCAMLOPT runtime_events.cmxs
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/runtime_events'
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/unix'
OCAMLMKLIB libunixnat.lib
OCAMLOPT unix.cmx
OCAMLOPT unixLabels.cmx
OCAMLMKLIB unix.cmxa
OCAMLOPT unix.cmxs
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/unix'
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/str'
OCAMLMKLIB libcamlstrnat.lib
OCAMLOPT str.cmx
OCAMLMKLIB str.cmxa
OCAMLOPT str.cmxs
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/str'
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/systhreads'
CC st_stubs.n.obj
OCAMLOPT thread.cmx
OCAMLOPT event.cmx
st_stubs.c
CC st_stubs_shared.n.obj
LINKOPT threads.cmxa
st_stubs.c
OCAMLMKLIB libthreadsnat.lib
LINKOPT threads.cmxs
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/systhreads'
make[3]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs'
make[2]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make ocamllex.opt ocamltoolsopt ocamltoolsopt.opt \
ocamldoc.opt \
ocamltest.opt othertools ocamlnat
make[2]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make lex-allopt
make tools-allopt
make[3]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make[3]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
OCAMLOPT tools/profiling.cmx
OCAMLOPT lex/cset.cmx
OCAMLOPT lex/table.cmx
make[3]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make -C otherlibs allopt
OCAMLOPT lex/syntax.cmx
make[3]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs'
OCAMLOPT ocamldoc/odoc_config.cmx
for lib in runtime_events unix str systhreads; do (make -C $lib allopt) || exit $?; done
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/runtime_events'
make[4]: Nothing to be done for 'allopt'.
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/runtime_events'
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/unix'
OCAMLOPT lex/parser.cmx
OCAMLOPT lex/lexgen.cmx
make[4]: Nothing to be done for 'allopt'.
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/unix'
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/str'
make[4]: Nothing to be done for 'allopt'.
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/str'
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/systhreads'
OCAMLOPT lex/lexer.cmx
make[4]: Nothing to be done for 'allopt'.
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/systhreads'
make[3]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs'
OCAMLOPT ocamldoc/odoc_messages.cmx
OCAMLYACC ocamldoc/odoc_text_parser.ml
OCAMLOPT lex/compact.cmx
OCAMLOPT lex/common.cmx
OCAMLLEX ocamldoc/odoc_text_lexer.ml
OCAMLOPT ocamldoc/odoc_print.cmx
OCAMLOPT lex/output.cmx
OCAMLOPT lex/outputbis.cmx
OCAMLOPT ocamldoc/odoc_comments_global.cmx
OCAMLYACC ocamldoc/odoc_parser.ml
OCAMLLEX ocamldoc/odoc_lexer.ml
OCAMLLEX ocamldoc/odoc_see_lexer.ml
OCAMLOPT lex/main.cmx
OCAMLLEX ocamldoc/odoc_ocamlhtml.ml
OCAMLOPT ocamldoc/odoc_latex_style.cmx
LINKOPT lex/ocamllex.opt.exe
cd otherlibs/dynlink; ln -sf native/dynlink.cmx .
make lex-all
make[3]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
CC ocamltest/run_win32.n.obj
make[3]: Nothing to be done for 'lex-all'.
make[3]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
CC ocamltest/run_stubs.n.obj
run_win32.c
OCAMLOPT ocamltest/ocamltest_config.cmx
run_stubs.c
OCAMLOPT ocamltest/ocamltest_unix.cmx
OCAMLOPT ocamltest/variables.cmx
OCAMLOPT ocamltest/result.cmx
OCAMLOPT ocamltest/strace.cmx
OCAMLOPT ocamltest/tsl_ast.cmx
OCAMLYACC ocamltest/tsl_parser.ml
make[3]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
OCAMLLEX ocamltest/tsl_lexer.ml
OCAMLOPT ocamltest/builtin_variables.cmx
OCAMLOPT ocamltest/ocaml_backends.cmx
OCAMLOPT ocamltest/debugger_variables.cmx
OCAMLOPT testsuite/lib/testing.cmx
OCAMLC testsuite/tools/parsecmmaux.cmi
OCAMLYACC testsuite/tools/parsecmm.mli
OCAMLLEX testsuite/tools/lexcmm.ml
OCAMLC testsuite/tools/codegen_main.cmi
make tools-all
make[3]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
OCAMLC tools/ocamltex.cmi
OCAMLC toplevel/native/tophooks.cmi
cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/native
cp toplevel/trace.cmi toplevel/trace.mli toplevel/native
cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/native
OCAMLOPT toplevel/genprintval.cmx
OCAMLOPT toplevel/native/trace.cmx
make[3]: Nothing to be done for 'tools-all'.
make[3]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
OCAMLOPT toplevel/topprinters.cmx
make tools-allopt.opt
OCAMLOPT ocamldoc/odoc_types.cmx
make[3]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
OCAMLOPT ocamldoc/odoc_ocamlhtml.cmx
OCAMLOPT ocamltest/ocamltest_stdlib.cmx
OCAMLOPT tools/ocamldep.cmx
LINKOPT compilerlibs/ocamlmiddleend.cmxa
OCAMLOPT tools/objinfo.cmx
OCAMLOPT ocamltest/tsl_parser.cmx
LINKOPT tools/ocamldep.opt.exe
OCAMLOPT ocamltest/ocaml_filetypes.cmx
LINKOPT tools/ocamlobjinfo.opt.exe
OCAMLOPT ocamltest/ocaml_variables.cmx
make[3]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
OCAMLOPT ocamltest/ocaml_directories.cmx
LINKOPT testsuite/lib/testing.cmxa
OCAMLC testsuite/tools/parsecmmaux.cmo
OCAMLC testsuite/tools/parsecmm.cmi
make -C otherlibs all
OCAMLC tools/ocamltex.cmo
make[3]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs'
for lib in runtime_events unix str systhreads; do (make -C $lib all) || exit $?; done
OCAMLOPT toplevel/topcommon.cmx
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/runtime_events'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/runtime_events'
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/unix'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/unix'
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/str'
OCAMLOPT ocamldoc/odoc_global.cmx
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/str'
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/systhreads'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/systhreads'
make[3]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs'
OCAMLOPT ocamldoc/odoc_parameter.cmx
OCAMLOPT ocamldoc/odoc_parser.cmx
OCAMLOPT ocamltest/run_command.cmx
OCAMLOPT ocamltest/environments.cmx
OCAMLOPT ocamltest/tsl_lexer.cmx
OCAMLOPT ocamltest/ocaml_files.cmx
OCAMLOPT ocamltest/debugger_flags.cmx
OCAMLC testsuite/tools/parsecmm.cmo
OCAMLC testsuite/tools/lexcmm.cmi
LINKC tools/ocamltex.exe
OCAMLOPT toplevel/native/tophooks.cmx
OCAMLOPT ocamldoc/odoc_misc.cmx
OCAMLOPT ocamldoc/odoc_lexer.cmx
OCAMLOPT ocamldoc/odoc_see_lexer.cmx
OCAMLOPT ocamltest/filecompare.cmx
OCAMLOPT ocamltest/actions.cmx
OCAMLOPT ocamltest/modifier_parser.cmx
OCAMLOPT ocamltest/ocaml_modifiers.cmx
OCAMLOPT ocamltest/ocaml_flags.cmx
OCAMLOPT ocamltest/ocaml_commands.cmx
OCAMLC testsuite/tools/lexcmm.cmo
OCAMLC testsuite/tools/codegen_main.cmo
OCAMLOPT toplevel/native/topeval.cmx
OCAMLOPT ocamldoc/odoc_text_parser.cmx
OCAMLOPT ocamldoc/odoc_name.cmx
OCAMLOPT ocamltest/tests.cmx
OCAMLOPT ocamltest/actions_helpers.cmx
LINKC testsuite/tools/codegen.exe
OCAMLOPT toplevel/toploop.cmx
OCAMLOPT ocamldoc/odoc_text_lexer.cmx
OCAMLOPT ocamldoc/odoc_value.cmx
OCAMLOPT ocamldoc/odoc_type.cmx
OCAMLOPT ocamldoc/odoc_env.cmx
OCAMLOPT ocamltest/tsl_semantics.cmx
OCAMLOPT ocamltest/builtin_actions.cmx
OCAMLOPT ocamltest/ocaml_tools.cmx
OCAMLOPT ocamltest/debugger_actions.cmx
OCAMLOPT toplevel/topdirs.cmx
OCAMLOPT toplevel/native/topmain.cmx
OCAMLOPT ocamldoc/odoc_text.cmx
OCAMLOPT ocamldoc/odoc_extension.cmx
OCAMLOPT ocamldoc/odoc_exception.cmx
OCAMLOPT ocamldoc/odoc_class.cmx
OCAMLOPT ocamltest/translate.cmx
OCAMLOPT ocamltest/ocaml_compilers.cmx
LINKOPT compilerlibs/ocamltoplevel.cmxa
OCAMLOPT toplevel/topstart.cmx
OCAMLOPT ocamldoc/odoc_module.cmx
OCAMLOPT ocamldoc/odoc_str.cmx
OCAMLOPT ocamltest/ocaml_toplevels.cmx
OCAMLOPT ocamltest/options.cmx
LINKOPT ocamlnat.exe
OCAMLOPT ocamldoc/odoc_merge.cmx
OCAMLOPT ocamldoc/odoc_search.cmx
OCAMLOPT ocamldoc/odoc_scan.cmx
OCAMLOPT ocamldoc/odoc_dep.cmx
OCAMLOPT ocamltest/ocaml_actions.cmx
OCAMLOPT ocamldoc/odoc_sig.cmx
OCAMLOPT ocamldoc/odoc_cross.cmx
OCAMLOPT ocamltest/ocaml_tests.cmx
OCAMLOPT ocamltest/main.cmx
OCAMLOPT ocamldoc/odoc_ast.cmx
OCAMLOPT ocamldoc/odoc_comments.cmx
LINKOPT ocamltest/ocamltest.opt.exe
OCAMLOPT ocamldoc/odoc_analyse.cmx
OCAMLOPT ocamldoc/odoc_info.cmx
LINKOPT ocamldoc/odoc_info.cmxa
OCAMLOPT ocamldoc/odoc_dag2html.cmx
OCAMLOPT ocamldoc/odoc_to_text.cmx
OCAMLOPT ocamldoc/odoc_man.cmx
OCAMLOPT ocamldoc/odoc_dot.cmx
OCAMLOPT ocamldoc/odoc_html.cmx
OCAMLOPT ocamldoc/odoc_latex.cmx
OCAMLOPT ocamldoc/odoc_texi.cmx
OCAMLOPT ocamldoc/odoc_gen.cmx
OCAMLOPT ocamldoc/odoc_args.cmx
OCAMLOPT ocamldoc/odoc.cmx
LINKOPT ocamldoc/ocamldoc.opt.exe
rm ocamltest/tsl_parser.ml ocamltest/tsl_parser.mli ocamltest/tsl_lexer.ml testsuite/tools/parsecmm.mli ocamldoc/odoc_parser.mli ocamldoc/odoc_text_parser.ml ocamldoc/odoc_lexer.ml ocamldoc/odoc_text_parser.mli testsuite/tools/lexcmm.ml ocamldoc/odoc_ocamlhtml.ml ocamldoc/odoc_see_lexer.ml ocamldoc/odoc_text_lexer.ml ocamldoc/odoc_parser.ml testsuite/tools/parsecmm.ml
make[2]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make manpages
make[2]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make -C api_docgen man
make[3]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/api_docgen'
make -C ocamldoc man
make[4]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/api_docgen/ocamldoc'
mkdir -p build/
mkdir -p build/libref
mkdir -p build/compilerlibref
mkdir -p build/man
GEN build/Format_tutorial.mld
GEN build/Ocaml_operators.mld
OCAMLDOC build/libref/arg.odoc
OCAMLDOC build/libref/array.odoc
OCAMLDOC build/libref/arrayLabels.odoc
OCAMLDOC build/libref/atomic.odoc
OCAMLDOC build/libref/bigarray.odoc
OCAMLDOC build/libref/bool.odoc
OCAMLDOC build/libref/buffer.odoc
OCAMLDOC build/libref/bytes.odoc
OCAMLDOC build/libref/bytesLabels.odoc
OCAMLDOC build/libref/callback.odoc
OCAMLDOC build/libref/char.odoc
OCAMLDOC build/libref/complex.odoc
OCAMLDOC build/libref/condition.odoc
OCAMLDOC build/libref/digest.odoc
OCAMLDOC build/libref/domain.odoc
OCAMLDOC build/libref/dynarray.odoc
OCAMLDOC build/libref/dynlink.odoc
OCAMLDOC build/libref/effect.odoc
OCAMLDOC build/libref/either.odoc
OCAMLDOC build/libref/ephemeron.odoc
OCAMLDOC build/libref/event.odoc
OCAMLDOC build/libref/filename.odoc
OCAMLDOC build/libref/float.odoc
OCAMLDOC build/libref/format.odoc
OCAMLDOC build/libref/fun.odoc
OCAMLDOC build/libref/gc.odoc
OCAMLDOC build/libref/hashtbl.odoc
OCAMLDOC build/libref/iarray.odoc
OCAMLDOC build/libref/in_channel.odoc
OCAMLDOC build/libref/int.odoc
OCAMLDOC build/libref/int32.odoc
OCAMLDOC build/libref/int64.odoc
OCAMLDOC build/libref/lazy.odoc
OCAMLDOC build/libref/lexing.odoc
OCAMLDOC build/libref/list.odoc
OCAMLDOC build/libref/listLabels.odoc
OCAMLDOC build/libref/map.odoc
OCAMLDOC build/libref/marshal.odoc
OCAMLDOC build/libref/moreLabels.odoc
OCAMLDOC build/libref/mutex.odoc
OCAMLDOC build/libref/nativeint.odoc
OCAMLDOC build/libref/obj.odoc
OCAMLDOC build/libref/oo.odoc
OCAMLDOC build/libref/option.odoc
OCAMLDOC build/libref/out_channel.odoc
OCAMLDOC build/libref/pair.odoc
OCAMLDOC build/libref/parsing.odoc
OCAMLDOC build/libref/pqueue.odoc
OCAMLDOC build/libref/printexc.odoc
OCAMLDOC build/libref/printf.odoc
OCAMLDOC build/libref/queue.odoc
OCAMLDOC build/libref/random.odoc
OCAMLDOC build/libref/repr.odoc
OCAMLDOC build/libref/result.odoc
OCAMLDOC build/libref/runtime_events.odoc
OCAMLDOC build/libref/scanf.odoc
OCAMLDOC build/libref/semaphore.odoc
OCAMLDOC build/libref/seq.odoc
OCAMLDOC build/libref/set.odoc
OCAMLDOC build/libref/stack.odoc
OCAMLDOC build/libref/stdLabels.odoc
OCAMLDOC build/libref/stdlib.odoc
OCAMLDOC build/libref/str.odoc
OCAMLDOC build/libref/string.odoc
OCAMLDOC build/libref/stringLabels.odoc
OCAMLDOC build/libref/sys.odoc
OCAMLDOC build/libref/thread.odoc
OCAMLDOC build/libref/type.odoc
OCAMLDOC build/libref/uchar.odoc
OCAMLDOC build/libref/unit.odoc
OCAMLDOC build/libref/unix.odoc
OCAMLDOC build/libref/unixLabels.odoc
OCAMLDOC build/libref/weak.odoc
OCAMLDOC build/libref/camlinternalFormat.odoc
OCAMLDOC build/libref/camlinternalFormatBasics.odoc
OCAMLDOC build/libref/camlinternalLazy.odoc
OCAMLDOC build/libref/camlinternalMod.odoc
OCAMLDOC build/libref/camlinternalOO.odoc
GEN build/Compiler_libs.mld
OCAMLDOC build/compilerlibref/ast_helper.odoc
OCAMLDOC build/compilerlibref/ast_invariants.odoc
OCAMLDOC build/compilerlibref/ast_iterator.odoc
OCAMLDOC build/compilerlibref/ast_mapper.odoc
OCAMLDOC build/compilerlibref/asttypes.odoc
OCAMLDOC build/compilerlibref/attr_helper.odoc
OCAMLDOC build/compilerlibref/builtin_attributes.odoc
OCAMLDOC build/compilerlibref/camlinternalMenhirLib.odoc
OCAMLDOC build/compilerlibref/depend.odoc
OCAMLDOC build/compilerlibref/docstrings.odoc
OCAMLDOC build/compilerlibref/lexer.odoc
OCAMLDOC build/compilerlibref/location.odoc
OCAMLDOC build/compilerlibref/longident.odoc
OCAMLDOC build/compilerlibref/parse.odoc
OCAMLDOC build/compilerlibref/parser.odoc
OCAMLDOC build/compilerlibref/parsetree.odoc
OCAMLDOC build/compilerlibref/pprintast.odoc
OCAMLDOC build/compilerlibref/printast.odoc
OCAMLDOC build/compilerlibref/syntaxerr.odoc
OCAMLDOC build/compilerlibref/unit_info.odoc
OCAMLDOC build/compilerlibref/arg_helper.odoc
OCAMLDOC build/compilerlibref/binutils.odoc
OCAMLDOC build/compilerlibref/build_path_prefix_map.odoc
OCAMLDOC build/compilerlibref/ccomp.odoc
OCAMLDOC build/compilerlibref/clflags.odoc
OCAMLDOC build/compilerlibref/compression.odoc
OCAMLDOC build/compilerlibref/config.odoc
OCAMLDOC build/compilerlibref/consistbl.odoc
OCAMLDOC build/compilerlibref/diffing.odoc
OCAMLDOC build/compilerlibref/diffing_with_keys.odoc
OCAMLDOC build/compilerlibref/domainstate.odoc
OCAMLDOC build/compilerlibref/format_doc.odoc
OCAMLDOC build/compilerlibref/identifiable.odoc
OCAMLDOC build/compilerlibref/int_replace_polymorphic_compare.odoc
OCAMLDOC build/compilerlibref/lazy_backtrack.odoc
OCAMLDOC build/compilerlibref/linkdeps.odoc
OCAMLDOC build/compilerlibref/load_path.odoc
OCAMLDOC build/compilerlibref/local_store.odoc
OCAMLDOC build/compilerlibref/misc.odoc
OCAMLDOC build/compilerlibref/numbers.odoc
OCAMLDOC build/compilerlibref/profile.odoc
OCAMLDOC build/compilerlibref/strongly_connected_components.odoc
OCAMLDOC build/compilerlibref/targetint.odoc
OCAMLDOC build/compilerlibref/terminfo.odoc
OCAMLDOC build/compilerlibref/warnings.odoc
OCAMLDOC build/compilerlibref/pparse.odoc
OCAMLDOC build/libref/Format_tutorial.odoc
OCAMLDOC build/libref/Ocaml_operators.odoc
OCAMLDOC build/compilerlibref/Compiler_libs.odoc
OCAMLDOC build/man/Stdlib.3o
make[4]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/api_docgen/ocamldoc'
make[3]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/api_docgen'
make[2]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
make[1]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
+ true
+ false
+ make --warn-undefined-variables install
Makefile.common:511: warning: undefined variable 'CYGWIN'
Makefile.common:513: warning: undefined variable 'MSYS'
mkdir -p "C:/ocamlms64-31545/bin"
mkdir -p "C:/ocamlms64-31545/lib/ocaml"
mkdir -p "C:/ocamlms64-31545/lib/ocaml/stublibs"
mkdir -p "C:/ocamlms64-31545/lib/ocaml/compiler-libs"
mkdir -p "C:/ocamlms64-31545/share/doc/ocaml"
mkdir -p "C:/ocamlms64-31545/lib/ocaml/caml"
mkdir -p "C:/ocamlms64-31545/lib/ocaml/profiling"
/usr/bin/install -c -p runtime/ocamlrun.exe "C:/ocamlms64-31545/bin/x86_64-pc-windows-ocamlrun-0018.exe"
cd "C:/ocamlms64-31545/bin" && ln -sf "x86_64-pc-windows-ocamlrun-0018.exe" "ocamlrun.exe"
cd "C:/ocamlms64-31545/bin" && ln -sf "x86_64-pc-windows-ocamlrun-0018.exe" "ocamlrun-0018.exe"
cd "C:/ocamlms64-31545/bin" && ln -sf "x86_64-pc-windows-ocamlrun-0018.exe" "ocamlrun-0058.exe"
cd "C:/ocamlms64-31545/bin" && ln -sf "x86_64-pc-windows-ocamlrun-0018.exe" "ocamlrun-0098.exe"
cd "C:/ocamlms64-31545/bin" && ln -sf "x86_64-pc-windows-ocamlrun-0018.exe" "ocamlrun-00d8.exe"
/usr/bin/install -c -p runtime/ocamlrund.exe "C:/ocamlms64-31545/bin/x86_64-pc-windows-ocamlrund-0018.exe"
cd "C:/ocamlms64-31545/bin" && ln -sf "x86_64-pc-windows-ocamlrund-0018.exe" "ocamlrund.exe"
cd "C:/ocamlms64-31545/bin" && ln -sf "x86_64-pc-windows-ocamlrund-0018.exe" "ocamlrund-0018.exe"
cd "C:/ocamlms64-31545/bin" && ln -sf "x86_64-pc-windows-ocamlrund-0018.exe" "ocamlrund-0058.exe"
cd "C:/ocamlms64-31545/bin" && ln -sf "x86_64-pc-windows-ocamlrund-0018.exe" "ocamlrund-0098.exe"
cd "C:/ocamlms64-31545/bin" && ln -sf "x86_64-pc-windows-ocamlrund-0018.exe" "ocamlrund-00d8.exe"
/usr/bin/install -c -p runtime/ocamlruni.exe "C:/ocamlms64-31545/bin/x86_64-pc-windows-ocamlruni-0018.exe"
cd "C:/ocamlms64-31545/bin" && ln -sf "x86_64-pc-windows-ocamlruni-0018.exe" "ocamlruni.exe"
cd "C:/ocamlms64-31545/bin" && ln -sf "x86_64-pc-windows-ocamlruni-0018.exe" "ocamlruni-0018.exe"
cd "C:/ocamlms64-31545/bin" && ln -sf "x86_64-pc-windows-ocamlruni-0018.exe" "ocamlruni-0058.exe"
cd "C:/ocamlms64-31545/bin" && ln -sf "x86_64-pc-windows-ocamlruni-0018.exe" "ocamlruni-0098.exe"
cd "C:/ocamlms64-31545/bin" && ln -sf "x86_64-pc-windows-ocamlruni-0018.exe" "ocamlruni-00d8.exe"
/usr/bin/install -c -p -m 644 runtime/ld.conf runtime/libcamlrun.lib runtime/libcamlrund.lib runtime/libcamlruni.lib \
"C:/ocamlms64-31545/lib/ocaml"
/usr/bin/install -c -p -m 644 runtime/caml/domain_state.tbl runtime/caml/*.h \
"C:/ocamlms64-31545/lib/ocaml/caml"
/usr/bin/install -c -p ocaml.exe "C:/ocamlms64-31545/bin"
./boot/ocamlrun.exe ./tools/stripdebug.exe ocamlc.exe ocamlc.exe.tmp && /usr/bin/install -c -p ocamlc.exe.tmp "C:/ocamlms64-31545/bin/ocamlc.byte.exe" && rm ocamlc.exe.tmp
make -C stdlib install
make[1]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/stdlib'
/usr/bin/install -c -p -m 644 \
stdlib.cma std_exit.cmo *.cmi "C:/ocamlms64-31545/lib/ocaml"
mkdir -p "C:/ocamlms64-31545/lib/ocaml/stdlib"
/usr/bin/install -c -p -m 644 META "C:/ocamlms64-31545/lib/ocaml/stdlib"
/usr/bin/install -c -p -m 644 \
*.cmt *.cmti *.mli *.ml *.ml.in \
"C:/ocamlms64-31545/lib/ocaml"
/usr/bin/install -c -p -m 644 target_runtime-launch-info "C:/ocamlms64-31545/lib/ocaml/runtime-launch-info"
make[1]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/stdlib'
/usr/bin/install -c -p lex/ocamllex.exe \
"C:/ocamlms64-31545/bin/ocamllex.byte.exe"
for i in ocamldep ocamlobjinfo; \
do \
/usr/bin/install -c -p "tools/$i.exe" "C:/ocamlms64-31545/bin/$i.byte.exe";\
if test -f "tools/$i".opt.exe; then \
/usr/bin/install -c -p "tools/$i.opt.exe" "C:/ocamlms64-31545/bin" && \
(cd "C:/ocamlms64-31545/bin" && ln -sf "$i.opt.exe" "$i.exe"); \
else \
(cd "C:/ocamlms64-31545/bin" && ln -sf "$i.byte.exe" "$i.exe"); \
fi; \
done
for i in ocamlcmt ocamlprof ocamlcp ocamlmklib ocamlmktop ocamloptp; \
do \
/usr/bin/install -c -p "tools/$i.exe" "C:/ocamlms64-31545/bin";\
done
/usr/bin/install -c -p yacc/ocamlyacc.exe "C:/ocamlms64-31545/bin"
/usr/bin/install -c -p -m 644 \
utils/*.cmi \
parsing/*.cmi \
typing/*.cmi \
bytecomp/*.cmi \
file_formats/*.cmi \
lambda/*.cmi \
driver/*.cmi \
toplevel/*.cmi \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
/usr/bin/install -c -p -m 644 \
toplevel/byte/*.cmi \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
/usr/bin/install -c -p -m 644 \
utils/*.cmt utils/*.cmti utils/*.mli \
parsing/*.cmt parsing/*.cmti parsing/*.mli \
typing/*.cmt typing/*.cmti typing/*.mli \
file_formats/*.cmt file_formats/*.cmti file_formats/*.mli \
lambda/*.cmt lambda/*.cmti lambda/*.mli \
bytecomp/*.cmt bytecomp/*.cmti bytecomp/*.mli \
driver/*.cmt driver/*.cmti driver/*.mli \
toplevel/*.cmt toplevel/*.cmti toplevel/*.mli \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
/usr/bin/install -c -p -m 644 \
toplevel/byte/*.cmt \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
/usr/bin/install -c -p -m 644 \
tools/profiling.cmt tools/profiling.cmti \
"C:/ocamlms64-31545/lib/ocaml/profiling"
/usr/bin/install -c -p -m 644 \
compilerlibs/*.cma compilerlibs/META \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
/usr/bin/install -c -p -m 644 \
driver/main.cmo toplevel/topstart.cmo \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
/usr/bin/install -c -p expunge.exe "C:/ocamlms64-31545/lib/ocaml"
rm -f "C:/ocamlms64-31545/lib/ocaml"/topdirs.cm* "C:/ocamlms64-31545/lib/ocaml/topdirs.mli"
rm -f "C:/ocamlms64-31545/lib/ocaml"/profiling.cm* "C:/ocamlms64-31545/lib/ocaml/profiling.obj"
/usr/bin/install -c -p -m 644 \
tools/profiling.cmi tools/profiling.cmo \
"C:/ocamlms64-31545/lib/ocaml/profiling"
rm -f "C:/ocamlms64-31545/lib/ocaml"/dynlink.cm* "C:/ocamlms64-31545/lib/ocaml/dynlink.mli" \
"C:/ocamlms64-31545/lib/ocaml/dynlink.lib" \
"C:/ocamlms64-31545/lib/ocaml/"dynlink_config.cmx "C:/ocamlms64-31545/lib/ocaml/"dynlink_types.cmx "C:/ocamlms64-31545/lib/ocaml/"dynlink_platform_intf.cmx "C:/ocamlms64-31545/lib/ocaml/"dynlink_common.cmx "C:/ocamlms64-31545/lib/ocaml/"dynlink.cmx
mkdir -p "C:/ocamlms64-31545/lib/ocaml/dynlink"
/usr/bin/install -c -p -m 644 \
otherlibs/dynlink/dynlink.cmi otherlibs/dynlink/dynlink.cma \
otherlibs/dynlink/META \
"C:/ocamlms64-31545/lib/ocaml/dynlink"
/usr/bin/install -c -p -m 644 \
otherlibs/dynlink/dynlink.cmti otherlibs/dynlink/dynlink.mli \
"C:/ocamlms64-31545/lib/ocaml/dynlink"
for i in runtime_events unix str systhreads; do \
make -C otherlibs/$i install || exit $?; \
done
make[1]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/runtime_events'
if true && test -f dllcamlruntime_eventsbyt-x86_64-pc-windows-0018.dll; then \
/usr/bin/install -c -p \
dllcamlruntime_eventsbyt-x86_64-pc-windows-0018.dll "C:/ocamlms64-31545/lib/ocaml/stublibs"; \
fi
/usr/bin/install -c -p -m 644 libcamlruntime_eventsbyt.lib "C:/ocamlms64-31545/lib/ocaml/"
rm -f "C:/ocamlms64-31545/lib/ocaml"/runtime_events.cma "C:/ocamlms64-31545/lib/ocaml"/runtime_events.cmi "C:/ocamlms64-31545/lib/ocaml"/runtime_events.mli "C:/ocamlms64-31545/lib/ocaml"/runtime_events.cmti "C:/ocamlms64-31545/lib/ocaml"/runtime_events.cmx "C:/ocamlms64-31545/lib/ocaml"/runtime_events.cmxa "C:/ocamlms64-31545/lib/ocaml"/runtime_events.cmxs "C:/ocamlms64-31545/lib/ocaml"/runtime_events.lib
mkdir -p "C:/ocamlms64-31545/lib/ocaml/runtime_events"
/usr/bin/install -c -p -m 644 \
runtime_events.cma runtime_events.cmi META \
"C:/ocamlms64-31545/lib/ocaml/runtime_events/"
/usr/bin/install -c -p -m 644 \
runtime_events.mli \
runtime_events.cmti \
"C:/ocamlms64-31545/lib/ocaml/runtime_events/"
if test -n "caml/runtime_events_consumer.h"; then \
/usr/bin/install -c -p -m 644 caml/runtime_events_consumer.h "C:/ocamlms64-31545/lib/ocaml/caml/"; \
fi
make[1]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/runtime_events'
make[1]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/unix'
if true && test -f dllunixbyt-x86_64-pc-windows-0018.dll; then \
/usr/bin/install -c -p \
dllunixbyt-x86_64-pc-windows-0018.dll "C:/ocamlms64-31545/lib/ocaml/stublibs"; \
fi
/usr/bin/install -c -p -m 644 libunixbyt.lib "C:/ocamlms64-31545/lib/ocaml/"
rm -f "C:/ocamlms64-31545/lib/ocaml"/unix.cma "C:/ocamlms64-31545/lib/ocaml"/unix.cmi "C:/ocamlms64-31545/lib/ocaml"/unixLabels.cmi "C:/ocamlms64-31545/lib/ocaml"/unix.mli "C:/ocamlms64-31545/lib/ocaml"/unixLabels.mli "C:/ocamlms64-31545/lib/ocaml"/unix.cmti "C:/ocamlms64-31545/lib/ocaml"/unixLabels.cmti "C:/ocamlms64-31545/lib/ocaml"/unix.cmx "C:/ocamlms64-31545/lib/ocaml"/unixLabels.cmx "C:/ocamlms64-31545/lib/ocaml"/unix.cmxa "C:/ocamlms64-31545/lib/ocaml"/unix.cmxs "C:/ocamlms64-31545/lib/ocaml"/unix.lib
mkdir -p "C:/ocamlms64-31545/lib/ocaml/unix"
/usr/bin/install -c -p -m 644 \
unix.cma unix.cmi unixLabels.cmi META \
"C:/ocamlms64-31545/lib/ocaml/unix/"
/usr/bin/install -c -p -m 644 \
unix.mli unixLabels.mli \
unix.cmti unixLabels.cmti \
"C:/ocamlms64-31545/lib/ocaml/unix/"
if test -n "caml/unixsupport.h caml/socketaddr.h"; then \
/usr/bin/install -c -p -m 644 caml/unixsupport.h caml/socketaddr.h "C:/ocamlms64-31545/lib/ocaml/caml/"; \
fi
make[1]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/unix'
make[1]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/str'
if true && test -f dllcamlstrbyt-x86_64-pc-windows-0018.dll; then \
/usr/bin/install -c -p \
dllcamlstrbyt-x86_64-pc-windows-0018.dll "C:/ocamlms64-31545/lib/ocaml/stublibs"; \
fi
/usr/bin/install -c -p -m 644 libcamlstrbyt.lib "C:/ocamlms64-31545/lib/ocaml/"
rm -f "C:/ocamlms64-31545/lib/ocaml"/str.cma "C:/ocamlms64-31545/lib/ocaml"/str.cmi "C:/ocamlms64-31545/lib/ocaml"/str.mli "C:/ocamlms64-31545/lib/ocaml"/str.cmti "C:/ocamlms64-31545/lib/ocaml"/str.cmx "C:/ocamlms64-31545/lib/ocaml"/str.cmxa "C:/ocamlms64-31545/lib/ocaml"/str.cmxs "C:/ocamlms64-31545/lib/ocaml"/str.lib
mkdir -p "C:/ocamlms64-31545/lib/ocaml/str"
/usr/bin/install -c -p -m 644 \
str.cma str.cmi META \
"C:/ocamlms64-31545/lib/ocaml/str/"
/usr/bin/install -c -p -m 644 \
str.mli \
str.cmti \
"C:/ocamlms64-31545/lib/ocaml/str/"
if test -n ""; then \
/usr/bin/install -c -p -m 644 "C:/ocamlms64-31545/lib/ocaml/caml/"; \
fi
make[1]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/str'
make[1]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/systhreads'
if true && test -f dllthreads-x86_64-pc-windows-0018.dll; then \
/usr/bin/install -c -p dllthreads-x86_64-pc-windows-0018.dll "C:/ocamlms64-31545/lib/ocaml/stublibs"; \
fi
/usr/bin/install -c -p -m 644 libthreads.lib "C:/ocamlms64-31545/lib/ocaml"
mkdir -p "C:/ocamlms64-31545/lib/ocaml/threads"
/usr/bin/install -c -p -m 644 \
thread.cmi event.cmi threads.cma META \
"C:/ocamlms64-31545/lib/ocaml/threads"
/usr/bin/install -c -p -m 644 \
thread.cmti event.cmti \
"C:/ocamlms64-31545/lib/ocaml/threads"
/usr/bin/install -c -p -m 644 thread.mli event.mli "C:/ocamlms64-31545/lib/ocaml/threads"
/usr/bin/install -c -p -m 644 caml/threads.h "C:/ocamlms64-31545/lib/ocaml/caml"
make[1]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/systhreads'
mkdir -p "C:/ocamlms64-31545/lib/ocaml/ocamldoc"
/usr/bin/install -c -p ./ocamldoc/ocamldoc.exe "C:/ocamlms64-31545/bin"
/usr/bin/install -c -p -m 644 \
ocamldoc/ocamldoc.hva ocamldoc/*.cmi ocamldoc/odoc_info.cma \
ocamldoc/META \
"C:/ocamlms64-31545/lib/ocaml/ocamldoc"
/usr/bin/install -c -p -m 644 \
ocamldoc/odoc_dep.cmi ocamldoc/odoc_dot.cmi ocamldoc/odoc_extension.cmi ocamldoc/odoc_html.cmi ocamldoc/odoc_info.cmi ocamldoc/odoc_latex.cmi ocamldoc/odoc_latex_style.cmi ocamldoc/odoc_man.cmi ocamldoc/odoc_messages.cmi ocamldoc/odoc_ocamlhtml.cmi ocamldoc/odoc_parameter.cmi ocamldoc/odoc_texi.cmi ocamldoc/odoc_text_lexer.cmi ocamldoc/odoc_to_text.cmi ocamldoc/odoc_type.cmi ocamldoc/odoc_value.cmi \
"C:/ocamlms64-31545/lib/ocaml/ocamldoc"
/usr/bin/install -c -p -m 644 \
ocamldoc/odoc_dep.mli ocamldoc/odoc_dot.mli ocamldoc/odoc_extension.mli ocamldoc/odoc_html.mli ocamldoc/odoc_info.mli ocamldoc/odoc_latex.mli ocamldoc/odoc_latex_style.mli ocamldoc/odoc_man.mli ocamldoc/odoc_messages.mli ocamldoc/odoc_ocamlhtml.mli ocamldoc/odoc_parameter.mli ocamldoc/odoc_texi.mli ocamldoc/odoc_text_lexer.mli ocamldoc/odoc_to_text.mli ocamldoc/odoc_type.mli ocamldoc/odoc_value.mli ocamldoc/odoc_dep.cmt ocamldoc/odoc_dot.cmt ocamldoc/odoc_extension.cmt ocamldoc/odoc_html.cmt ocamldoc/odoc_info.cmt ocamldoc/odoc_latex.cmt ocamldoc/odoc_latex_style.cmt ocamldoc/odoc_man.cmt ocamldoc/odoc_messages.cmt ocamldoc/odoc_ocamlhtml.cmt ocamldoc/odoc_parameter.cmt ocamldoc/odoc_texi.cmt ocamldoc/odoc_text_lexer.cmt ocamldoc/odoc_to_text.cmt ocamldoc/odoc_type.cmt ocamldoc/odoc_value.cmt ocamldoc/odoc_dep.cmti ocamldoc/odoc_dot.cmti ocamldoc/odoc_extension.cmti ocamldoc/odoc_html.cmti ocamldoc/odoc_info.cmti ocamldoc/odoc_latex.cmti ocamldoc/odoc_latex_style.cmti ocamldoc/odoc_man.cmti ocamldoc/odoc_messages.cmti ocamldoc/odoc_ocamlhtml.cmti ocamldoc/odoc_parameter.cmti ocamldoc/odoc_texi.cmti ocamldoc/odoc_text_lexer.cmti ocamldoc/odoc_to_text.cmti ocamldoc/odoc_type.cmti ocamldoc/odoc_value.cmti \
"C:/ocamlms64-31545/lib/ocaml/ocamldoc"
make -C api_docgen install
make[1]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/api_docgen'
make -C ocamldoc install
make[2]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/api_docgen/ocamldoc'
mkdir -p "C:/ocamlms64-31545/man/man3"
if test -d build/man; then \
/usr/bin/install -c -p -m 644 build/man/*.3o "C:/ocamlms64-31545/man/man3"; \
fi
make[2]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/api_docgen/ocamldoc'
make[1]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/api_docgen'
if test -n "ocamldebug"; then \
/usr/bin/install -c -p debugger/ocamldebug.exe "C:/ocamlms64-31545/bin"; \
fi
/usr/bin/install -c -p -m 644 flexdll/default_amd64.manifest \
"C:/ocamlms64-31545/bin/"
/usr/bin/install -c -p \
flexlink.byte.exe "C:/ocamlms64-31545/bin"
mkdir -p "C:/ocamlms64-31545/lib/ocaml/flexdll"
/usr/bin/install -c -p -m 644 flexdll_msvc64.obj flexdll_initer_msvc64.obj "C:/ocamlms64-31545/lib/ocaml/flexdll"
/usr/bin/install -c -p -m 644 Makefile.config "C:/ocamlms64-31545/lib/ocaml"
/usr/bin/install -c -p -m 644 Changes README.adoc README.win32.adoc LICENSE "C:/ocamlms64-31545/share/doc/ocaml"
if test -f ocamlopt.exe; then make installopt; else \
cd "C:/ocamlms64-31545/bin"; \
ln -sf ocamlc.byte.exe ocamlc.exe; \
ln -sf ocamllex.byte.exe ocamllex.exe; \
(test -f flexlink.byte.exe && \
ln -sf flexlink.byte.exe flexlink.exe) || true; \
fi
make[1]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
/usr/bin/install -c -p -m 644 runtime/libasmrun.lib runtime/libcomprmarsh.lib runtime/libasmrund.lib runtime/libasmruni.lib "C:/ocamlms64-31545/lib/ocaml"
./boot/ocamlrun.exe ./tools/stripdebug.exe ocamlopt.exe ocamlopt.exe.tmp && /usr/bin/install -c -p ocamlopt.exe.tmp "C:/ocamlms64-31545/bin/ocamlopt.byte.exe" && rm ocamlopt.exe.tmp
make -C stdlib installopt
make[2]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/stdlib'
/usr/bin/install -c -p -m 644 \
stdlib.cmxa stdlib.lib std_exit.obj *.cmx \
"C:/ocamlms64-31545/lib/ocaml"
make[2]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/stdlib'
/usr/bin/install -c -p -m 644 \
middle_end/*.cmi \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
/usr/bin/install -c -p -m 644 \
middle_end/closure/*.cmi \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
/usr/bin/install -c -p -m 644 \
middle_end/flambda/*.cmi \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
/usr/bin/install -c -p -m 644 \
middle_end/flambda/base_types/*.cmi \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
/usr/bin/install -c -p -m 644 \
asmcomp/*.cmi \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
/usr/bin/install -c -p -m 644 \
middle_end/*.cmt middle_end/*.cmti \
middle_end/*.mli \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
/usr/bin/install -c -p -m 644 \
middle_end/closure/*.cmt middle_end/closure/*.cmti \
middle_end/closure/*.mli \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
/usr/bin/install -c -p -m 644 \
middle_end/flambda/*.cmt middle_end/flambda/*.cmti \
middle_end/flambda/*.mli \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
/usr/bin/install -c -p -m 644 \
middle_end/flambda/base_types/*.cmt \
middle_end/flambda/base_types/*.cmti \
middle_end/flambda/base_types/*.mli \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
/usr/bin/install -c -p -m 644 \
asmcomp/*.cmt asmcomp/*.cmti \
asmcomp/*.mli \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
/usr/bin/install -c -p -m 644 \
driver/optmain.cmo \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
mkdir -p "C:/ocamlms64-31545/lib/ocaml/ocamldoc"
/usr/bin/install -c -p ./ocamldoc/ocamldoc.opt.exe "C:/ocamlms64-31545/bin"
/usr/bin/install -c -p -m 644 \
ocamldoc/odoc_dep.cmi ocamldoc/odoc_dot.cmi ocamldoc/odoc_extension.cmi ocamldoc/odoc_html.cmi ocamldoc/odoc_info.cmi ocamldoc/odoc_latex.cmi ocamldoc/odoc_latex_style.cmi ocamldoc/odoc_man.cmi ocamldoc/odoc_messages.cmi ocamldoc/odoc_ocamlhtml.cmi ocamldoc/odoc_parameter.cmi ocamldoc/odoc_texi.cmi ocamldoc/odoc_text_lexer.cmi ocamldoc/odoc_to_text.cmi ocamldoc/odoc_type.cmi ocamldoc/odoc_value.cmi \
"C:/ocamlms64-31545/lib/ocaml/ocamldoc"
/usr/bin/install -c -p -m 644 \
ocamldoc/odoc_dep.mli ocamldoc/odoc_dot.mli ocamldoc/odoc_extension.mli ocamldoc/odoc_html.mli ocamldoc/odoc_info.mli ocamldoc/odoc_latex.mli ocamldoc/odoc_latex_style.mli ocamldoc/odoc_man.mli ocamldoc/odoc_messages.mli ocamldoc/odoc_ocamlhtml.mli ocamldoc/odoc_parameter.mli ocamldoc/odoc_texi.mli ocamldoc/odoc_text_lexer.mli ocamldoc/odoc_to_text.mli ocamldoc/odoc_type.mli ocamldoc/odoc_value.mli ocamldoc/odoc_dep.cmt ocamldoc/odoc_dot.cmt ocamldoc/odoc_extension.cmt ocamldoc/odoc_html.cmt ocamldoc/odoc_info.cmt ocamldoc/odoc_latex.cmt ocamldoc/odoc_latex_style.cmt ocamldoc/odoc_man.cmt ocamldoc/odoc_messages.cmt ocamldoc/odoc_ocamlhtml.cmt ocamldoc/odoc_parameter.cmt ocamldoc/odoc_texi.cmt ocamldoc/odoc_text_lexer.cmt ocamldoc/odoc_to_text.cmt ocamldoc/odoc_type.cmt ocamldoc/odoc_value.cmt ocamldoc/odoc_dep.cmti ocamldoc/odoc_dot.cmti ocamldoc/odoc_extension.cmti ocamldoc/odoc_html.cmti ocamldoc/odoc_info.cmti ocamldoc/odoc_latex.cmti ocamldoc/odoc_latex_style.cmti ocamldoc/odoc_man.cmti ocamldoc/odoc_messages.cmti ocamldoc/odoc_ocamlhtml.cmti ocamldoc/odoc_parameter.cmti ocamldoc/odoc_texi.cmti ocamldoc/odoc_text_lexer.cmti ocamldoc/odoc_to_text.cmti ocamldoc/odoc_type.cmti ocamldoc/odoc_value.cmti \
"C:/ocamlms64-31545/lib/ocaml/ocamldoc"
/usr/bin/install -c -p -m 644 \
ocamldoc/ocamldoc.hva ocamldoc/*.cmx ocamldoc/odoc_info.lib \
ocamldoc/odoc_info.cmxa \
"C:/ocamlms64-31545/lib/ocaml/ocamldoc"
/usr/bin/install -c -p -m 644 \
otherlibs/dynlink/dynlink_config.cmx otherlibs/dynlink/dynlink_types.cmx otherlibs/dynlink/dynlink_platform_intf.cmx otherlibs/dynlink/dynlink_common.cmx otherlibs/dynlink/native/dynlink.cmx otherlibs/dynlink/dynlink.cmxa \
otherlibs/dynlink/dynlink.lib \
"C:/ocamlms64-31545/lib/ocaml/dynlink"
for i in runtime_events unix str systhreads; do \
make -C otherlibs/$i installopt || exit $?; \
done
make[2]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/runtime_events'
/usr/bin/install -c -p -m 644 \
runtime_events.cmx runtime_events.cmxa runtime_events.lib \
"C:/ocamlms64-31545/lib/ocaml/runtime_events/"
if test -f runtime_events.cmxs; then \
/usr/bin/install -c -p runtime_events.cmxs "C:/ocamlms64-31545/lib/ocaml/runtime_events"; \
fi
if true \
&& test -f dllcamlruntime_eventsnat.dll; then \
/usr/bin/install -c -p \
dllcamlruntime_eventsnat.dll "C:/ocamlms64-31545/lib/ocaml/stublibs"; \
fi
/usr/bin/install -c -p -m 644 libcamlruntime_eventsnat.lib "C:/ocamlms64-31545/lib/ocaml/"
make[2]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/runtime_events'
make[2]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/unix'
/usr/bin/install -c -p -m 644 \
unix.cmx unixLabels.cmx unix.cmxa unix.lib \
"C:/ocamlms64-31545/lib/ocaml/unix/"
if test -f unix.cmxs; then \
/usr/bin/install -c -p unix.cmxs "C:/ocamlms64-31545/lib/ocaml/unix"; \
fi
if true \
&& test -f dllunixnat.dll; then \
/usr/bin/install -c -p \
dllunixnat.dll "C:/ocamlms64-31545/lib/ocaml/stublibs"; \
fi
/usr/bin/install -c -p -m 644 libunixnat.lib "C:/ocamlms64-31545/lib/ocaml/"
make[2]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/unix'
make[2]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/str'
/usr/bin/install -c -p -m 644 \
str.cmx str.cmxa str.lib \
"C:/ocamlms64-31545/lib/ocaml/str/"
if test -f str.cmxs; then \
/usr/bin/install -c -p str.cmxs "C:/ocamlms64-31545/lib/ocaml/str"; \
fi
if true \
&& test -f dllcamlstrnat.dll; then \
/usr/bin/install -c -p \
dllcamlstrnat.dll "C:/ocamlms64-31545/lib/ocaml/stublibs"; \
fi
/usr/bin/install -c -p -m 644 libcamlstrnat.lib "C:/ocamlms64-31545/lib/ocaml/"
make[2]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/str'
make[2]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/systhreads'
/usr/bin/install -c -p -m 644 libthreadsnat.lib "C:/ocamlms64-31545/lib/ocaml"
/usr/bin/install -c -p -m 644 \
thread.cmx event.cmx threads.cmxa threads.lib \
"C:/ocamlms64-31545/lib/ocaml/threads"
/usr/bin/install -c -p threads.cmxs "C:/ocamlms64-31545/lib/ocaml/threads"
make[2]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/otherlibs/systhreads'
if test -f ocamlopt.opt.exe; then make installoptopt; else \
cd "C:/ocamlms64-31545/bin"; \
ln -sf ocamlc.byte.exe ocamlc.exe; \
ln -sf ocamlopt.byte.exe ocamlopt.exe; \
ln -sf ocamllex.byte.exe ocamllex.exe; \
(test -f flexlink.byte.exe && \
ln -sf flexlink.byte.exe flexlink.exe) || true; \
fi
make[2]: Entering directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
/usr/bin/install -c -p ocamlc.opt.exe "C:/ocamlms64-31545/bin"
/usr/bin/install -c -p ocamlopt.opt.exe "C:/ocamlms64-31545/bin"
/usr/bin/install -c -p lex/ocamllex.opt.exe "C:/ocamlms64-31545/bin"
cd "C:/ocamlms64-31545/bin"; \
ln -sf ocamlc.opt.exe ocamlc.exe; \
ln -sf ocamlopt.opt.exe ocamlopt.exe; \
ln -sf ocamllex.opt.exe ocamllex.exe
/usr/bin/install -c -p flexlink.opt.exe "C:/ocamlms64-31545/bin"
cd "C:/ocamlms64-31545/bin"; \
ln -sf flexlink.opt.exe flexlink.exe
/usr/bin/install -c -p -m 644 \
utils/*.cmx parsing/*.cmx typing/*.cmx bytecomp/*.cmx \
toplevel/*.cmx toplevel/native/*.cmx \
toplevel/native/tophooks.cmi \
file_formats/*.cmx \
lambda/*.cmx \
driver/*.cmx asmcomp/*.cmx middle_end/*.cmx \
middle_end/closure/*.cmx \
middle_end/flambda/*.cmx \
middle_end/flambda/base_types/*.cmx \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
/usr/bin/install -c -p -m 644 \
compilerlibs/*.cmxa compilerlibs/*.lib \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
/usr/bin/install -c -p -m 644 \
driver/main.cmx driver/main.obj \
driver/optmain.cmx driver/optmain.obj \
toplevel/topstart.obj \
"C:/ocamlms64-31545/lib/ocaml/compiler-libs"
/usr/bin/install -c -p ocamlnat.exe "C:/ocamlms64-31545/bin"
make[2]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
/usr/bin/install -c -p -m 644 \
tools/profiling.cmx tools/profiling.obj \
"C:/ocamlms64-31545/lib/ocaml/profiling"
make[1]: Leaving directory '/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64'
+ dwarfdump -a stdlib/std_exit.o
/cygdrive/c/builds/workspace/precheck/flambda/false/label/ocaml-msvc-64/tools/ci/inria/main: line 333: dwarfdump: command not found
Build step 'Execute shell' marked build as failure
Email was triggered for: Always
Sending email for trigger: Always
Sending email to: david@tarides.com
Finished: FAILURE