OCamllabs icon Home|Differences with the last checks|Previous runs


Building on odawa

(from windows-server-2022-amd64-ocaml-5.3)
2025-01-16 17:18.03 ---> using "1d6ffeb5a52124df73b2e951323e99615c52ca4f9bdf0f65039be6146fabdaab" from cache

/: (user (uid 1000) (gid 1000))

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (env CI true)

/: (env OPAM_HEALTH_CHECK_CI true)

/: (run (shell "ln -f /usr/bin/opam-dev.exe /usr/bin/opam.exe"))
2025-01-16 17:18.03 ---> using "75bf3fbea1cbc65a9803f40104651d67c546cddf5606f6a4af6db8fca92eb5c0" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q fa60a1c9467beffc47d1748db9da7e933389ef8d"))
2025-01-16 17:18.03 ---> using "a95350463b4d8b8cecd3d19621c83d246178471f34d479391d6b46c004ecd8d2" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare ~/opam-repository"))

User configuration:
  Updating ~\.bash_profile.
[NOTE] Make sure that ~\.bash_profile is well sourced in your ~/.bashrc.

  Added 9 lines after line 1 in ~\.bash_profile.
2025-01-16 17:18.03 ---> using "17fb56c6e3ec72cd7ce21154cdca7b0304a6d009e83eb38c0e9a708e5f04c4a6" from cache

/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\Local\\opam\\download-cache")))
        (network host)
        (shell "opam switch create --repositories=default '5.3' '5.3.0'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "5.3.0"} | "ocaml-system" {= "5.3.0"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed arch-x86_64.1
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed host-arch-x86_64.1
-> installed host-system-mingw.1
-> retrieved flexdll.0.43  (cached)
-> retrieved ocaml-config.3  (cached)
-> installed flexdll.0.43
-> installed ocaml-options-vanilla.1
-> retrieved mingw-w64-shims.0.2.0  (cached)
-> installed conf-mingw-w64-gcc-x86_64.1
-> installed ocaml-env-mingw64.1
-> installed system-mingw.1
-> installed mingw-w64-shims.0.2.0
-> retrieved ocaml-compiler.5.3.0  (https://github.com/ocaml/ocaml/releases/download/5.3.0/ocaml-5.3.0.tar.gz)
-> installed ocaml-compiler.5.3.0
-> installed ocaml-base-compiler.5.3.0
-> installed ocaml-config.3
-> installed ocaml.5.3.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env --switch=5.3)
2025-01-16 17:18.03 ---> using "c399a41f12441caf534d6b480e348af3b7ac66dba41196a2baf6de57486e8a36" from cache

/: (run (network host)
        (shell "opam update --depexts"))
2025-01-16 17:18.03 ---> using "3f0dad7ff4433bab4d8eb2e737c8beb229211e4a5777141c4f5a1d5e6a74a51a" from cache

/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\Local\\opam\\download-cache")))
        (network host)
        (shell  "\
               \nopam remove -y \"ocaml-env-mingw64.1\"\
               \nopam install -vy \"ocaml-env-mingw64.1\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"ocaml-env-mingw64.1\" | grep -q '\"windows-server-2022-amd64-ocaml-5.3\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
The following actions will be performed:
=== remove 3 packages
  - remove    arch-x86_64                1     [conflicts with ocaml-compiler]
  - remove    host-arch-x86_64           1
  - remove    ocaml-env-mingw64          1
=== recompile 9 packages
  - recompile base-domains               base  [uses ocaml]
  - recompile base-effects               base  [uses ocaml]
  - recompile base-nnp                   base  [uses base-domains]
  - recompile mingw-w64-shims            0.2.0 [uses conf-mingw-w64-gcc-i686]
  - recompile ocaml                      5.3.0 [uses ocaml-base-compiler]
  - recompile ocaml-base-compiler        5.3.0 [uses ocaml-compiler]
  - recompile ocaml-compiler             5.3.0 [uses system-mingw]
  - recompile ocaml-config               3     [uses ocaml-base-compiler]
  - recompile system-mingw               1     [uses ocaml-env-mingw64]
=== install 5 packages
  - install   arch-x86_32                1     [required by ocaml-compiler]
  - install   conf-mingw-w64-gcc-i686    1     [required by ocaml-env-mingw32]
  - install   host-arch-x86_32           1
  - install   ocaml-env-mingw32          1     [required by system-mingw]
  - install   ocaml-option-bytecode-only 1     [required by ocaml-compiler]

The following system packages will first need to be installed:
    mingw64-i686-gcc-core

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run C:\Users\opam\AppData\Local\opam\.cygwin\setup-x86_64.exe to install them (may need root/sudo access)
  2. Display the recommended C:\Users\opam\AppData\Local\opam\.cygwin\setup-x86_64.exe command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ C:\Users\opam\AppData\Local\opam\.cygwin\setup-x86_64.exe "--root" "C:\\cygwin64" "--quiet-mode" "unattended" "--no-shortcuts" "--no-startmenu" "--no-desktop" "--no-admin" "--no-version-check" "--no-write-registry" "--packages" "mingw64-i686-gcc-core"
- Starting cygwin install, version 2.932
- User has backup/restore rights
- User has symlink creation right
- Current Directory: C:\Windows\system32
- root: C:\cygwin64 system
- Changing gid to Administrators
- Selected local directory: C:\Windows\system32
- net: Preconfig
- site: https://cygwin.mirror.constant.com/
- solving: 1 tasks, update: no, use test packages: no
- solving: 6 tasks, update: no, use test packages: no
- Augmented Transaction List:
-    0 install mingw64-i686-binutils                 2.43.1-1 
-    1 install mingw64-i686-windows-default-manifest 6.4-1    
-    2 install mingw64-i686-winpthreads              12.0.0-1 
-    3 install mingw64-i686-headers                  12.0.0-1 
-    4 install mingw64-i686-runtime                  12.0.0-1 
-    5 install mingw64-i686-gcc-core                 12.4.0-1 
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-binutils/mingw64-i686-binutils-2.43.1-1.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-windows-default-manifest/mingw64-i686-windows-default-manifest-6.4-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-winpthreads/mingw64-i686-winpthreads-12.0.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-headers/mingw64-i686-headers-12.0.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-runtime/mingw64-i686-runtime-12.0.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-gcc/mingw64-i686-gcc-core/mingw64-i686-gcc-core-12.4.0-1.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-binutils/mingw64-i686-binutils-2.43.1-1.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-windows-default-manifest/mingw64-i686-windows-default-manifest-6.4-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-winpthreads/mingw64-i686-winpthreads-12.0.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-headers/mingw64-i686-headers-12.0.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-runtime/mingw64-i686-runtime-12.0.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-gcc/mingw64-i686-gcc-core/mingw64-i686-gcc-core-12.4.0-1.tar.zst
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_000_autorebase.dash"
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_update-info-dir.dash"
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/zp_man-db-update-index.dash"
- Ending cygwin install
- NOTE: you should run 'diskperf -y' to enable the disk statistics
- NOTE: you should run 'diskperf -y' to enable the disk statistics

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   host-arch-x86_64.1
-> retrieved ocaml-config.3  (cached)
-> installed host-arch-x86_32.1
-> installed ocaml-option-bytecode-only.1
-> retrieved mingw-w64-shims.0.2.0  (cached)
-> removed   base-effects.base
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   ocaml.5.3.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.3.0
-> installed conf-mingw-w64-gcc-i686.1
-> retrieved ocaml-compiler.5.3.0  (https://github.com/ocaml/ocaml/releases/download/5.3.0/ocaml-5.3.0.tar.gz)
-> removed   ocaml-compiler.5.3.0
-> removed   arch-x86_64.1
-> removed   mingw-w64-shims.0.2.0
-> removed   system-mingw.1
-> removed   ocaml-env-mingw64.1
-> installed arch-x86_32.1
-> installed mingw-w64-shims.0.2.0
-> installed ocaml-env-mingw32.1
-> installed system-mingw.1
-> installed ocaml-compiler.5.3.0
-> installed ocaml-base-compiler.5.3.0
-> installed ocaml-config.3
-> installed ocaml.5.3.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env)
The following actions will be performed:
=== remove 5 packages
  - remove    arch-x86_32                1     [conflicts with ocaml-compiler]
  - remove    conf-mingw-w64-gcc-i686    1
  - remove    host-arch-x86_32           1
  - remove    ocaml-env-mingw32          1     [conflicts with ocaml-env-mingw64]
  - remove    ocaml-option-bytecode-only 1     [conflicts with ocaml-compiler]
=== recompile 9 packages
  - recompile base-domains               base  [uses ocaml]
  - recompile base-effects               base  [uses ocaml]
  - recompile base-nnp                   base  [uses base-domains]
  - recompile mingw-w64-shims            0.2.0
  - recompile ocaml                      5.3.0 [uses ocaml-base-compiler]
  - recompile ocaml-base-compiler        5.3.0 [uses ocaml-compiler]
  - recompile ocaml-compiler             5.3.0 [uses system-mingw]
  - recompile ocaml-config               3     [uses ocaml-base-compiler]
  - recompile system-mingw               1     [uses ocaml-env-mingw64]
=== install 3 packages
  - install   arch-x86_64                1     [required by ocaml-compiler]
  - install   host-arch-x86_64           1
  - install   ocaml-env-mingw64          1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   host-arch-x86_32.1
-> removed   base-effects.base
-> removed   base-nnp.base
-> removed   base-domains.base
Processing 10/50: [mingw-w64-shims.0.2.0: extract]
Processing 11/50: [mingw-w64-shims.0.2.0: extract]
-> removed   ocaml.5.3.0
Processing 12/50: [mingw-w64-shims.0.2.0: extract]
Processing 13/50: [mingw-w64-shims.0.2.0: extract]
Processing 14/50: [mingw-w64-shims.0.2.0: extract] [ocaml-compiler.5.3.0: extract]
-> retrieved ocaml-config.3  (cached)
Processing 15/50: [mingw-w64-shims.0.2.0: extract] [ocaml-compiler.5.3.0: extract]
-> removed   ocaml-config.3
Processing 16/50: [mingw-w64-shims.0.2.0: extract] [ocaml-compiler.5.3.0: extract]
-> removed   ocaml-base-compiler.5.3.0
Processing 17/50: [mingw-w64-shims.0.2.0: extract] [ocaml-compiler.5.3.0: extract]
Processing 18/50: [mingw-w64-shims.0.2.0: extract] [ocaml-compiler.5.3.0: extract]
Processing 19/50: [mingw-w64-shims.0.2.0: extract] [ocaml-compiler.5.3.0: extract]
Processing 20/50: [mingw-w64-shims.0.2.0: extract] [ocaml-compiler.5.3.0: extract]
-> installed host-arch-x86_64.1
Processing 21/50: [mingw-w64-shims.0.2.0: extract] [ocaml-compiler.5.3.0: extract]
-> retrieved mingw-w64-shims.0.2.0  (cached)
Processing 21/50: [ocaml-compiler.5.3.0: extract]
-> retrieved ocaml-compiler.5.3.0  (cached)
-> removed   ocaml-compiler.5.3.0
-> removed   arch-x86_32.1
-> removed   mingw-w64-shims.0.2.0
-> removed   ocaml-option-bytecode-only.1
-> removed   system-mingw.1
-> removed   ocaml-env-mingw32.1
-> removed   conf-mingw-w64-gcc-i686.1
Processing 30/50: [mingw-w64-shims: sh mingw-w64-shims]
Processing 31/50: [mingw-w64-shims: sh mingw-w64-shims]
-> installed arch-x86_64.1
Processing 32/50: [mingw-w64-shims: sh mingw-w64-shims]
-> installed ocaml-env-mingw64.1
Processing 33/50: [mingw-w64-shims: sh mingw-w64-shims]
Processing 34/50: [mingw-w64-shims: sh mingw-w64-shims]
-> installed system-mingw.1
Processing 35/50: [mingw-w64-shims: sh mingw-w64-shims]
+ C:\cygwin64\bin\sh.exe "./gen_config.sh" "mingw-w64-shims" "i686-gcc-g++-false" "x86_64-binutils" "x86_64-gcc-core" "x86_64-gcc-g++-false" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\mingw-w64-shims.0.2.0)
-> compiled  mingw-w64-shims.0.2.0
-> installed mingw-w64-shims.0.2.0
Processing 37/50: [ocaml-compiler: ./configure]
+ C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ocaml-compiler.5.3.0\./configure "--host=x86_64-w64-mingw32" "--prefix=C:\\Users\\opam\\AppData\\Local\\opam\\5.3" "--docdir=C:\\Users\\opam\\AppData\\Local\\opam\\5.3\\doc/ocaml" "--with-flexdll=C:\\Users\\opam\\AppData\\Local\\opam\\5.3\\share\\flexdll" "-C" "--disable-warn-error" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ocaml-compiler.5.3.0)
- configure: creating cache config.cache
- configure: Configuring OCaml version 5.3.0
- checking build system type... x86_64-pc-cygwin
- checking host system type... x86_64-w64-mingw32
- checking target system type... x86_64-w64-mingw32
- checking for csc... no
- checking for x86_64-w64-mingw32-ld... x86_64-w64-mingw32-ld
- checking how to print strings... printf
- checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.exe
- checking for suffix of executables... .exe
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether x86_64-w64-mingw32-gcc accepts -g... yes
- checking for x86_64-w64-mingw32-gcc option to enable C11 features... none needed
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-ld
- checking if the linker (x86_64-w64-mingw32-ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /cygdrive/c/Users/opam/AppData/Local/opam/5.3/bin/x86_64-w64-mingw32-nm -B
- checking the name lister (/cygdrive/c/Users/opam/AppData/Local/opam/5.3/bin/x86_64-w64-mingw32-nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 8192
- checking how to convert x86_64-pc-cygwin file names to x86_64-w64-mingw32 format... func_convert_file_cygwin_to_w32
- checking how to convert x86_64-pc-cygwin file names to toolchain format... func_convert_file_noop
- checking for x86_64-w64-mingw32-ld option to reload object files... -r
- checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
- checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
- checking for x86_64-w64-mingw32-dlltool... x86_64-w64-mingw32-dlltool
- checking how to associate runtime and link libraries... func_cygming_dll_for_implib
- checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
- checking for archiver @FILE support... @
- checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
- checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
- checking for gawk... gawk
- checking command to parse /cygdrive/c/Users/opam/AppData/Local/opam/5.3/bin/x86_64-w64-mingw32-nm -B output from x86_64-w64-mingw32-gcc object... ok
- checking for sysroot... no
- checking for a working dd... /usr/bin/dd
- checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
- checking for x86_64-w64-mingw32-mt... no
- checking for mt... no
- checking if : is a manifest tool... no
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... no
- checking for objdir... .libs
- checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
- checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
- checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
- checking if x86_64-w64-mingw32-gcc static flag -static works... yes
- checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
- checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
- checking whether the x86_64-w64-mingw32-gcc linker (x86_64-w64-mingw32-ld) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... yes
- checking dynamic linker characteristics... Win32 ld.exe
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
- checking C compiler vendor... mingw-12-0-gcc-12-4
- checking whether host executables can be run in the build... yes
- checking whether #! works in shell scripts... yes
- checking whether the C compiler accepts -Wold-style-declaration... yes
- checking whether the C compiler accepts -Wimplicit-fallthrough=5... yes
- checking for flexdll sources... flexdll-sources (from C:\Users\opam\AppData\Local\opam\5.3\share\flexdll)
- checking for flexlink... no
- checking for flexdll.h... yes
- checking for winpthreads sources... skipping on that platform
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for library containing cos... none required
- checking for math.h... yes
- checking for pthread_np.h... no
- checking for dirent.h... yes
- checking for sys/select.h... no
- checking for sys/mman.h... no
- checking for off_t... yes
- checking size of int... 4
- checking size of long... 4
- checking size of long *... 8
- checking size of short... 2
- checking size of long long... 8
- configure: Target is a 64 bits architecture
- checking whether byte ordering is bigendian... no
- checking alignment of double... 8
- checking alignment of long... 4
- checking alignment of long long... 8
- checking for max_align_t... yes
- checking if x86_64-w64-mingw32-gcc supports _Atomic types with no additional options... yes
- checking whether the C compiler accepts -fno-tree-vrp... yes
- checking whether the C compiler supports __attribute__((optimize("tree-vectorize")))... yes
- checking whether x86_64-w64-mingw32-gcc supports the labels as values extension... yes
- checking for x86_64-w64-mingw32-ld... x86_64-w64-mingw32-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... no
- configure: WARNING: round does not work; emulation enabled
- checking whether fma works... no
- configure: WARNING: fma does not work; emulation enabled
- checking for getentropy... no
- checking for getrusage... no
- checking for times... no
- checking for secure_getenv... no
- checking for __secure_getenv... no
- checking for issetugid... no
- checking for library containing clock_gettime... none required
- configure: not using thread sanitizer
- checking for library containing socket... -lws2_32
- 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... yes
- checking for getnameinfo... yes
- checking for inet_pton... yes
- checking for inet_ntop... yes
- checking for rewinddir... yes
- 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... yes
- checking for ftruncate... yes
- checking for select... yes
- checking for fd_set... no
- checking for nanosleep... yes
- 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... yes
- checking for mktime... yes
- checking for putenv... yes
- checking for setenv... no
- checking for locale.h... yes
- checking for newlocale... no
- checking for xlocale.h... no
- checking for strtod_l... 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... yes
- 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-w64-mingw32-pkg-config... /usr/bin/x86_64-w64-mingw32-pkg-config
- checking for x86_64-w64-mingw32-gcc 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 for printf in -lgcc_eh... yes
- checking arguments for pthread_getaffinity_np... pthread_getaffinity_np not found
- configure: the threads library is supported
- configure: not using frame pointers
- checking whether mmap supports huge pages... no
- checking whether mmap supports MAP_STACK... no
- configure: No support for function sections on x86_64-w64-mingw32.
- configure: Disabling function sections.
- configure: updating cache config.cache
- 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: executing native-symlinks commands
- config.status: executing libtool commands
- config.status: executing shebang commands
Processing 37/50: [ocaml-compiler: make]
+ C:\cygwin64\bin\make.exe "-j31" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ocaml-compiler.5.3.0)
- /usr/bin/make coldstart
- make[1]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
-   GEN runtime/primitives
-   GEN runtime/caml/opnames.h
-   GEN runtime/caml/jumptbl.h
-   CC runtime/sak.o
-   GEN runtime/prims.c
-   MKEXE runtime/sak.exe
-   GEN runtime/build_config.h
-   CC runtime/prims.o
-   CC runtime/addrmap.b.o
-   CC runtime/afl.b.o
-   CC runtime/alloc.b.o
-   CC runtime/array.b.o
-   CC runtime/backtrace.b.o
-   CC runtime/bigarray.b.o
-   CC runtime/blake2.b.o
-   CC runtime/callback.b.o
-   CC runtime/codefrag.b.o
-   CC runtime/compare.b.o
-   CC runtime/custom.b.o
-   CC runtime/debugger.b.o
-   CC runtime/domain.b.o
-   CC runtime/dynlink.b.o
-   CC runtime/extern.b.o
-   CC runtime/fail.b.o
-   CC runtime/fiber.b.o
-   CC runtime/finalise.b.o
-   CC runtime/floats.b.o
-   CC runtime/gc_ctrl.b.o
-   CC runtime/gc_stats.b.o
-   CC runtime/globroots.b.o
-   CC runtime/hash.b.o
-   CC runtime/intern.b.o
-   CC runtime/ints.b.o
-   CC runtime/io.b.o
-   CC runtime/lexing.b.o
-   CC runtime/lf_skiplist.b.o
-   CC runtime/main.b.o
-   CC runtime/major_gc.b.o
-   CC runtime/md5.b.o
-   CC runtime/memory.b.o
-   CC runtime/memprof.b.o
-   CC runtime/meta.b.o
-   CC runtime/minor_gc.b.o
-   CC runtime/misc.b.o
-   CC runtime/obj.b.o
-   CC runtime/parsing.b.o
-   CC runtime/platform.b.o
-   CC runtime/printexc.b.o
-   CC runtime/prng.b.o
-   CC runtime/roots.b.o
-   CC runtime/runtime_events.b.o
-   CC runtime/shared_heap.b.o
-   CC runtime/signals.b.o
-   CC runtime/skiplist.b.o
-   CC runtime/startup_aux.b.o
-   CC runtime/str.b.o
-   CC runtime/sync.b.o
-   CC runtime/sys.b.o
-   CC runtime/win32_non_shared.b.o
-   CC runtime/weak.b.o
-   CC runtime/backtrace_byt.b.o
-   CC runtime/fail_byt.b.o
-   CC runtime/fix_code.b.o
-   CC runtime/interp.b.o
-   CC runtime/startup_byt.b.o
-   CC runtime/zstd.b.o
-   CC runtime/win32.b.o
-   MKLIB runtime/libcamlrun.a
-   MKLIB runtime/libcamlrun_non_shared.a
-   MKEXE runtime/ocamlruns.exe
- cp runtime/ocamlruns.exe boot/ocamlrun.exe
- /usr/bin/make -C stdlib OCAMLRUN='$(ROOTDIR)/boot/ocamlrun.exe' USE_BOOT_OCAMLC=true all
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
-   OCAMLC camlinternalFormatBasics.cmi
-   CC headernt.o
-   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__Bool.cmi
-   OCAMLC stdlib__Char.cmi
-   OCAMLC stdlib__Uchar.cmi
-   OCAMLC stdlib__List.cmi
-   OCAMLC stdlib__Int.cmi
-   OCAMLC stdlib__Bytes.cmi
-   OCAMLC stdlib__String.cmi
-   OCAMLC stdlib__Unit.cmi
-   OCAMLC stdlib__Marshal.cmi
-   OCAMLC stdlib__Array.cmi
-   OCAMLC stdlib__Float.cmi
-   OCAMLC stdlib__Int32.cmo
-   OCAMLC stdlib__Int64.cmi
-   OCAMLC stdlib__Nativeint.cmi
-   OCAMLC stdlib__Lexing.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__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
-   MKEXE tmpheader.exe
-   OCAMLC stdlib__Either.cmo
-   OCAMLC stdlib__Sys.cmo
-   OCAMLC stdlib__Obj.cmi
-   OCAMLC stdlib__Atomic.cmo
- x86_64-w64-mingw32-strip tmpheader.exe
-   OCAMLC stdlib__Lazy.cmi
-   OCAMLC stdlib__Option.cmi
-   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__Bytes.cmo
-   OCAMLC stdlib__String.cmo
-   OCAMLC stdlib__Unit.cmo
-   OCAMLC stdlib__Marshal.cmo
-   OCAMLC stdlib__Array.cmo
-   OCAMLC stdlib__Float.cmo
-   OCAMLC stdlib__Int64.cmo
-   OCAMLC stdlib__Nativeint.cmo
-   OCAMLC stdlib__Lexing.cmo
-   OCAMLC stdlib__Parsing.cmi
-   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__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__Dynarray.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/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- rm -f boot/libcamlrun.a 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; cp -pf ../runtime/libcamlrun.a .
- make[1]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make opt.opt
- make[1]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make checkstack
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- make[2]: Nothing to be done for 'checkstack'.
- make[2]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make coreall
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
-   GEN runtime/ld.conf
-   CC runtime/addrmap.bd.o
-   CC runtime/afl.bd.o
-   CC runtime/alloc.bd.o
-   CC runtime/array.bd.o
-   CC runtime/backtrace.bd.o
-   CC runtime/bigarray.bd.o
-   CC runtime/blake2.bd.o
-   CC runtime/callback.bd.o
-   CC runtime/codefrag.bd.o
-   CC runtime/compare.bd.o
-   CC runtime/custom.bd.o
-   CC runtime/debugger.bd.o
-   CC runtime/domain.bd.o
-   CC runtime/dynlink.bd.o
-   CC runtime/extern.bd.o
-   CC runtime/fail.bd.o
-   CC runtime/fiber.bd.o
-   CC runtime/finalise.bd.o
-   CC runtime/floats.bd.o
-   CC runtime/gc_ctrl.bd.o
-   CC runtime/gc_stats.bd.o
-   CC runtime/globroots.bd.o
-   CC runtime/hash.bd.o
-   CC runtime/intern.bd.o
-   CC runtime/ints.bd.o
-   CC runtime/io.bd.o
-   CC runtime/lexing.bd.o
-   CC runtime/lf_skiplist.bd.o
-   CC runtime/main.bd.o
-   CC runtime/major_gc.bd.o
-   CC runtime/md5.bd.o
-   CC runtime/memory.bd.o
-   CC runtime/memprof.bd.o
-   CC runtime/meta.bd.o
-   CC runtime/minor_gc.bd.o
-   CC runtime/misc.bd.o
-   CC runtime/obj.bd.o
-   CC runtime/parsing.bd.o
-   CC runtime/platform.bd.o
-   CC runtime/printexc.bd.o
-   CC runtime/prng.bd.o
-   CC runtime/roots.bd.o
-   CC runtime/runtime_events.bd.o
-   CC runtime/shared_heap.bd.o
-   CC runtime/signals.bd.o
-   CC runtime/skiplist.bd.o
-   CC runtime/startup_aux.bd.o
-   CC runtime/str.bd.o
-   CC runtime/sync.bd.o
-   CC runtime/sys.bd.o
-   CC runtime/win32.bd.o
-   CC runtime/weak.bd.o
-   CC runtime/backtrace_byt.bd.o
-   CC runtime/fail_byt.bd.o
-   CC runtime/fix_code.bd.o
-   CC runtime/interp.bd.o
-   CC runtime/startup_byt.bd.o
-   CC runtime/zstd.bd.o
-   CC runtime/instrtrace.bd.o
-   CC runtime/addrmap.bi.o
-   CC runtime/afl.bi.o
-   CC runtime/alloc.bi.o
-   CC runtime/array.bi.o
-   CC runtime/backtrace.bi.o
-   CC runtime/bigarray.bi.o
-   CC runtime/blake2.bi.o
-   CC runtime/callback.bi.o
-   CC runtime/codefrag.bi.o
-   CC runtime/compare.bi.o
-   CC runtime/custom.bi.o
-   CC runtime/debugger.bi.o
-   CC runtime/domain.bi.o
-   CC runtime/dynlink.bi.o
-   CC runtime/extern.bi.o
-   CC runtime/fail.bi.o
-   CC runtime/fiber.bi.o
-   CC runtime/finalise.bi.o
-   CC runtime/floats.bi.o
-   CC runtime/gc_ctrl.bi.o
-   CC runtime/gc_stats.bi.o
-   CC runtime/globroots.bi.o
-   CC runtime/hash.bi.o
-   CC runtime/intern.bi.o
-   CC runtime/ints.bi.o
-   CC runtime/io.bi.o
-   CC runtime/lexing.bi.o
-   CC runtime/lf_skiplist.bi.o
-   CC runtime/main.bi.o
-   CC runtime/major_gc.bi.o
-   CC runtime/md5.bi.o
-   CC runtime/memory.bi.o
-   CC runtime/memprof.bi.o
-   CC runtime/meta.bi.o
-   CC runtime/minor_gc.bi.o
-   CC runtime/misc.bi.o
-   CC runtime/obj.bi.o
-   CC runtime/parsing.bi.o
-   CC runtime/platform.bi.o
-   CC runtime/printexc.bi.o
-   CC runtime/prng.bi.o
-   CC runtime/roots.bi.o
-   CC runtime/runtime_events.bi.o
-   CC runtime/shared_heap.bi.o
-   CC runtime/signals.bi.o
-   CC runtime/skiplist.bi.o
-   CC runtime/startup_aux.bi.o
-   CC runtime/str.bi.o
-   CC runtime/sync.bi.o
-   CC runtime/sys.bi.o
-   CC runtime/win32.bi.o
-   CC runtime/weak.bi.o
-   CC runtime/backtrace_byt.bi.o
-   CC runtime/fail_byt.bi.o
-   CC runtime/fix_code.bi.o
-   CC runtime/interp.bi.o
-   CC runtime/startup_byt.bi.o
-   CC runtime/zstd.bi.o
- rm -f flexdll-sources/flexlink.exe
- /usr/bin/make -C flexdll-sources MSVCC_ROOT= MSVC_DETECT=0 OCAML_CONFIG_FILE=../Makefile.config CHAINS=mingw64 ROOTDIR=.. \
-   OCAMLRUN='$(ROOTDIR)/boot/ocamlrun.exe' NATDYNLINK=false \
-   OCAMLOPT='$(OCAMLRUN) $(ROOTDIR)/boot/ocamlc -use-prims ../runtime/primitives -nostdlib -I ../stdlib' \
-   flexlink.exe support
- make[3]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/flexdll-sources'
- mkdir -p byte/bin
- echo "let version = \"0.43\"" > version.ml
- echo "let mingw_prefix = \"i686-w64-mingw32-\"" >> version.ml
- rm -f COMPILER-*
- echo "let mingw64_prefix = \"x86_64-w64-mingw32-\"" >> version.ml
- touch COMPILER-50300
- x86_64-w64-mingw32-windres version.rc version_res.o
- x86_64-w64-mingw32-gcc -c -DMINGW -o flexdll_mingw64.o flexdll.c
- x86_64-w64-mingw32-gcc -c -o flexdll_initer_mingw64.o flexdll_initer.c
- sed -e '/^401:\|^402:\|^403:\|^405:\|^406:\|^407:/d;s/^[0-9]*://' Compat.ml.in > Compat.ml
- Building flexlink.exe with TOOLCHAIN=mingw for OCaml 5.3.0
- rm -f flexlink.exe
- ../boot/ocamlrun.exe ../boot/ocamlc -use-prims ../runtime/primitives -nostdlib -I ../stdlib -o flexlink.exe -cclib "version_res.o" version.ml Compat.ml coff.ml cmdline.ml create_dll.ml reloc.ml
-   MKLIB runtime/libcamlrund.a
- make[3]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/flexdll-sources'
- cp flexdll-sources/flexlink.exe flexlink.byte.exe
- rm -f byte/bin/flexlink.exe
- cp boot/ocamlrun.exe byte/bin/flexlink.exe
- cat flexlink.byte.exe >> byte/bin/flexlink.exe
- cp flexdll-sources/flexdll_mingw64.o flexdll-sources/flexdll_initer_mingw64.o byte/bin
-   MKEXE runtime/ocamlrun.exe
-   MKEXE runtime/ocamlrund.exe
-   MKLIB runtime/libcamlruni.a
-   MKEXE runtime/ocamlruni.exe
- cd stdlib; cp -pf ../runtime/libcamlrun.a .
- /usr/bin/make ocamlc
- make[3]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
-   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/targetint.cmi
-   OCAMLC utils/int_replace_polymorphic_compare.cmi
-   GEN utils/domainstate.mli
-   OCAMLC utils/binutils.cmi
-   OCAMLC utils/lazy_backtrack.cmi
-   OCAMLC utils/compression.cmi
-   OCAMLC parsing/location.cmi
-   OCAMLC parsing/unit_info.cmi
-   OCAMLC parsing/longident.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
-   GEN utils/config_main.ml
-   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
-   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_main.mli
-   GEN utils/config_boot.ml
- cp utils/config.mli utils/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/strongly_connected_components.cmi
-   OCAMLC utils/domainstate.cmi
-   OCAMLC parsing/asttypes.cmi
-   OCAMLC parsing/syntaxerr.cmi
-   OCAMLC parsing/camlinternalMenhirLib.cmi
-   OCAMLC typing/annot.cmi
-   OCAMLC typing/path.cmi
-   OCAMLC middle_end/compilation_unit.cmi
-   OCAMLC tools/make_opcodes.cmo
-   GEN utils/config.ml
-   OCAMLC utils/domainstate.cmo
-   OCAMLC parsing/asttypes.cmo
-   OCAMLC parsing/longident.cmo
-   OCAMLC parsing/syntaxerr.cmo
-   OCAMLC lambda/runtimedef.cmo
-   OCAMLC bytecomp/dll.cmo
-   OCAMLC utils/config_main.cmi
-   OCAMLC utils/config_boot.cmi
-   OCAMLC driver/errors.cmo
-   OCAMLC driver/main.cmo
-   OCAMLC utils/clflags.cmi
-   OCAMLC utils/consistbl.cmi
-   OCAMLC utils/diffing.cmi
-   OCAMLC parsing/parsetree.cmi
-   OCAMLC typing/shape.cmi
-   OCAMLC lambda/debuginfo.cmi
-   OCAMLC middle_end/flambda/base_types/set_of_closures_id.cmi
-   OCAMLC middle_end/flambda/base_types/export_id.cmi
-   LINKC tools/make_opcodes.exe
-   OCAMLC driver/compenv.cmi
-   OCAMLC utils/config.cmo
-   OCAMLC utils/misc.cmo
-   OCAMLC utils/identifiable.cmo
-   OCAMLC utils/numbers.cmo
-   OCAMLC utils/load_path.cmo
-   OCAMLC utils/clflags.cmo
-   OCAMLC utils/profile.cmo
-   OCAMLC utils/ccomp.cmo
-   OCAMLC utils/warnings.cmo
-   OCAMLC utils/consistbl.cmo
-   OCAMLC utils/linkdeps.cmo
-   OCAMLC utils/strongly_connected_components.cmo
-   OCAMLC utils/targetint.cmo
-   OCAMLC utils/diffing.cmo
-   OCAMLC parsing/location.cmo
-   OCAMLC parsing/unit_info.cmo
-   OCAMLC parsing/camlinternalMenhirLib.cmo
-   OCAMLC typing/ident.cmo
-   OCAMLC typing/shape.cmo
-   OCAMLC lambda/debuginfo.cmo
-   OCAMLC driver/compenv.cmo
-   OCAMLC driver/main_args.cmo
-   OCAMLC utils/config_main.cmo
-   OCAMLC utils/config_boot.cmo
-   OCAMLC utils/diffing_with_keys.cmi
-   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
-   OCAMLC middle_end/backend_var.cmi
-   GEN bytecomp/opcodes.ml
-   OCAMLC driver/pparse.cmi
-   OCAMLC utils/diffing_with_keys.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 typing/primitive.cmi
-   OCAMLC typing/oprint.cmi
-   OCAMLC bytecomp/opcodes.cmi
-   GEN parsing/parser.mli
-   OCAMLC parsing/ast_helper.cmo
-   OCAMLC parsing/builtin_attributes.cmo
-   GEN parsing/parser.ml
-   OCAMLC parsing/ast_mapper.cmo
-   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 parsing/lexer.cmo
-   OCAMLC parsing/pprintast.cmo
-   OCAMLC parsing/parse.cmo
-   OCAMLC typing/path.cmo
-   OCAMLC typing/types.cmo
-   OCAMLC typing/oprint.cmo
-   OCAMLC driver/makedepend.cmo
-   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 typing/rawprinttyp.cmo
-   OCAMLC typing/gprinttyp.cmo
-   OCAMLC typing/persistent_env.cmi
-   OCAMLC typing/env.cmi
-   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.cmo
-   OCAMLC typing/typedtree.cmi
-   OCAMLC typing/ctype.cmi
-   OCAMLC typing/out_type.cmi
-   OCAMLC typing/mtype.cmi
-   OCAMLC typing/envaux.cmi
-   OCAMLC typing/shape_reduce.cmi
-   OCAMLC typing/typedecl_properties.cmi
-   OCAMLC typing/typedecl_unboxed.cmi
-   OCAMLC lambda/lambda.cmi
-   OCAMLC driver/compmisc.cmi
-   OCAMLC typing/env.cmo
-   OCAMLC bytecomp/bytepackager.cmi
-   OCAMLC typing/printtyp.cmi
-   OCAMLC typing/errortrace_report.cmi
-   OCAMLC typing/includeclass.cmi
-   OCAMLC typing/typedecl_immediacy.cmi
-   OCAMLC typing/typedecl_separability.cmi
-   OCAMLC typing/ctype.cmo
-   OCAMLC typing/out_type.cmo
-   OCAMLC typing/mtype.cmo
-   OCAMLC typing/shape_reduce.cmo
-   OCAMLC typing/typedecl_properties.cmo
-   OCAMLC typing/typedecl_unboxed.cmo
-   OCAMLC typing/typedecl_immediacy.cmo
-   OCAMLC typing/typedecl_separability.cmo
-   OCAMLC lambda/lambda.cmo
-   OCAMLC typing/printtyped.cmi
-   OCAMLC typing/includecore.cmi
-   OCAMLC typing/tast_iterator.cmi
-   OCAMLC typing/tast_mapper.cmi
-   OCAMLC typing/stypes.cmi
-   OCAMLC file_formats/cmt_format.cmi
-   OCAMLC typing/untypeast.cmi
-   OCAMLC typing/typetexp.cmi
-   OCAMLC typing/printpat.cmi
-   OCAMLC typing/patterns.cmi
-   OCAMLC typing/parmatch.cmi
-   OCAMLC typing/typedecl_variance.cmi
-   OCAMLC typing/typeopt.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/compile_common.cmi
-   OCAMLC typing/typedtree.cmo
-   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/tast_iterator.cmo
-   OCAMLC typing/tast_mapper.cmo
-   OCAMLC typing/stypes.cmo
-   OCAMLC file_formats/cmt_format.cmo
-   OCAMLC typing/untypeast.cmo
-   OCAMLC typing/typetexp.cmo
-   OCAMLC typing/printpat.cmo
-   OCAMLC typing/patterns.cmo
-   OCAMLC typing/parmatch.cmo
-   OCAMLC typing/typedecl_variance.cmo
-   OCAMLC typing/typeopt.cmo
-   OCAMLC typing/value_rec_check.cmo
-   OCAMLC lambda/printlambda.cmo
-   OCAMLC lambda/matching.cmo
-   OCAMLC lambda/value_rec_compiler.cmo
-   OCAMLC lambda/translobj.cmo
-   OCAMLC lambda/translattribute.cmo
-   OCAMLC lambda/translprim.cmo
-   OCAMLC lambda/translcore.cmo
-   OCAMLC lambda/translclass.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 typing/cmt2annot.cmi
-   OCAMLC typing/includemod.cmi
-   OCAMLC typing/typedecl.cmi
-   OCAMLC middle_end/variable.cmi
-   OCAMLC middle_end/clambda.cmi
-   OCAMLC bytecomp/meta.cmi
-   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/includemod_errorprinter.cmi
-   OCAMLC typing/typemod.cmi
-   OCAMLC typing/cmt2annot.cmo
-   OCAMLC typing/includemod.cmo
-   OCAMLC typing/typedecl.cmo
-   OCAMLC typing/typecore.cmo
-   OCAMLC typing/typeclass.cmo
-   OCAMLC bytecomp/meta.cmo
-   OCAMLC bytecomp/symtable.cmo
-   OCAMLC driver/compmisc.cmo
-   OCAMLC driver/compile_common.cmo
-   OCAMLC bytecomp/bytepackager.cmo
-   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 typing/includemod_errorprinter.cmo
-   OCAMLC typing/typemod.cmo
-   OCAMLC middle_end/flambda/base_types/var_within_closure.cmi
-   OCAMLC middle_end/flambda/base_types/closure_id.cmi
-   LINKC compilerlibs/ocamlbytecomp.cma
-   OCAMLC middle_end/flambda/projection.cmi
-   OCAMLC middle_end/flambda/base_types/closure_origin.cmi
-   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/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make ocamllex ocamltools library
- make[3]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
-   CC yacc/wstr.o
-   CC yacc/closure.o
-   CC yacc/error.o
-   CC yacc/lalr.o
-   CC yacc/lr0.o
-   CC yacc/main.o
-   CC yacc/mkpar.o
-   CC yacc/output.o
-   CC yacc/reader.o
-   CC yacc/skeleton.o
-   CC yacc/symtab.o
-   CC yacc/verbose.o
-   CC yacc/warshall.o
- /usr/bin/make -C stdlib all
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
-   OCAMLC camlinternalFormatBasics.cmi
-   OCAMLC camlinternalFormatBasics.cmo
-   MKEXE yacc/ocamlyacc.exe
-   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__Bool.cmi
-   OCAMLC stdlib__Char.cmi
-   OCAMLC stdlib__Uchar.cmi
-   OCAMLC stdlib__List.cmi
-   OCAMLC stdlib__Int.cmi
-   OCAMLC stdlib__Bytes.cmi
-   OCAMLC stdlib__String.cmi
-   OCAMLC stdlib__Unit.cmi
-   OCAMLC stdlib__Marshal.cmi
-   OCAMLC stdlib__Array.cmi
-   OCAMLC stdlib__Float.cmi
-   OCAMLC stdlib__Int32.cmo
-   OCAMLC stdlib__Int64.cmi
-   OCAMLC stdlib__Nativeint.cmi
-   OCAMLC stdlib__Lexing.cmi
-   OCAMLC stdlib__Set.cmi
-   OCAMLC stdlib__Map.cmi
- /usr/bin/make lex-all
-   OCAMLC stdlib__Stack.cmi
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
-   OCAMLC stdlib__Queue.cmi
-   OCAMLC stdlib__Buffer.cmi
-   OCAMLC lex/cset.cmi
-   OCAMLC stdlib__Mutex.cmi
-   OCAMLYACC lex/parser.ml
-   OCAMLC stdlib__Semaphore.cmi
-   OCAMLLEX lex/lexer.ml
-   OCAMLC stdlib__Domain.cmi
-   OCAMLC lex/table.cmi
-   OCAMLC camlinternalFormat.cmi
-   OCAMLC lex/main.cmi
-   OCAMLC lex/cset.cmo
-   OCAMLC stdlib__Printf.cmi
-   OCAMLC lex/syntax.cmi
-   OCAMLC stdlib__Arg.cmi
-   OCAMLC lex/table.cmo
-   OCAMLC stdlib__Fun.cmi
-   OCAMLC stdlib__Complex.cmi
-   OCAMLC lex/syntax.cmo
-   OCAMLC lex/parser.cmi
-   OCAMLC lex/lexgen.cmi
-   OCAMLC stdlib__Digest.cmi
-   OCAMLC stdlib__Random.cmi
-   OCAMLC lex/parser.cmo
-   OCAMLC stdlib__Hashtbl.cmi
-   OCAMLC lex/lexer.cmi
-   OCAMLC lex/lexgen.cmo
-   OCAMLC lex/compact.cmi
-   OCAMLC lex/common.cmi
-   OCAMLC stdlib__Format.cmi
-   OCAMLC lex/lexer.cmo
-   OCAMLC stdlib__Scanf.cmi
-   OCAMLC lex/compact.cmo
-   OCAMLC lex/common.cmo
-   OCAMLC stdlib__Callback.cmi
-   OCAMLC lex/output.cmi
-   OCAMLC lex/outputbis.cmi
-   OCAMLC stdlib__Dynarray.cmi
-   OCAMLC lex/output.cmo
-   OCAMLC lex/outputbis.cmo
-   OCAMLC stdlib__Ephemeron.cmi
-   OCAMLC lex/main.cmo
-   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
-   LINKC lex/ocamllex.exe
-   OCAMLC stdlib__Sys.cmo
-   OCAMLC stdlib__Obj.cmi
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make tools-all
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
-   OCAMLC stdlib__Atomic.cmo
-   OCAMLC stdlib__Lazy.cmi
-   OCAMLC stdlib__Option.cmi
-   OCAMLC stdlib__Result.cmi
-   OCAMLC stdlib__Bool.cmo
-   OCAMLC stdlib__Char.cmo
-   OCAMLC stdlib__Uchar.cmo
-   OCAMLC tools/ocamldep.cmi
-   OCAMLC middle_end/printclambda_primitives.cmi
-   OCAMLC stdlib__List.cmo
-   OCAMLC middle_end/printclambda.cmi
-   OCAMLC middle_end/semantics_of_primitives.cmi
-   OCAMLC middle_end/convert_primitives.cmi
-   OCAMLC stdlib__Int.cmo
-   OCAMLC middle_end/flambda/base_types/id_types.cmi
-   OCAMLC stdlib__Bytes.cmo
-   OCAMLC middle_end/flambda/pass_wrapper.cmi
-   OCAMLC middle_end/flambda/flambda_iterators.cmi
-   OCAMLC stdlib__String.cmo
-   OCAMLC middle_end/flambda/flambda_utils.cmi
-   OCAMLC middle_end/flambda/effect_analysis.cmi
-   OCAMLC stdlib__Unit.cmo
-   OCAMLC middle_end/flambda/inlining_cost.cmi
-   OCAMLC stdlib__Marshal.cmo
-   OCAMLC middle_end/flambda/export_info_for_pack.cmi
-   OCAMLC stdlib__Array.cmo
-   OCAMLC middle_end/compilenv.cmi
-   OCAMLC middle_end/backend_intf.cmi
-   OCAMLC stdlib__Float.cmo
-   OCAMLC stdlib__Int64.cmo
-   OCAMLC middle_end/flambda/import_approx.cmi
-   OCAMLC middle_end/flambda/lift_code.cmi
-   OCAMLC stdlib__Nativeint.cmo
-   OCAMLC middle_end/flambda/closure_conversion_aux.cmi
-   OCAMLC stdlib__Lexing.cmo
-   OCAMLC middle_end/flambda/initialize_symbol_to_let_symbol.cmi
-   OCAMLC stdlib__Parsing.cmi
-   OCAMLC stdlib__Set.cmo
-   OCAMLC middle_end/flambda/lift_let_to_initialize_symbol.cmi
-   OCAMLC middle_end/flambda/find_recursive_functions.cmi
-   OCAMLC middle_end/flambda/invariant_params.cmi
-   OCAMLC stdlib__Map.cmo
-   OCAMLC middle_end/flambda/inconstant_idents.cmi
-   OCAMLC middle_end/flambda/alias_analysis.cmi
-   OCAMLC stdlib__Stack.cmo
-   OCAMLC middle_end/flambda/lift_constants.cmi
-   OCAMLC stdlib__Queue.cmo
-   OCAMLC middle_end/flambda/share_constants.cmi
-   OCAMLC stdlib__Buffer.cmo
-   OCAMLC middle_end/flambda/simplify_common.cmi
-   OCAMLC middle_end/flambda/remove_unused_arguments.cmi
-   OCAMLC stdlib__Mutex.cmo
-   OCAMLC middle_end/flambda/remove_unused_closure_vars.cmi
-   OCAMLC stdlib__Condition.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 camlinternalFormat.cmo
-   OCAMLC middle_end/flambda/inlining_stats_types.cmi
-   OCAMLC stdlib__Printf.cmo
-   OCAMLC stdlib__Arg.cmo
-   OCAMLC middle_end/flambda/remove_free_vars_equal_to_args.cmi
-   OCAMLC middle_end/flambda/ref_to_variables.cmi
-   OCAMLC stdlib__Printexc.cmi
-   OCAMLC middle_end/flambda/flambda_invariants.cmi
-   OCAMLC stdlib__Bigarray.cmi
-   OCAMLC middle_end/flambda/traverse_for_exported_symbols.cmi
-   OCAMLC stdlib__Hashtbl.cmo
-   OCAMLC middle_end/flambda/build_export_info.cmi
-   OCAMLC middle_end/flambda/closure_offsets.cmi
-   OCAMLC middle_end/flambda/un_anf.cmi
-   OCAMLC stdlib__Weak.cmi
-   OCAMLC middle_end/flambda/flambda_to_clambda.cmi
-   OCAMLC stdlib__Format.cmo
-   OCAMLC middle_end/flambda/flambda_middle_end.cmi
-   OCAMLC middle_end/internal_variable_names.cmo
-   OCAMLC stdlib__Scanf.cmo
-   OCAMLC middle_end/linkage_name.cmo
-   OCAMLC stdlib__Callback.cmo
-   OCAMLC middle_end/compilation_unit.cmo
-   OCAMLC camlinternalOO.cmi
-   OCAMLC middle_end/variable.cmo
-   OCAMLC middle_end/flambda/base_types/closure_element.cmo
-   OCAMLC camlinternalMod.cmi
-   OCAMLC middle_end/flambda/base_types/closure_id.cmo
-   OCAMLC middle_end/symbol.cmo
-   OCAMLC stdlib__Ephemeron.cmo
-   OCAMLC middle_end/backend_var.cmo
-   OCAMLC middle_end/clambda_primitives.cmo
-   OCAMLC middle_end/printclambda_primitives.cmo
-   OCAMLC stdlib__Filename.cmo
-   OCAMLC middle_end/clambda.cmo
-   OCAMLC middle_end/printclambda.cmo
-   OCAMLC middle_end/semantics_of_primitives.cmo
-   OCAMLC stdlib__ArrayLabels.cmo
-   OCAMLC middle_end/convert_primitives.cmo
-   OCAMLC stdlib__ListLabels.cmo
-   OCAMLC stdlib__BytesLabels.cmo
-   OCAMLC middle_end/flambda/base_types/id_types.cmo
-   OCAMLC middle_end/flambda/base_types/export_id.cmo
-   OCAMLC stdlib__StringLabels.cmo
-   OCAMLC middle_end/flambda/base_types/tag.cmo
-   OCAMLC middle_end/flambda/base_types/mutable_variable.cmo
-   OCAMLC stdlib__MoreLabels.cmo
-   OCAMLC middle_end/flambda/base_types/set_of_closures_id.cmo
-   OCAMLC middle_end/flambda/base_types/set_of_closures_origin.cmo
-   OCAMLC middle_end/flambda/base_types/closure_origin.cmo
-   OCAMLC stdlib__StdLabels.cmi
-   OCAMLC middle_end/flambda/base_types/var_within_closure.cmo
-   OCAMLC middle_end/flambda/base_types/static_exception.cmo
-   OCAMLC stdlib__Effect.cmi
-   OCAMLC middle_end/flambda/pass_wrapper.cmo
-   OCAMLC std_exit.cmo
-   OCAMLC middle_end/flambda/allocated_const.cmo
-   OCAMLC middle_end/flambda/parameter.cmo
-   OCAMLC stdlib__Obj.cmo
-   OCAMLC middle_end/flambda/projection.cmo
-   OCAMLC stdlib__Type.cmo
-   OCAMLC middle_end/flambda/flambda.cmo
-   OCAMLC middle_end/flambda/flambda_iterators.cmo
-   OCAMLC camlinternalLazy.cmo
-   OCAMLC middle_end/flambda/flambda_utils.cmo
-   OCAMLC middle_end/flambda/freshening.cmo
-   OCAMLC middle_end/flambda/effect_analysis.cmo
-   OCAMLC middle_end/flambda/inlining_cost.cmo
-   OCAMLC stdlib__Lazy.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 stdlib__Seq.cmo
-   OCAMLC middle_end/compilenv.cmo
-   OCAMLC stdlib__Option.cmo
-   OCAMLC stdlib__Result.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/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 stdlib__Parsing.cmo
-   OCAMLC middle_end/flambda/inconstant_idents.cmo
-   OCAMLC middle_end/flambda/alias_analysis.cmo
-   OCAMLC stdlib__Condition.cmo
-   OCAMLC middle_end/flambda/lift_constants.cmo
-   OCAMLC middle_end/flambda/share_constants.cmo
-   OCAMLC stdlib__Semaphore.cmo
-   OCAMLC middle_end/flambda/simplify_common.cmo
-   OCAMLC middle_end/flambda/remove_unused_arguments.cmo
-   OCAMLC stdlib__Domain.cmo
-   OCAMLC middle_end/flambda/remove_unused_closure_vars.cmo
-   OCAMLC stdlib__Printexc.cmo
-   OCAMLC middle_end/flambda/remove_unused_program_constructs.cmo
-   OCAMLC stdlib__Fun.cmo
-   OCAMLC middle_end/flambda/inlining_stats_types.cmo
-   OCAMLC stdlib__Gc.cmi
-   OCAMLC middle_end/flambda/remove_free_vars_equal_to_args.cmo
-   OCAMLC middle_end/flambda/ref_to_variables.cmo
-   OCAMLC stdlib__In_channel.cmi
-   OCAMLC middle_end/flambda/flambda_invariants.cmo
-   OCAMLC middle_end/flambda/traverse_for_exported_symbols.cmo
-   OCAMLC stdlib__Out_channel.cmi
-   OCAMLC middle_end/flambda/closure_offsets.cmo
-   OCAMLC stdlib__Bigarray.cmo
-   OCAMLC middle_end/flambda/un_anf.cmo
-   OCAMLC middle_end/flambda/flambda_to_clambda.cmo
-   OCAMLC stdlib__Random.cmo
-   OCAMLC tools/objinfo.cmi
-   OCAMLC tools/ocamlcmt.cmi
-   OCAMLC stdlib__Weak.cmo
-   OCAMLC tools/ocamlprof.cmi
-   OCAMLC camlinternalOO.cmo
-   OCAMLC tools/ocamlcp_common.cmi
-   OCAMLC tools/ocamlcp.cmi
-   OCAMLC stdlib__Oo.cmi
-   OCAMLC tools/ocamlmklib.cmi
-   OCAMLC camlinternalMod.cmo
-   OCAMLC tools/ocamlmktop.cmi
-   OCAMLC stdlib__Dynarray.cmo
-   OCAMLC tools/ocamloptp.cmi
-   GEN tools/opnames.ml
-   OCAMLC stdlib__StdLabels.cmo
-   OCAMLC tools/opnames.cmi
-   OCAMLC stdlib__Effect.cmo
-   OCAMLC stdlib__Gc.cmo
-   OCAMLC tools/dumpobj.cmi
-   OCAMLC tools/primreq.cmi
-   OCAMLC tools/stripdebug.cmi
-   OCAMLC stdlib__In_channel.cmo
-   OCAMLC tools/cmpbyt.cmi
-   OCAMLC stdlib__Out_channel.cmo
-   OCAMLC tools/profiling.cmi
-   OCAMLC tools/ocamldep.cmo
-   OCAMLC stdlib__Digest.cmo
-   OCAMLC middle_end/closure/closure.cmi
-   OCAMLC middle_end/closure/closure_middle_end.cmi
-   OCAMLC stdlib__Oo.cmo
-   OCAMLC middle_end/flambda/closure_conversion.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 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
-   LINKC stdlib.cma
-   OCAMLC tools/ocamloptp.cmo
-   OCAMLC tools/opnames.cmo
-   OCAMLC tools/dumpobj.cmo
-   OCAMLC tools/primreq.cmo
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
-   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/inline_and_simplify.cmi
-   OCAMLC middle_end/closure/closure.cmo
-   OCAMLC middle_end/closure/closure_middle_end.cmo
-   OCAMLC middle_end/flambda/closure_conversion.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/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/build_export_info.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
-   OCAMLC middle_end/flambda/inlining_transforms.cmi
-   OCAMLC middle_end/flambda/inlining_decision.cmi
-   OCAMLC middle_end/flambda/inlining_transforms.cmo
-   OCAMLC middle_end/flambda/inlining_decision.cmo
-   OCAMLC middle_end/flambda/inline_and_simplify.cmo
-   LINKC compilerlibs/ocamlmiddleend.cma
-   LINKC tools/ocamlobjinfo.exe
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- make[3]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- make[2]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make ocaml
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
-   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/topstart.cmi
-   OCAMLC toplevel/expunge.cmo
-   OCAMLC toplevel/topcommon.cmi
- cp toplevel/trace.cmi toplevel/trace.mli toplevel/byte
-   OCAMLC toplevel/genprintval.cmo
-   OCAMLC toplevel/topprinters.cmo
- 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/byte/topmain.cmo
- cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/byte
-   OCAMLC toplevel/toploop.cmo
-   OCAMLC toplevel/topdirs.cmo
-   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/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make opt-core
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
-   CC runtime/addrmap.n.o
-   CC runtime/afl.n.o
-   CC runtime/alloc.n.o
-   CC runtime/array.n.o
-   CC runtime/backtrace.n.o
-   CC runtime/bigarray.n.o
-   CC runtime/blake2.n.o
-   CC runtime/callback.n.o
-   CC runtime/codefrag.n.o
-   CC runtime/compare.n.o
-   CC runtime/custom.n.o
-   CC runtime/debugger.n.o
-   CC runtime/domain.n.o
-   CC runtime/dynlink.n.o
-   CC runtime/extern.n.o
-   CC runtime/fail.n.o
-   CC runtime/fiber.n.o
-   CC runtime/finalise.n.o
-   CC runtime/floats.n.o
-   CC runtime/gc_ctrl.n.o
-   CC runtime/gc_stats.n.o
-   CC runtime/globroots.n.o
-   CC runtime/hash.n.o
-   CC runtime/intern.n.o
-   CC runtime/ints.n.o
-   CC runtime/io.n.o
-   CC runtime/lexing.n.o
-   CC runtime/lf_skiplist.n.o
-   CC runtime/main.n.o
-   CC runtime/major_gc.n.o
-   CC runtime/md5.n.o
-   CC runtime/memory.n.o
-   CC runtime/memprof.n.o
-   CC runtime/meta.n.o
-   CC runtime/minor_gc.n.o
-   CC runtime/misc.n.o
-   CC runtime/obj.n.o
-   CC runtime/parsing.n.o
-   CC runtime/platform.n.o
-   CC runtime/printexc.n.o
-   CC runtime/prng.n.o
-   CC runtime/roots.n.o
-   CC runtime/runtime_events.n.o
-   CC runtime/shared_heap.n.o
-   CC runtime/signals.n.o
-   CC runtime/skiplist.n.o
-   CC runtime/startup_aux.n.o
-   CC runtime/str.n.o
-   CC runtime/sync.n.o
-   CC runtime/sys.n.o
-   CC runtime/win32.n.o
-   CC runtime/weak.n.o
-   CC runtime/backtrace_nat.n.o
-   CC runtime/clambda_checks.n.o
-   CC runtime/dynlink_nat.n.o
-   CC runtime/fail_nat.n.o
-   CC runtime/frame_descriptors.n.o
-   CC runtime/startup_nat.n.o
-   CC runtime/signals_nat.n.o
-   ASM runtime/amd64.o
-   CC runtime/zstd.npic.o
-   CC runtime/addrmap.nd.o
-   CC runtime/afl.nd.o
-   CC runtime/alloc.nd.o
-   CC runtime/array.nd.o
-   CC runtime/backtrace.nd.o
-   CC runtime/bigarray.nd.o
-   CC runtime/blake2.nd.o
-   CC runtime/callback.nd.o
-   CC runtime/codefrag.nd.o
-   CC runtime/compare.nd.o
-   CC runtime/custom.nd.o
-   CC runtime/debugger.nd.o
-   CC runtime/domain.nd.o
-   CC runtime/dynlink.nd.o
-   CC runtime/extern.nd.o
-   CC runtime/fail.nd.o
-   CC runtime/fiber.nd.o
-   CC runtime/finalise.nd.o
-   CC runtime/floats.nd.o
-   CC runtime/gc_ctrl.nd.o
-   CC runtime/gc_stats.nd.o
-   CC runtime/globroots.nd.o
-   CC runtime/hash.nd.o
-   CC runtime/intern.nd.o
-   CC runtime/ints.nd.o
-   CC runtime/io.nd.o
-   CC runtime/lexing.nd.o
-   CC runtime/lf_skiplist.nd.o
-   CC runtime/main.nd.o
-   CC runtime/major_gc.nd.o
-   CC runtime/md5.nd.o
-   CC runtime/memory.nd.o
-   CC runtime/memprof.nd.o
-   CC runtime/meta.nd.o
-   CC runtime/minor_gc.nd.o
-   CC runtime/misc.nd.o
-   CC runtime/obj.nd.o
-   CC runtime/parsing.nd.o
-   CC runtime/platform.nd.o
-   CC runtime/printexc.nd.o
-   CC runtime/prng.nd.o
-   CC runtime/roots.nd.o
-   CC runtime/runtime_events.nd.o
-   CC runtime/shared_heap.nd.o
-   CC runtime/signals.nd.o
-   CC runtime/skiplist.nd.o
-   CC runtime/startup_aux.nd.o
-   CC runtime/str.nd.o
-   CC runtime/sync.nd.o
-   CC runtime/sys.nd.o
-   CC runtime/win32.nd.o
-   CC runtime/weak.nd.o
-   CC runtime/backtrace_nat.nd.o
-   CC runtime/clambda_checks.nd.o
-   CC runtime/dynlink_nat.nd.o
-   CC runtime/fail_nat.nd.o
-   CC runtime/frame_descriptors.nd.o
-   CC runtime/startup_nat.nd.o
-   CC runtime/signals_nat.nd.o
-   ASM runtime/amd64.d.o
-   CC runtime/addrmap.ni.o
-   CC runtime/afl.ni.o
-   CC runtime/alloc.ni.o
-   CC runtime/array.ni.o
-   CC runtime/backtrace.ni.o
-   CC runtime/bigarray.ni.o
-   CC runtime/blake2.ni.o
-   CC runtime/callback.ni.o
-   CC runtime/codefrag.ni.o
-   CC runtime/compare.ni.o
-   CC runtime/custom.ni.o
-   CC runtime/debugger.ni.o
-   CC runtime/domain.ni.o
-   CC runtime/dynlink.ni.o
-   CC runtime/extern.ni.o
-   CC runtime/fail.ni.o
-   CC runtime/fiber.ni.o
-   CC runtime/finalise.ni.o
-   CC runtime/floats.ni.o
-   CC runtime/gc_ctrl.ni.o
-   CC runtime/gc_stats.ni.o
-   CC runtime/globroots.ni.o
-   CC runtime/hash.ni.o
-   CC runtime/intern.ni.o
-   CC runtime/ints.ni.o
-   CC runtime/io.ni.o
-   CC runtime/lexing.ni.o
-   CC runtime/lf_skiplist.ni.o
-   CC runtime/main.ni.o
-   CC runtime/major_gc.ni.o
-   CC runtime/md5.ni.o
-   CC runtime/memory.ni.o
-   CC runtime/memprof.ni.o
-   CC runtime/meta.ni.o
-   CC runtime/minor_gc.ni.o
-   CC runtime/misc.ni.o
-   CC runtime/obj.ni.o
-   CC runtime/parsing.ni.o
-   CC runtime/platform.ni.o
-   CC runtime/printexc.ni.o
-   CC runtime/prng.ni.o
-   CC runtime/roots.ni.o
-   CC runtime/runtime_events.ni.o
-   CC runtime/shared_heap.ni.o
-   CC runtime/signals.ni.o
-   CC runtime/skiplist.ni.o
-   CC runtime/startup_aux.ni.o
-   CC runtime/str.ni.o
-   CC runtime/sync.ni.o
-   CC runtime/sys.ni.o
-   CC runtime/win32.ni.o
-   CC runtime/weak.ni.o
-   CC runtime/backtrace_nat.ni.o
-   CC runtime/clambda_checks.ni.o
-   CC runtime/dynlink_nat.ni.o
-   CC runtime/fail_nat.ni.o
-   CC runtime/frame_descriptors.ni.o
-   CC runtime/startup_nat.ni.o
-   CC runtime/signals_nat.ni.o
-   ASM runtime/amd64.i.o
-   MKLIB runtime/libasmrun.a
-   MKLIB runtime/libcomprmarsh.a
-   MKLIB runtime/libasmrund.a
-   MKLIB runtime/libasmruni.a
- cd stdlib; cp -pf ../runtime/libasmrun.a .
- /usr/bin/make ocamlopt
- make[3]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
-   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 tools/cvt_emit.cmo
-   OCAMLC driver/optmain.cmo
-   OCAMLC asmcomp/cmm_helpers.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/cmm_helpers.cmo
-   OCAMLC asmcomp/afl_instrument.cmo
-   OCAMLC asmcomp/thread_sanitizer.cmo
-   OCAMLC asmcomp/cmmgen.cmo
-   OCAMLC asmcomp/cmm_invariants.cmo
-   LINKC tools/cvt_emit.exe
-   OCAMLC asmcomp/mach.cmi
-   GEN asmcomp/emit.ml
-   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/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
-   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/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make libraryopt
- make[3]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make -C stdlib allopt
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
-   OCAMLOPT camlinternalFormatBasics.cmx
-   OCAMLOPT stdlib.cmx
-   OCAMLOPT stdlib__Either.cmx
-   OCAMLOPT stdlib__Sys.cmx
-   OCAMLOPT stdlib__Atomic.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__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__Bytes.cmx
-   OCAMLOPT stdlib__Queue.cmx
-   OCAMLOPT stdlib__Set.cmx
-   OCAMLOPT stdlib__Map.cmx
-   OCAMLOPT stdlib__Stack.cmx
-   OCAMLOPT stdlib__ListLabels.cmx
-   OCAMLOPT stdlib__BytesLabels.cmx
-   OCAMLOPT stdlib__String.cmx
-   OCAMLOPT stdlib__Marshal.cmx
-   OCAMLOPT stdlib__Array.cmx
-   OCAMLOPT stdlib__Buffer.cmx
-   OCAMLOPT stdlib__StringLabels.cmx
-   OCAMLOPT camlinternalFormat.cmx
-   OCAMLOPT stdlib__Float.cmx
-   OCAMLOPT stdlib__Lexing.cmx
-   OCAMLOPT stdlib__Domain.cmx
-   OCAMLOPT camlinternalOO.cmx
-   OCAMLOPT stdlib__ArrayLabels.cmx
-   OCAMLOPT stdlib__Parsing.cmx
-   OCAMLOPT stdlib__StdLabels.cmx
-   OCAMLOPT stdlib__Complex.cmx
-   OCAMLOPT stdlib__Oo.cmx
-   OCAMLOPT camlinternalMod.cmx
-   OCAMLOPT stdlib__Bigarray.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__Fun.cmx
-   OCAMLOPT stdlib__Effect.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/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- make[3]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- make[2]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make flexlink.opt.exe
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- mkdir -p opt/bin
- rm -f flexdll-sources/flexlink.exe
- /usr/bin/make -C flexdll-sources MSVCC_ROOT= MSVC_DETECT=0 OCAML_CONFIG_FILE=../Makefile.config CHAINS=mingw64 ROOTDIR=.. \
-   OCAMLOPT='../runtime/ocamlrun.exe ../ocamlopt.exe -nostdlib -I ../stdlib' flexlink.exe
- make[3]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/flexdll-sources'
- Building flexlink.exe with TOOLCHAIN=mingw for OCaml 5.3.0
- rm -f flexlink.exe
- ../runtime/ocamlrun.exe ../ocamlopt.exe -nostdlib -I ../stdlib -o flexlink.exe -cclib "-link version_res.o" version.ml Compat.ml coff.ml cmdline.ml create_dll.ml reloc.ml
- make[3]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/flexdll-sources'
- cp flexdll-sources/flexlink.exe flexlink.opt.exe
- rm -f opt/bin/flexlink.exe
- cd opt/bin; cp -pf ../../flexlink.opt.exe flexlink.exe
- cp byte/bin/flexdll_mingw64.o byte/bin/flexdll_initer_mingw64.o opt/bin
- make[2]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make ocamlc.opt
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
-   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; cp -pf ../runtime/libcomprmarsh.a .
-   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 parsing/longident.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/docstrings.cmx
-   OCAMLOPT parsing/syntaxerr.cmx
-   OCAMLOPT parsing/ast_iterator.cmx
-   OCAMLOPT driver/compenv.cmx
-   OCAMLOPT driver/errors.cmx
-   OCAMLOPT lambda/debuginfo.cmx
-   OCAMLOPT parsing/ast_helper.cmx
-   OCAMLOPT driver/main_args.cmx
-   OCAMLOPT parsing/builtin_attributes.cmx
-   OCAMLOPT parsing/ast_mapper.cmx
-   OCAMLOPT parsing/parser.cmx
-   OCAMLOPT parsing/attr_helper.cmx
-   OCAMLOPT parsing/ast_invariants.cmx
-   OCAMLOPT parsing/depend.cmx
-   OCAMLOPT typing/type_immediacy.cmx
-   OCAMLOPT typing/primitive.cmx
-   OCAMLOPT parsing/lexer.cmx
-   OCAMLOPT parsing/pprintast.cmx
-   OCAMLOPT typing/path.cmx
-   OCAMLOPT typing/shape.cmx
-   OCAMLOPT typing/types.cmx
-   OCAMLOPT typing/gprinttyp.cmx
-   OCAMLOPT typing/btype.cmx
-   OCAMLOPT file_formats/cmi_format.cmx
-   OCAMLOPT typing/errortrace.cmx
-   OCAMLOPT typing/persistent_env.cmx
-   OCAMLOPT typing/subst.cmx
-   OCAMLOPT typing/predef.cmx
-   OCAMLOPT typing/datarepr.cmx
-   OCAMLOPT typing/signature_group.cmx
-   OCAMLOPT parsing/parse.cmx
-   OCAMLOPT parsing/printast.cmx
-   OCAMLOPT typing/rawprinttyp.cmx
-   OCAMLOPT typing/oprint.cmx
-   OCAMLOPT typing/env.cmx
-   OCAMLOPT driver/pparse.cmx
-   OCAMLOPT driver/makedepend.cmx
-   OCAMLOPT typing/typedtree.cmx
-   OCAMLOPT typing/ctype.cmx
-   OCAMLOPT typing/shape_reduce.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/untypeast.cmx
-   OCAMLOPT typing/printpat.cmx
-   OCAMLOPT lambda/value_rec_compiler.cmx
-   OCAMLOPT lambda/translobj.cmx
-   OCAMLOPT lambda/translattribute.cmx
-   OCAMLOPT lambda/tmc.cmx
-   OCAMLOPT bytecomp/instruct.cmx
-   OCAMLOPT bytecomp/meta.cmx
-   OCAMLOPT bytecomp/symtable.cmx
-   OCAMLOPT lambda/simplif.cmx
-   OCAMLOPT file_formats/cmt_format.cmx
-   OCAMLOPT typing/out_type.cmx
-   OCAMLOPT typing/mtype.cmx
-   OCAMLOPT typing/patterns.cmx
-   OCAMLOPT typing/typedecl_variance.cmx
-   OCAMLOPT typing/typedecl_unboxed.cmx
-   OCAMLOPT typing/typedecl_separability.cmx
-   OCAMLOPT typing/typedecl_immediacy.cmx
-   OCAMLOPT typing/typeopt.cmx
-   OCAMLOPT typing/parmatch.cmx
-   OCAMLOPT typing/value_rec_check.cmx
-   OCAMLOPT typing/printtyp.cmx
-   OCAMLOPT typing/errortrace_report.cmx
-   OCAMLOPT typing/envaux.cmx
-   OCAMLOPT typing/stypes.cmx
-   OCAMLOPT lambda/printlambda.cmx
-   OCAMLOPT typing/cmt2annot.cmx
-   OCAMLOPT typing/includeclass.cmx
-   OCAMLOPT typing/includecore.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 typing/typecore.cmx
-   OCAMLOPT lambda/translprim.cmx
-   OCAMLOPT bytecomp/bytegen.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
-   LINKOPT compilerlibs/ocamlcommon.cmxa
-   OCAMLOPT driver/compile.cmx
-   OCAMLOPT driver/maindriver.cmx
-   LINKOPT compilerlibs/ocamlbytecomp.cmxa
-   OCAMLOPT driver/main.cmx
-   LINKOPT ocamlc.opt.exe
- make[2]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make otherlibraries ocamldebug ocamldoc \
-   
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make lex-all
- make[3]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
-   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/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
-   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
- /usr/bin/make tools-all
- make[3]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
-   OCAMLC otherlibs/dynlink/dynlink_platform_intf.cmi
-   OCAMLC otherlibs/dynlink/byte/dynlink_symtable.cmi
- cp otherlibs/dynlink/dynlink.cmi otherlibs/dynlink/dynlink.mli otherlibs/dynlink/byte/
-   OCAMLC otherlibs/dynlink/dynlink_config.cmo
-   OCAMLC otherlibs/dynlink/dynlink_types.cmo
-   OCAMLC otherlibs/dynlink/dynlink_platform_intf.cmo
-   OCAMLC debugger/int64ops.cmo
-   OCAMLC debugger/primitives.cmi
-   OCAMLC debugger/unix_tools.cmi
-   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
- make[3]: Nothing to be done for 'tools-all'.
- make[3]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
-   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 otherlibs/dynlink/dynlink_common.cmi
-   OCAMLC otherlibs/dynlink/byte/dynlink_symtable.cmo
-   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/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 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/show_information.cmo
-   OCAMLC debugger/loadprinter.cmo
-   OCAMLC debugger/debugger_parser.cmo
-   OCAMLC ocamldoc/odoc_module.cmi
-   OCAMLC ocamldoc/odoc_str.cmi
-   LINKC otherlibs/dynlink/dynlink.cma
-   OCAMLC debugger/debugger_lexer.cmi
- /usr/bin/make -C otherlibs all
-   OCAMLC ocamldoc/odoc_merge.cmi
- make[3]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
-   OCAMLC ocamldoc/odoc_sig.cmi
- for lib in runtime_events unix str systhreads; do (/usr/bin/make -C $lib all) || exit $?; done
-   OCAMLC ocamldoc/odoc_search.cmi
-   OCAMLC ocamldoc/odoc_scan.cmi
-   OCAMLC ocamldoc/odoc_cross.cmi
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
-   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
-   CC runtime_events_consumer.b.o
-   OCAMLC ocamldoc/odoc_str.cmo
-   OCAMLC ocamldoc/odoc_merge.cmo
-   CC runtime_events_consumer.n.o
-   OCAMLC runtime_events.cmi
-   OCAMLC ocamldoc/odoc_sig.cmo
-   OCAMLC ocamldoc/odoc_search.cmo
-   OCAMLC ocamldoc/odoc_scan.cmo
-   OCAMLC runtime_events.cmo
-   OCAMLC ocamldoc/odoc_cross.cmo
-   OCAMLC ocamldoc/odoc_comments.cmo
-   OCAMLC ocamldoc/odoc_dep.cmo
-   OCAMLC ocamldoc/odoc_info.cmo
-   OCAMLMKLIB runtime_events.cma
-   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 debugger/debugger_lexer.cmo
-   OCAMLC debugger/question.cmo
-   OCAMLC debugger/command_line.cmo
-   OCAMLC ocamldoc/odoc_ast.cmi
-   OCAMLC ocamldoc/odoc_dag2html.cmo
-   OCAMLC ocamldoc/odoc_to_text.cmo
-   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_ast.cmo
-   OCAMLC ocamldoc/odoc_analyse.cmo
-   OCAMLC debugger/ocamldebug.cmo
-   OCAMLC ocamldoc/odoc_html.cmo
-   OCAMLC ocamldoc/odoc_gen.cmi
-   OCAMLC debugger/ocamldebug_entry.cmo
-   LINKC ocamldoc/odoc_info.cma
-   OCAMLC ocamldoc/odoc_gen.cmo
-   OCAMLC ocamldoc/odoc_args.cmi
-   OCAMLC ocamldoc/odoc_args.cmo
-   OCAMLC ocamldoc/odoc.cmo
-   OCAMLC ocamldoc/odoc_test.cmo
-   OCAMLMKLIB libcamlruntime_eventsbyt.a
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
-   CC access.b.o
-   CC addrofstr.b.o
-   CC chdir.b.o
-   CC chmod.b.o
-   CC cst2constr.b.o
-   CC cstringv.b.o
-   CC execv.b.o
-   CC execve.b.o
-   CC execvp.b.o
-   CC fsync.b.o
-   CC mkdir.b.o
-   CC exit.b.o
-   CC getaddrinfo.b.o
-   CC getcwd.b.o
-   CC gethost.b.o
-   CC gethostname.b.o
-   CC getnameinfo.b.o
-   CC getproto.b.o
-   CC getserv.b.o
-   CC gmtime.b.o
-   CC mmap_ba.b.o
-   CC putenv.b.o
-   CC rmdir.b.o
-   CC socketaddr.b.o
-   CC strofaddr.b.o
-   CC time.b.o
-   CC unlink.b.o
-   CC accept_win32.b.o
-   CC bind_win32.b.o
-   CC channels_win32.b.o
-   CC close_win32.b.o
-   CC connect_win32.b.o
-   CC dup_win32.b.o
-   CC envir_win32.b.o
-   CC errmsg_win32.b.o
-   CC getpeername_win32.b.o
-   CC getpid_win32.b.o
-   CC getsockname_win32.b.o
-   CC gettimeofday_win32.b.o
-   CC isatty_win32.b.o
-   CC link_win32.b.o
-   CC listen_win32.b.o
-   CC lockf_win32.b.o
-   CC lseek_win32.b.o
-   CC mmap_win32.b.o
-   CC open_win32.b.o
-   CC pipe_win32.b.o
-   CC read_win32.b.o
-   CC readlink_win32.b.o
-   CC realpath_win32.b.o
-   CC rename_win32.b.o
-   CC select_win32.b.o
-   CC sendrecv_win32.b.o
-   CC shutdown_win32.b.o
-   CC sleep_win32.b.o
-   CC socket_win32.b.o
-   CC socketpair_win32.b.o
-   CC sockopt_win32.b.o
-   CC stat_win32.b.o
-   CC symlink_win32.b.o
-   CC times_win32.b.o
-   CC truncate_win32.b.o
-   CC unixsupport_win32.b.o
-   CC utimes_win32.b.o
-   CC write_win32.b.o
-   CC close_on.b.o
-   CC createprocess.b.o
-   CC nonblock.b.o
-   CC startup.b.o
-   CC system.b.o
-   CC windbug.b.o
-   CC windir.b.o
-   CC winlist.b.o
-   CC winwait.b.o
-   CC winworker.b.o
-   CC access.n.o
-   CC addrofstr.n.o
-   CC chdir.n.o
-   CC chmod.n.o
-   CC cst2constr.n.o
-   CC cstringv.n.o
-   CC execv.n.o
-   CC execve.n.o
-   CC execvp.n.o
-   CC fsync.n.o
-   CC mkdir.n.o
-   CC exit.n.o
-   CC getaddrinfo.n.o
-   CC getcwd.n.o
-   CC gethost.n.o
-   CC gethostname.n.o
-   CC getnameinfo.n.o
-   CC getproto.n.o
-   CC getserv.n.o
-   CC gmtime.n.o
-   CC mmap_ba.n.o
-   CC putenv.n.o
-   CC rmdir.n.o
-   CC socketaddr.n.o
-   CC strofaddr.n.o
-   CC time.n.o
-   CC unlink.n.o
-   CC accept_win32.n.o
-   CC bind_win32.n.o
-   CC channels_win32.n.o
-   CC close_win32.n.o
-   CC connect_win32.n.o
-   CC dup_win32.n.o
-   CC envir_win32.n.o
-   CC errmsg_win32.n.o
-   CC getpeername_win32.n.o
-   CC getpid_win32.n.o
-   CC getsockname_win32.n.o
-   CC gettimeofday_win32.n.o
-   CC isatty_win32.n.o
-   CC link_win32.n.o
-   CC listen_win32.n.o
-   CC lockf_win32.n.o
-   CC lseek_win32.n.o
-   CC mmap_win32.n.o
-   CC open_win32.n.o
-   CC pipe_win32.n.o
-   CC read_win32.n.o
-   CC readlink_win32.n.o
-   CC realpath_win32.n.o
-   CC rename_win32.n.o
-   CC select_win32.n.o
-   CC sendrecv_win32.n.o
-   CC shutdown_win32.n.o
-   CC sleep_win32.n.o
-   CC socket_win32.n.o
-   CC socketpair_win32.n.o
-   CC sockopt_win32.n.o
-   CC stat_win32.n.o
-   CC symlink_win32.n.o
-   CC times_win32.n.o
-   CC truncate_win32.n.o
-   CC unixsupport_win32.n.o
-   CC utimes_win32.n.o
-   CC write_win32.n.o
-   CC close_on.n.o
-   CC createprocess.n.o
-   CC nonblock.n.o
-   CC startup.n.o
-   CC system.n.o
-   CC windbug.n.o
-   CC windir.n.o
-   CC winlist.n.o
-   CC winwait.n.o
-   CC winworker.n.o
-   OCAMLC unix.cmo
-   OCAMLC unixLabels.cmi
-   OCAMLC unixLabels.cmo
-   OCAMLMKLIB unix.cma
-   OCAMLMKLIB libunixbyt.a
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
-   CC strstubs.b.o
-   CC strstubs.n.o
-   OCAMLC str.cmo
-   OCAMLMKLIB str.cma
-   OCAMLMKLIB libcamlstrbyt.a
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
-   CC st_stubs.b.o
-   OCAMLC thread.cmi
-   OCAMLC event.cmi
-   OCAMLC thread.cmo
-   OCAMLC event.cmo
-   OCAMLMKLIB threads.cma
-   OCAMLMKLIB libthreads.a
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- make[3]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
-   LINKC debugger/ocamldebug.exe
-   LINKC ocamldoc/ocamldoc.exe
- rm 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/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make ocamlopt.opt
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
-   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 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 asmcomp/cmm.cmx
-   OCAMLOPT middle_end/variable.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/printclambda.cmx
-   OCAMLOPT middle_end/flambda/base_types/set_of_closures_origin.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/parameter.cmx
-   OCAMLOPT asmcomp/mach.cmx
-   OCAMLOPT middle_end/flambda/base_types/closure_id.cmx
-   OCAMLOPT middle_end/flambda/base_types/var_within_closure.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/closure_conversion_aux.cmx
-   OCAMLOPT middle_end/flambda/base_types/closure_origin.cmx
-   OCAMLOPT middle_end/flambda/projection.cmx
-   OCAMLOPT middle_end/flambda/un_anf.cmx
-   OCAMLOPT asmcomp/polling.cmx
-   OCAMLOPT asmcomp/stackframe.cmx
-   OCAMLOPT asmcomp/reload.cmx
-   OCAMLOPT file_formats/linear_format.cmx
-   OCAMLOPT asmcomp/branch_relaxation.cmx
-   OCAMLOPT middle_end/flambda/flambda.cmx
-   OCAMLOPT asmcomp/linearize.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/flambda_utils.cmx
-   OCAMLOPT middle_end/flambda/inlining_cost.cmx
-   OCAMLOPT middle_end/flambda/lift_code.cmx
-   OCAMLOPT middle_end/flambda/share_constants.cmx
-   OCAMLOPT middle_end/flambda/ref_to_variables.cmx
-   OCAMLOPT middle_end/flambda/flambda_invariants.cmx
-   OCAMLOPT middle_end/flambda/inlining_stats_types.cmx
-   OCAMLOPT middle_end/flambda/inlining_stats.cmx
-   OCAMLOPT middle_end/flambda/freshening.cmx
-   OCAMLOPT middle_end/flambda/closure_conversion.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/remove_unused_closure_vars.cmx
-   OCAMLOPT middle_end/flambda/remove_free_vars_equal_to_args.cmx
-   OCAMLOPT middle_end/flambda/closure_offsets.cmx
-   OCAMLOPT middle_end/flambda/simple_value_approx.cmx
-   OCAMLOPT middle_end/flambda/remove_unused_arguments.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/simplify_boxed_integer_ops.cmx
-   OCAMLOPT middle_end/flambda/simplify_primitives.cmx
-   OCAMLOPT middle_end/flambda/export_info_for_pack.cmx
-   OCAMLOPT middle_end/compilenv.cmx
-   OCAMLOPT middle_end/flambda/traverse_for_exported_symbols.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/unbox_free_vars_of_closures.cmx
-   OCAMLOPT middle_end/closure/closure.cmx
-   OCAMLOPT middle_end/flambda/import_approx.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/flambda/inlining_decision.cmx
-   OCAMLOPT middle_end/flambda/unbox_specialised_args.cmx
-   OCAMLOPT middle_end/flambda/unbox_closures.cmx
-   OCAMLOPT asmcomp/cmm_helpers.cmx
-   OCAMLOPT asmcomp/x86_dsl.cmx
-   OCAMLOPT asmcomp/x86_gas.cmx
-   OCAMLOPT asmcomp/x86_masm.cmx
-   OCAMLOPT asmcomp/proc.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/schedgen.cmx
-   OCAMLOPT middle_end/flambda/inline_and_simplify.cmx
-   OCAMLOPT asmcomp/emit.cmx
-   OCAMLOPT asmcomp/printmach.cmx
-   OCAMLOPT asmcomp/linscan.cmx
-   OCAMLOPT asmcomp/CSE.cmx
-   OCAMLOPT asmcomp/scheduling.cmx
-   OCAMLOPT middle_end/closure/closure_middle_end.cmx
-   OCAMLOPT asmcomp/liveness.cmx
-   OCAMLOPT asmcomp/printlinear.cmx
-   OCAMLOPT asmcomp/selection.cmx
-   OCAMLOPT middle_end/flambda/flambda_middle_end.cmx
-   OCAMLOPT asmcomp/thread_sanitizer.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/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make otherlibrariesopt
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- 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
- /usr/bin/make -C otherlibs allopt
- make[3]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
- for lib in runtime_events unix str systhreads; do (/usr/bin/make -C $lib allopt) || exit $?; done
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
-   OCAMLMKLIB libcamlruntime_eventsnat.a
-   OCAMLOPT runtime_events.cmx
-   OCAMLMKLIB runtime_events.cmxa
-   OCAMLOPT runtime_events.cmxs
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
-   OCAMLMKLIB libunixnat.a
-   OCAMLOPT unix.cmx
-   OCAMLOPT unixLabels.cmx
-   OCAMLMKLIB unix.cmxa
-   OCAMLOPT unix.cmxs
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
-   OCAMLMKLIB libcamlstrnat.a
-   OCAMLOPT str.cmx
-   OCAMLMKLIB str.cmxa
-   OCAMLOPT str.cmxs
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
-   CC st_stubs.n.o
-   OCAMLOPT thread.cmx
-   OCAMLOPT event.cmx
-   LINKOPT threads.cmxa
-   OCAMLMKLIB libthreadsnat.a
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- make[3]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
- make[2]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make ocamllex.opt ocamltoolsopt ocamltoolsopt.opt \
-   ocamldoc.opt \
-    othertools ocamlnat
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make lex-allopt
- make[3]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make tools-allopt
- make[3]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make -C otherlibs allopt
- make[3]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
-   OCAMLOPT ocamldoc/odoc_config.cmx
- for lib in runtime_events unix str systhreads; do (/usr/bin/make -C $lib allopt) || exit $?; done
-   OCAMLOPT ocamldoc/odoc_messages.cmx
-   OCAMLYACC ocamldoc/odoc_text_parser.ml
-   OCAMLLEX ocamldoc/odoc_text_lexer.ml
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
-   OCAMLOPT ocamldoc/odoc_print.cmx
-   OCAMLOPT tools/profiling.cmx
-   OCAMLOPT ocamldoc/odoc_comments_global.cmx
-   OCAMLYACC ocamldoc/odoc_parser.ml
-   OCAMLLEX ocamldoc/odoc_lexer.ml
- make[4]: Nothing to be done for 'allopt'.
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
-   OCAMLLEX ocamldoc/odoc_see_lexer.ml
-   OCAMLLEX ocamldoc/odoc_ocamlhtml.ml
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
-   OCAMLOPT ocamldoc/odoc_latex_style.cmx
- make[3]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- cd otherlibs/dynlink; cp -pf native/dynlink.cmx .
-   OCAMLOPT lex/cset.cmx
- /usr/bin/make lex-all
- make[3]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- make[4]: Nothing to be done for 'allopt'.
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
-   OCAMLOPT lex/table.cmx
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
-   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
- make[4]: Nothing to be done for 'allopt'.
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
-   OCAMLOPT toplevel/genprintval.cmx
- make[3]: Nothing to be done for 'lex-all'.
- make[3]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
-   OCAMLOPT lex/syntax.cmx
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
-   OCAMLOPT toplevel/native/trace.cmx
-   OCAMLOPT toplevel/topprinters.cmx
-   OCAMLOPT ocamldoc/odoc_types.cmx
-   OCAMLOPT ocamldoc/odoc_ocamlhtml.cmx
- /usr/bin/make tools-all
-   OCAMLC tools/ocamltex.cmo
- make[3]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- make[4]: Nothing to be done for 'allopt'.
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
-   OCAMLOPT lex/parser.cmx
-   OCAMLOPT lex/lexgen.cmx
- make[3]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
-   OCAMLOPT ocamldoc/odoc_global.cmx
-   OCAMLOPT ocamldoc/odoc_misc.cmx
-   OCAMLOPT ocamldoc/odoc_parameter.cmx
-   OCAMLOPT ocamldoc/odoc_parser.cmx
-   OCAMLOPT ocamldoc/odoc_lexer.cmx
-   OCAMLOPT ocamldoc/odoc_see_lexer.cmx
-   OCAMLOPT ocamldoc/odoc_text_parser.cmx
-   OCAMLOPT ocamldoc/odoc_name.cmx
-   OCAMLOPT lex/lexer.cmx
-   OCAMLOPT ocamldoc/odoc_text_lexer.cmx
-   OCAMLOPT ocamldoc/odoc_value.cmx
-   OCAMLOPT ocamldoc/odoc_type.cmx
-   OCAMLOPT ocamldoc/odoc_env.cmx
-   OCAMLOPT toplevel/topcommon.cmx
- make[3]: Nothing to be done for 'tools-all'.
- make[3]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make -C otherlibs all
- make[3]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
-   OCAMLOPT ocamldoc/odoc_class.cmx
- for lib in runtime_events unix str systhreads; do (/usr/bin/make -C $lib all) || exit $?; done
-   OCAMLOPT ocamldoc/odoc_extension.cmx
-   OCAMLOPT ocamldoc/odoc_exception.cmx
-   OCAMLOPT ocamldoc/odoc_text.cmx
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
-   OCAMLOPT ocamldoc/odoc_module.cmx
-   OCAMLOPT ocamldoc/odoc_str.cmx
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
-   OCAMLOPT lex/compact.cmx
-   OCAMLOPT ocamldoc/odoc_merge.cmx
-   OCAMLOPT lex/common.cmx
-   OCAMLOPT ocamldoc/odoc_search.cmx
-   OCAMLOPT ocamldoc/odoc_scan.cmx
-   OCAMLOPT ocamldoc/odoc_dep.cmx
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
-   OCAMLOPT toplevel/native/tophooks.cmx
-   OCAMLOPT ocamldoc/odoc_sig.cmx
-   OCAMLOPT ocamldoc/odoc_cross.cmx
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
-   OCAMLOPT lex/outputbis.cmx
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
-   OCAMLOPT lex/output.cmx
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
-   OCAMLOPT toplevel/native/topeval.cmx
- make[3]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
-   LINKC tools/ocamltex.exe
-   OCAMLOPT ocamldoc/odoc_comments.cmx
-   OCAMLOPT ocamldoc/odoc_ast.cmx
-   OCAMLOPT lex/main.cmx
-   OCAMLOPT toplevel/toploop.cmx
-   OCAMLOPT ocamldoc/odoc_analyse.cmx
-   OCAMLOPT ocamldoc/odoc_info.cmx
-   LINKOPT lex/ocamllex.opt.exe
-   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 toplevel/topdirs.cmx
-   OCAMLOPT toplevel/native/topmain.cmx
-   OCAMLOPT ocamldoc/odoc_latex.cmx
-   OCAMLOPT ocamldoc/odoc_texi.cmx
-   OCAMLOPT ocamldoc/odoc_html.cmx
-   OCAMLOPT toplevel/topstart.cmx
-   LINKOPT compilerlibs/ocamltoplevel.cmxa
-   LINKOPT ocamlnat.exe
-   OCAMLOPT ocamldoc/odoc_gen.cmx
-   OCAMLOPT ocamldoc/odoc_args.cmx
- make[3]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make tools-allopt.opt
- make[3]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
-   OCAMLOPT ocamldoc/odoc.cmx
-   LINKOPT ocamldoc/ocamldoc.opt.exe
-   OCAMLOPT tools/ocamldep.cmx
-   LINKOPT compilerlibs/ocamlmiddleend.cmxa
-   OCAMLOPT tools/objinfo.cmx
-   LINKOPT tools/ocamldep.opt.exe
-   LINKOPT tools/ocamlobjinfo.opt.exe
- make[3]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- rm 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/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make manpages
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make -C api_docgen man
- make[3]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen'
- /usr/bin/make -C ocamldoc man
- make[4]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen/ocamldoc'
- mkdir -p build/
- mkdir -p build/libref
-   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/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/parsing.odoc
-   OCAMLDOC build/libref/printexc.odoc
-   OCAMLDOC build/libref/printf.odoc
-   OCAMLDOC build/libref/queue.odoc
-   OCAMLDOC build/libref/random.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
- mkdir -p build/compilerlibref
- mkdir -p build/man
-   GEN build/Format_tutorial.mld
-   OCAMLDOC build/libref/Ocaml_operators.odoc
-   OCAMLDOC build/compilerlibref/Compiler_libs.odoc
-   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/config_boot.odoc
-   OCAMLDOC build/compilerlibref/config_main.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/man/Stdlib.3o
- Warning: Element modname_from_source not found
- make[4]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen/ocamldoc'
- make[3]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen'
- make[2]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- make[1]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
-> compiled  ocaml-compiler.5.3.0
Processing 38/50: [ocaml-compiler: make install]
+ C:\cygwin64\bin\make.exe "install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ocaml-compiler.5.3.0)
- mkdir -p "C:/Users/opam/AppData/Local/opam/5.3/bin"
- mkdir -p "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"
- mkdir -p "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/stublibs"
- mkdir -p "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs"
- mkdir -p "C:\Users\opam\AppData\Local\opam\5.3\doc/ocaml"
- mkdir -p "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/caml"
- mkdir -p "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/profiling"
- /usr/bin/install -c -p runtime/ocamlrun.exe runtime/ocamlrund.exe runtime/ocamlruni.exe "C:/Users/opam/AppData/Local/opam/5.3/bin"
- /usr/bin/install -c -p -m 644 runtime/ld.conf runtime/libcamlrun.a runtime/libcamlrund.a runtime/libcamlruni.a \
-   "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"
- /usr/bin/install -c -p -m 644 runtime/caml/domain_state.tbl runtime/caml/*.h \
-   "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/caml"
- /usr/bin/install -c -p ocaml.exe "C:/Users/opam/AppData/Local/opam/5.3/bin"
- ./boot/ocamlrun.exe ./tools/stripdebug  ocamlc.exe  ocamlc.exe.tmp && /usr/bin/install -c -p  ocamlc.exe.tmp "C:/Users/opam/AppData/Local/opam/5.3/bin/ocamlc.byte.exe" && rm  ocamlc.exe.tmp
- /usr/bin/make -C stdlib install
- make[1]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- /usr/bin/install -c -p -m 644 \
-   stdlib.cma std_exit.cmo *.cmi "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"
- mkdir -p "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/stdlib"
- /usr/bin/install -c -p -m 644 META "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/stdlib"
- /usr/bin/install -c -p -m 644 \
-   *.cmt *.cmti *.mli *.ml *.ml.in \
-   "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"
- /usr/bin/install -c -p -m 644 target_runtime-launch-info "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/runtime-launch-info"
- make[1]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- /usr/bin/install -c -p lex/ocamllex.exe \
-   "C:/Users/opam/AppData/Local/opam/5.3/bin/ocamllex.byte.exe"
- for i in ocamldep ocamlobjinfo; \
- do \
-   /usr/bin/install -c -p "tools/$i.exe" "C:/Users/opam/AppData/Local/opam/5.3/bin/$i.byte.exe";\
-   if test -f "tools/$i".opt.exe; then \
-     /usr/bin/install -c -p "tools/$i.opt.exe" "C:/Users/opam/AppData/Local/opam/5.3/bin" && \
-     (cd "C:/Users/opam/AppData/Local/opam/5.3/bin" && cp -pf "$i.opt.exe" "$i.exe"); \
-   else \
-     (cd "C:/Users/opam/AppData/Local/opam/5.3/bin" && cp -pf "$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:/Users/opam/AppData/Local/opam/5.3/bin";\
- done
- /usr/bin/install -c -p yacc/ocamlyacc.exe "C:/Users/opam/AppData/Local/opam/5.3/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:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-    toplevel/byte/*.cmi \
-    "C:/Users/opam/AppData/Local/opam/5.3/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:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-    toplevel/byte/*.cmt \
-    "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-   tools/profiling.cmt tools/profiling.cmti \
-   "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/profiling"
- /usr/bin/install -c -p -m 644 \
-   compilerlibs/*.cma compilerlibs/META \
-   "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-    driver/main.cmo toplevel/topstart.cmo \
-    "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p expunge.exe "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"
- rm -f "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/topdirs.cm* "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/topdirs.mli"
- rm -f "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/profiling.cm* "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/profiling.o"
- /usr/bin/install -c -p -m 644 \
-   tools/profiling.cmi tools/profiling.cmo \
-   "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/profiling"
- rm -f "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/dynlink.cm* "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/dynlink.mli" \
-         "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/dynlink.a" \
-         "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/"dynlink_config.cmx "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/"dynlink_types.cmx "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/"dynlink_platform_intf.cmx "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/"dynlink_common.cmx "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/"dynlink.cmx
- mkdir -p "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/dynlink"
- /usr/bin/install -c -p -m 644 \
-   otherlibs/dynlink/dynlink.cmi otherlibs/dynlink/dynlink.cma \
-   otherlibs/dynlink/META \
-   "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/dynlink"
- /usr/bin/install -c -p -m 644 \
-   otherlibs/dynlink/dynlink.cmti otherlibs/dynlink/dynlink.mli \
-   "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/dynlink"
- for i in runtime_events unix str systhreads; do \
-   /usr/bin/make -C otherlibs/$i install || exit $?; \
- done
- make[1]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- if test -f dllcamlruntime_eventsbyt.dll; then \
-   /usr/bin/install -c -p \
-     dllcamlruntime_eventsbyt.dll "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlruntime_eventsbyt.a "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/"
- rm -f "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/runtime_events.cma "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/runtime_events.cmi "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/runtime_events.mli "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/runtime_events.cmti "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/runtime_events.cmx "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/runtime_events.cmxa "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/runtime_events.cmxs "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/runtime_events.a
- mkdir -p "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/runtime_events"
- /usr/bin/install -c -p -m 644 \
-   runtime_events.cma runtime_events.cmi META \
-   "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/runtime_events/"
- /usr/bin/install -c -p -m 644 \
-   runtime_events.mli \
-           runtime_events.cmti \
-   "C:/Users/opam/AppData/Local/opam/5.3/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:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/caml/"; \
- fi
- make[1]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- make[1]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- if test -f dllunixbyt.dll; then \
-   /usr/bin/install -c -p \
-     dllunixbyt.dll "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libunixbyt.a "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/"
- rm -f "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/unix.cma "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/unix.cmi "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/unixLabels.cmi "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/unix.mli "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/unixLabels.mli "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/unix.cmti "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/unixLabels.cmti "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/unix.cmx "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/unixLabels.cmx "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/unix.cmxa "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/unix.cmxs "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/unix.a
- mkdir -p "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/unix"
- /usr/bin/install -c -p -m 644 \
-   unix.cma unix.cmi unixLabels.cmi META \
-   "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/unix/"
- /usr/bin/install -c -p -m 644 \
-   unix.mli unixLabels.mli \
-           unix.cmti unixLabels.cmti \
-   "C:/Users/opam/AppData/Local/opam/5.3/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:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/caml/"; \
- fi
- make[1]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- make[1]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- if test -f dllcamlstrbyt.dll; then \
-   /usr/bin/install -c -p \
-     dllcamlstrbyt.dll "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlstrbyt.a "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/"
- rm -f "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/str.cma "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/str.cmi "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/str.mli "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/str.cmti "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/str.cmx "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/str.cmxa "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/str.cmxs "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"/str.a
- mkdir -p "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/str"
- /usr/bin/install -c -p -m 644 \
-   str.cma str.cmi META \
-   "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/str/"
- /usr/bin/install -c -p -m 644 \
-   str.mli \
-           str.cmti \
-   "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/str/"
- if test -n ""; then \
-   /usr/bin/install -c -p -m 644  "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/caml/"; \
- fi
- make[1]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- make[1]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- if test -f dllthreads.dll; then \
-   /usr/bin/install -c -p dllthreads.dll "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libthreads.a "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"
- mkdir -p "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 \
-   thread.cmi event.cmi threads.cma META \
-   "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 \
-   thread.cmti event.cmti \
-   "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 thread.mli event.mli "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 caml/threads.h "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/caml"
- make[1]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- mkdir -p "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p ./ocamldoc/ocamldoc.exe "C:/Users/opam/AppData/Local/opam/5.3/bin"
- /usr/bin/install -c -p -m 644 \
-   ocamldoc/ocamldoc.hva ocamldoc/*.cmi ocamldoc/odoc_info.cma \
-   ocamldoc/META \
-   "C:/Users/opam/AppData/Local/opam/5.3/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:/Users/opam/AppData/Local/opam/5.3/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:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/ocamldoc"
- /usr/bin/make -C api_docgen install
- make[1]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen'
- /usr/bin/make -C ocamldoc install
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen/ocamldoc'
- mkdir -p "C:/Users/opam/AppData/Local/opam/5.3/man/man3"
- if test -d build/man; then \
-   /usr/bin/install -c -p -m 644 build/man/*.3o "C:/Users/opam/AppData/Local/opam/5.3/man/man3"; \
- fi
- make[2]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen/ocamldoc'
- make[1]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen'
- if test -n "ocamldebug"; then \
-   /usr/bin/install -c -p debugger/ocamldebug.exe "C:/Users/opam/AppData/Local/opam/5.3/bin"; \
- fi
- /usr/bin/install -c -p \
-   flexlink.byte.exe "C:/Users/opam/AppData/Local/opam/5.3/bin"
- mkdir -p "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/flexdll"
- /usr/bin/install -c -p -m 644 byte/bin/flexdll_mingw64.o byte/bin/flexdll_initer_mingw64.o \
-     "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/flexdll"
- /usr/bin/install -c -p -m 644 Makefile.config "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"
- /usr/bin/install -c -p -m 644 Changes README.adoc README.win32.adoc LICENSE "C:\Users\opam\AppData\Local\opam\5.3\doc/ocaml"
- if test -f ocamlopt.exe; then /usr/bin/make installopt; else \
-    cd "C:/Users/opam/AppData/Local/opam/5.3/bin"; \
-    cp -pf ocamlc.byte.exe ocamlc.exe; \
-    cp -pf ocamllex.byte.exe ocamllex.exe; \
-    (test -f flexlink.byte.exe && \
-       cp -pf flexlink.byte.exe flexlink.exe) || true; \
- fi
- make[1]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/install -c -p -m 644 runtime/libasmrun.a runtime/libcomprmarsh.a runtime/libasmrund.a runtime/libasmruni.a "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"
- ./boot/ocamlrun.exe ./tools/stripdebug  ocamlopt.exe  ocamlopt.exe.tmp && /usr/bin/install -c -p  ocamlopt.exe.tmp "C:/Users/opam/AppData/Local/opam/5.3/bin/ocamlopt.byte.exe" && rm  ocamlopt.exe.tmp
- /usr/bin/make -C stdlib installopt
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- /usr/bin/install -c -p -m 644 \
-   stdlib.cmxa stdlib.a std_exit.o *.cmx \
-   "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"
- make[2]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- /usr/bin/install -c -p -m 644 \
-     middle_end/*.cmi \
-     "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/closure/*.cmi \
-     "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/flambda/*.cmi \
-     "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/flambda/base_types/*.cmi \
-     "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     asmcomp/*.cmi \
-     "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/*.cmt middle_end/*.cmti \
-     middle_end/*.mli \
-     "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/closure/*.cmt middle_end/closure/*.cmti \
-     middle_end/closure/*.mli \
-     "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/flambda/*.cmt middle_end/flambda/*.cmti \
-     middle_end/flambda/*.mli \
-     "C:/Users/opam/AppData/Local/opam/5.3/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:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     asmcomp/*.cmt asmcomp/*.cmti \
-     asmcomp/*.mli \
-     "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     driver/optmain.cmo \
-     "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs"
- mkdir -p "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p ./ocamldoc/ocamldoc.opt.exe "C:/Users/opam/AppData/Local/opam/5.3/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:/Users/opam/AppData/Local/opam/5.3/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:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p -m 644 \
-   ocamldoc/ocamldoc.hva ocamldoc/*.cmx ocamldoc/odoc_info.a \
-   ocamldoc/odoc_info.cmxa \
-   "C:/Users/opam/AppData/Local/opam/5.3/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.a \
-   "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/dynlink"
- for i in runtime_events unix str systhreads; do \
-   /usr/bin/make -C otherlibs/$i installopt || exit $?; \
- done
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- /usr/bin/install -c -p -m 644 \
-    runtime_events.cmx runtime_events.cmxa runtime_events.a \
-    "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/runtime_events/"
- if test -f runtime_events.cmxs; then \
-   /usr/bin/install -c -p runtime_events.cmxs "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/runtime_events"; \
- fi
- if test -f dllcamlruntime_eventsnat.dll; then \
-   /usr/bin/install -c -p \
-     dllcamlruntime_eventsnat.dll "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlruntime_eventsnat.a "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/"
- make[2]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- /usr/bin/install -c -p -m 644 \
-    unix.cmx unixLabels.cmx unix.cmxa unix.a \
-    "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/unix/"
- if test -f unix.cmxs; then \
-   /usr/bin/install -c -p unix.cmxs "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/unix"; \
- fi
- if test -f dllunixnat.dll; then \
-   /usr/bin/install -c -p \
-     dllunixnat.dll "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libunixnat.a "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/"
- make[2]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- /usr/bin/install -c -p -m 644 \
-    str.cmx str.cmxa str.a \
-    "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/str/"
- if test -f str.cmxs; then \
-   /usr/bin/install -c -p str.cmxs "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/str"; \
- fi
- if test -f dllcamlstrnat.dll; then \
-   /usr/bin/install -c -p \
-     dllcamlstrnat.dll "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlstrnat.a "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/"
- make[2]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- /usr/bin/install -c -p -m 644 libthreadsnat.a "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"
- /usr/bin/install -c -p -m 644 \
-   thread.cmx event.cmx threads.cmxa threads.a \
-   "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/threads"
- make[2]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- if test -f ocamlopt.opt.exe; then /usr/bin/make installoptopt; else \
-    cd "C:/Users/opam/AppData/Local/opam/5.3/bin"; \
-    cp -pf ocamlc.byte.exe ocamlc.exe; \
-    cp -pf ocamlopt.byte.exe ocamlopt.exe; \
-    cp -pf ocamllex.byte.exe ocamllex.exe; \
-    (test -f flexlink.byte.exe && \
-      cp -pf flexlink.byte.exe flexlink.exe) || true; \
- fi
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/install -c -p ocamlc.opt.exe "C:/Users/opam/AppData/Local/opam/5.3/bin"
- /usr/bin/install -c -p ocamlopt.opt.exe "C:/Users/opam/AppData/Local/opam/5.3/bin"
- /usr/bin/install -c -p lex/ocamllex.opt.exe "C:/Users/opam/AppData/Local/opam/5.3/bin"
- cd "C:/Users/opam/AppData/Local/opam/5.3/bin"; \
-    cp -pf ocamlc.opt.exe ocamlc.exe; \
-    cp -pf ocamlopt.opt.exe ocamlopt.exe; \
-    cp -pf ocamllex.opt.exe ocamllex.exe
- /usr/bin/install -c -p flexlink.opt.exe "C:/Users/opam/AppData/Local/opam/5.3/bin"
- cd "C:/Users/opam/AppData/Local/opam/5.3/bin"; \
-   cp -pf 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:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-    compilerlibs/*.cmxa compilerlibs/*.a \
-    "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-    driver/main.cmx driver/main.o \
-    driver/optmain.cmx driver/optmain.o \
-    toplevel/topstart.o \
-    "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs"
- make[2]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/install -c -p -m 644 \
-           tools/profiling.cmx tools/profiling.o \
-   "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/profiling"
- make[1]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocaml-compiler.5.3.0'
-> installed ocaml-compiler.5.3.0
-> installed ocaml-base-compiler.5.3.0
[ocaml-config: subst] expanding opam variables in gen_ocaml_config.ml.in, generating gen_ocaml_config.ml
-> installed ocaml-config.3
Processing 43/50: [ocaml: ocaml 5.3.0]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\ocaml.exe "C:\\Users\\opam\\AppData\\Local\\opam\\5.3\\share\\ocaml-config/gen_ocaml_config.ml" "5.3.0" "ocaml" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ocaml.5.3.0)
-> compiled  ocaml.5.3.0
-> installed ocaml.5.3.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-16 17:26.30 ---> saved as "ea4a3d3ab37cf19a25671330a8a7cd0ba580c0e0f564b3efad301d584509a8b8"
Job succeeded