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


Building on thyme

(from windows-server-2022-amd64-ocaml-5.3)
2026-01-30 09:33.53 ---> 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"))
2026-01-30 09:33.54 ---> 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 f9f7db30fd6e805d48b947df138d463a5433f4d1"))
2026-01-30 09:33.54 ---> using "9ffa4e67a2bc1bb10e9ddbad49fb07bd9ccdabfd46a57b5dc6e4edb83dbbd851" from cache

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

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

  Updating ~\.bash_profile.
  Added 9 lines after line 1 in ~\.bash_profile.
2026-01-30 09:33.54 ---> using "82d19e1b0719e0b35d8d7240b154fc1d98e1fb03f8ae529f79f6dfe6a46b0e81" 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.44  (cached)
-> retrieved ocaml-config.3  (cached)
-> installed flexdll.0.44
-> 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
-> retrieved ocaml-compiler.5.3.0  (cached)
-> installed mingw-w64-shims.0.2.0
-> 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)
2026-01-30 09:33.54 ---> using "8b7fac19fdffbfdcbbe929eaaa17d227bd9ca5a5ee7e3f828cf2ba2ad64f8ca8" from cache

/: (run (network host)
        (shell "opam update --depexts"))
2026-01-30 09:33.54 ---> using "78ba57933dcbd178288706de33aff8e6f3519b4f701f692b063964f16cf2972b" from cache

/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\Local\\opam\\download-cache")))
        (network host)
        (shell  "opam remove -y unison-gui.2.53.8\
               \nopam install -vy unison-gui.2.53.8\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: unison-gui.2.53.8 | 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"))
Nothing to do.
[NOTE] unison-gui.2.53.8 is not installed.

The following actions will be performed:
=== recompile 1 package
  - recompile mingw-w64-shims             0.2.0   [uses conf-mingw-w64-gcc-i686]
=== install 16 packages
  - install   cairo2                      0.6.5   [required by lablgtk3]
  - install   camlp-streams               5.0.1   [required by lablgtk3]
  - install   conf-cairo                  1       [required by cairo2]
  - install   conf-gtk3                   18      [required by lablgtk3]
  - install   conf-mingw-w64-cairo-i686   1       [required by conf-cairo]
  - install   conf-mingw-w64-cairo-x86_64 1       [required by conf-cairo]
  - install   conf-mingw-w64-gcc-i686     1       [required by conf-mingw-w64-gtk3-i686]
  - install   conf-mingw-w64-gtk3-i686    1       [required by conf-gtk3]
  - install   conf-mingw-w64-gtk3-x86_64  1       [required by conf-gtk3]
  - install   conf-pkg-config             4       [required by conf-gtk3]
  - install   csexp                       1.5.2   [required by dune-configurator]
  - install   dune                        3.20.2  [required by lablgtk3]
  - install   dune-configurator           3.20.2  [required by cairo2]
  - install   lablgtk3                    3.1.5-1 [required by unison-gui]
  - install   ocamlfind                   1.9.8   [required by unison-gui]
  - install   unison-gui                  2.53.8

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

<><> 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-cairo,mingw64-i686-gcc-core,mingw64-i686-gtk3,mingw64-x86_64-cairo,mingw64-x86_64-gtk3"
- Starting cygwin install, version 2.934
- 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: 6 tasks, update: no, use test packages: no
- solving: 59 tasks, update: no, use test packages: no
- Augmented Transaction List:
-    0 install gettext-locale-alias                  0.26-1    
-    1 install mingw64-i686-binutils                 2.45.1-1  
-    2 install mingw64-i686-bzip2                    1.0.6-4   
-    3 install mingw64-i686-expat                    2.2.2-1   
-    4 install mingw64-i686-jbigkit                  2.1-1     
-    5 install mingw64-i686-libepoxy                 1.4.3-1   
-    6 install mingw64-i686-libffi                   3.2.1-1   
-    7 install mingw64-i686-libjpeg-turbo            1.5.3-1   
-    8 install mingw64-i686-lzo2                     2.10-2    
-    9 install mingw64-i686-win-iconv                0.0.8-1   
-   10 install mingw64-i686-windows-default-manifest 6.4-1     
-   11 install mingw64-i686-winpthreads              13.0.0-1  
-   12 install mingw64-i686-xz                       5.8.2-1   
-   13 install mingw64-i686-zlib                     1.3.1-1   
-   14 install mingw64-x86_64-bzip2                  1.0.6-4   
-   15 install mingw64-x86_64-expat                  2.2.2-1   
-   16 install mingw64-x86_64-gcc-g++                13.4.0-1  
-   17 install mingw64-x86_64-jbigkit                2.1-1     
-   18 install mingw64-x86_64-libepoxy               1.4.3-1   
-   19 install mingw64-x86_64-libffi                 3.2.1-2   
-   20 install mingw64-x86_64-libjpeg-turbo          1.5.3-1   
-   21 install mingw64-x86_64-lzo2                   2.10-2    
-   22 install mingw64-x86_64-pixman                 0.46.4-1  
-   23 install mingw64-x86_64-win-iconv              0.0.8-1   
-   24 install mingw64-x86_64-xz                     5.8.2-1   
-   25 install mingw64-x86_64-zlib                   1.3.1-1   
-   26 install mingw64-i686-headers                  13.0.0-1  
-   27 install mingw64-x86_64-pcre                   8.45-1    
-   28 install mingw64-x86_64-jasper                 2.0.14-1  
-   29 install mingw64-x86_64-gettext                0.22.5-1  
-   30 install mingw64-x86_64-tiff                   4.0.9-1   
-   31 install mingw64-x86_64-libpng                 1.6.34-1  
-   32 install mingw64-i686-runtime                  13.0.0-1  
-   33 install mingw64-x86_64-glib2.0                2.54.3-1  
-   34 install mingw64-x86_64-freetype2              2.8.1-1   
-   35 install mingw64-i686-gcc-core                 13.4.0-1  
-   36 install mingw64-x86_64-gdk-pixbuf2.0          2.36.11-1 
-   37 install mingw64-x86_64-atk1.0                 2.26.1-1  
-   38 install mingw64-x86_64-harfbuzz               1.7.6-1   
-   39 install mingw64-x86_64-fontconfig             2.12.6-1  
-   40 install mingw64-i686-pixman                   0.46.4-1  
-   41 install mingw64-i686-libpng                   1.6.34-1  
-   42 install mingw64-i686-jasper                   2.0.14-1  
-   43 install mingw64-i686-gcc-g++                  13.4.0-1  
-   44 install mingw64-x86_64-cairo                  1.14.12-1 
-   45 install mingw64-i686-freetype2                2.8.1-1   
-   46 install mingw64-i686-tiff                     4.0.9-1   
-   47 install mingw64-i686-pcre                     8.45-1    
-   48 install mingw64-i686-gettext                  0.21.1-1  
-   49 install mingw64-x86_64-pango1.0               1.40.14-1 
-   50 install mingw64-i686-fontconfig               2.12.6-1  
-   51 install mingw64-i686-glib2.0                  2.54.3-1  
-   52 install mingw64-x86_64-gtk3                   3.22.28-1 
-   53 install mingw64-i686-harfbuzz                 1.7.6-1   
-   54 install mingw64-i686-gdk-pixbuf2.0            2.36.11-1 
-   55 install mingw64-i686-cairo                    1.14.12-1 
-   56 install mingw64-i686-atk1.0                   2.26.1-1  
-   57 install mingw64-i686-pango1.0                 1.40.14-1 
-   58 install mingw64-i686-gtk3                     3.22.28-1 
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gettext/gettext-locale-alias/gettext-locale-alias-0.26-1-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-binutils/mingw64-i686-binutils-2.45.1-1-x86_64.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-bzip2/mingw64-i686-bzip2-1.0.6-4.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-expat/mingw64-i686-expat-2.2.2-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-jbigkit/mingw64-i686-jbigkit-2.1-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-libepoxy/mingw64-i686-libepoxy-1.4.3-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-libffi/mingw64-i686-libffi-3.2.1-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-libjpeg-turbo/mingw64-i686-libjpeg-turbo-1.5.3-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-lzo2/mingw64-i686-lzo2-2.10-2.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-win-iconv/mingw64-i686-win-iconv-0.0.8-1.tar.xz
- 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-13.0.0-1-noarch.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-xz/mingw64-i686-xz-5.8.2-1-noarch.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-zlib/mingw64-i686-zlib-1.3.1-1.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-bzip2/mingw64-x86_64-bzip2-1.0.6-4.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-expat/mingw64-x86_64-expat-2.2.2-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-x86_64-gcc/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-13.4.0-1-x86_64.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-jbigkit/mingw64-x86_64-jbigkit-2.1-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libepoxy/mingw64-x86_64-libepoxy-1.4.3-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libffi/mingw64-x86_64-libffi-3.2.1-2.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libjpeg-turbo/mingw64-x86_64-libjpeg-turbo-1.5.3-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-lzo2/mingw64-x86_64-lzo2-2.10-2.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-pixman/mingw64-x86_64-pixman-0.46.4-1-noarch.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-win-iconv/mingw64-x86_64-win-iconv-0.0.8-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-xz/mingw64-x86_64-xz-5.8.2-1-noarch.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-zlib/mingw64-x86_64-zlib-1.3.1-1.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-headers/mingw64-i686-headers-13.0.0-1-noarch.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-pcre/mingw64-x86_64-pcre-8.45-1.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-jasper/mingw64-x86_64-jasper-2.0.14-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-gettext/mingw64-x86_64-gettext-0.22.5-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-tiff/mingw64-x86_64-tiff-4.0.9-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libpng/mingw64-x86_64-libpng-1.6.34-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-runtime/mingw64-i686-runtime-13.0.0-1-noarch.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-glib2.0/mingw64-x86_64-glib2.0-2.54.3-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-freetype2/mingw64-x86_64-freetype2-2.8.1-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-13.4.0-1-x86_64.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-gdk-pixbuf2.0/mingw64-x86_64-gdk-pixbuf2.0-2.36.11-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-atk1.0/mingw64-x86_64-atk1.0-2.26.1-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-harfbuzz/mingw64-x86_64-harfbuzz-1.7.6-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-fontconfig/mingw64-x86_64-fontconfig-2.12.6-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-pixman/mingw64-i686-pixman-0.46.4-1-noarch.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-libpng/mingw64-i686-libpng-1.6.34-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-jasper/mingw64-i686-jasper-2.0.14-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-gcc/mingw64-i686-gcc-g++/mingw64-i686-gcc-g++-13.4.0-1-x86_64.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-cairo/mingw64-x86_64-cairo-1.14.12-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-freetype2/mingw64-i686-freetype2-2.8.1-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-tiff/mingw64-i686-tiff-4.0.9-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-pcre/mingw64-i686-pcre-8.45-1.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-gettext/mingw64-i686-gettext-0.21.1-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-pango1.0/mingw64-x86_64-pango1.0-1.40.14-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-fontconfig/mingw64-i686-fontconfig-2.12.6-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-glib2.0/mingw64-i686-glib2.0-2.54.3-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-gtk3/mingw64-x86_64-gtk3-3.22.28-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-harfbuzz/mingw64-i686-harfbuzz-1.7.6-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-gdk-pixbuf2.0/mingw64-i686-gdk-pixbuf2.0-2.36.11-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-cairo/mingw64-i686-cairo-1.14.12-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-atk1.0/mingw64-i686-atk1.0-2.26.1-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-pango1.0/mingw64-i686-pango1.0-1.40.14-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-gtk3/mingw64-i686-gtk3-3.22.28-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gettext/gettext-locale-alias/gettext-locale-alias-0.26-1-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-binutils/mingw64-i686-binutils-2.45.1-1-x86_64.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-bzip2/mingw64-i686-bzip2-1.0.6-4.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-expat/mingw64-i686-expat-2.2.2-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-jbigkit/mingw64-i686-jbigkit-2.1-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-libepoxy/mingw64-i686-libepoxy-1.4.3-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-libffi/mingw64-i686-libffi-3.2.1-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-libjpeg-turbo/mingw64-i686-libjpeg-turbo-1.5.3-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-lzo2/mingw64-i686-lzo2-2.10-2.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-win-iconv/mingw64-i686-win-iconv-0.0.8-1.tar.xz
- 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-13.0.0-1-noarch.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-xz/mingw64-i686-xz-5.8.2-1-noarch.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-zlib/mingw64-i686-zlib-1.3.1-1.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-bzip2/mingw64-x86_64-bzip2-1.0.6-4.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-expat/mingw64-x86_64-expat-2.2.2-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-x86_64-gcc/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-13.4.0-1-x86_64.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-jbigkit/mingw64-x86_64-jbigkit-2.1-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libepoxy/mingw64-x86_64-libepoxy-1.4.3-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libffi/mingw64-x86_64-libffi-3.2.1-2.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libjpeg-turbo/mingw64-x86_64-libjpeg-turbo-1.5.3-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-lzo2/mingw64-x86_64-lzo2-2.10-2.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-pixman/mingw64-x86_64-pixman-0.46.4-1-noarch.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-win-iconv/mingw64-x86_64-win-iconv-0.0.8-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-xz/mingw64-x86_64-xz-5.8.2-1-noarch.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-zlib/mingw64-x86_64-zlib-1.3.1-1.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-headers/mingw64-i686-headers-13.0.0-1-noarch.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-pcre/mingw64-x86_64-pcre-8.45-1.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-jasper/mingw64-x86_64-jasper-2.0.14-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-gettext/mingw64-x86_64-gettext-0.22.5-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-tiff/mingw64-x86_64-tiff-4.0.9-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libpng/mingw64-x86_64-libpng-1.6.34-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-13.0.0-1-noarch.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-glib2.0/mingw64-x86_64-glib2.0-2.54.3-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-freetype2/mingw64-x86_64-freetype2-2.8.1-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-13.4.0-1-x86_64.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-gdk-pixbuf2.0/mingw64-x86_64-gdk-pixbuf2.0-2.36.11-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-atk1.0/mingw64-x86_64-atk1.0-2.26.1-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-harfbuzz/mingw64-x86_64-harfbuzz-1.7.6-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-fontconfig/mingw64-x86_64-fontconfig-2.12.6-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-pixman/mingw64-i686-pixman-0.46.4-1-noarch.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-libpng/mingw64-i686-libpng-1.6.34-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-jasper/mingw64-i686-jasper-2.0.14-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-g++/mingw64-i686-gcc-g++-13.4.0-1-x86_64.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-cairo/mingw64-x86_64-cairo-1.14.12-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-freetype2/mingw64-i686-freetype2-2.8.1-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-tiff/mingw64-i686-tiff-4.0.9-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-pcre/mingw64-i686-pcre-8.45-1.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-gettext/mingw64-i686-gettext-0.21.1-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-pango1.0/mingw64-x86_64-pango1.0-1.40.14-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-fontconfig/mingw64-i686-fontconfig-2.12.6-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-glib2.0/mingw64-i686-glib2.0-2.54.3-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-gtk3/mingw64-x86_64-gtk3-3.22.28-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-harfbuzz/mingw64-i686-harfbuzz-1.7.6-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-gdk-pixbuf2.0/mingw64-i686-gdk-pixbuf2.0-2.36.11-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-cairo/mingw64-i686-cairo-1.14.12-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-atk1.0/mingw64-i686-atk1.0-2.26.1-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-pango1.0/mingw64-i686-pango1.0-1.40.14-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-gtk3/mingw64-i686-gtk3-3.22.28-1.tar.xz
- 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\bash.exe --norc --noprofile "/etc/postinstall/mingw64-i686-fontconfig.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/mingw64-i686-gdk-pixbuf2.0.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/mingw64-i686-gtk3.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/mingw64-x86_64-fontconfig.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/mingw64-x86_64-gdk-pixbuf2.0.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/mingw64-x86_64-gtk3.sh"
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/zp_man-db-update-index.dash"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_mingw64-i686-fontconfig_cache.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_mingw64-x86_64-fontconfig_cache.sh"
- 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 <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/51: [cairo2.0.6.5: extract]
Processing  2/51: [cairo2.0.6.5: extract] [camlp-streams.5.0.1: extract]
Processing  3/51: [cairo2.0.6.5: extract] [camlp-streams.5.0.1: extract]
Processing  4/51: [cairo2.0.6.5: extract] [camlp-streams.5.0.1: extract]
Processing  5/51: [cairo2.0.6.5: extract] [camlp-streams.5.0.1: extract]
Processing  6/51: [cairo2.0.6.5: extract] [camlp-streams.5.0.1: extract]
Processing  7/51: [cairo2.0.6.5: extract] [camlp-streams.5.0.1: extract]
Processing  8/51: [cairo2.0.6.5: extract] [camlp-streams.5.0.1: extract]
Processing  9/51: [cairo2.0.6.5: extract] [camlp-streams.5.0.1: extract]
Processing 10/51: [cairo2.0.6.5: extract] [camlp-streams.5.0.1: extract]
Processing 11/51: [cairo2.0.6.5: extract] [camlp-streams.5.0.1: extract] [csexp.1.5.2: extract]
Processing 12/51: [cairo2.0.6.5: extract] [camlp-streams.5.0.1: extract] [csexp.1.5.2: extract] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc]
Processing 13/51: [cairo2.0.6.5: extract] [camlp-streams.5.0.1: extract] [csexp.1.5.2: extract] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
-> retrieved cairo2.0.6.5  (cached)
Processing 13/51: [camlp-streams.5.0.1: extract] [csexp.1.5.2: extract] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 14/51: [camlp-streams.5.0.1: extract] [csexp.1.5.2: extract] [dune.3.20.2, dune-configurator.3.20.2: http] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
-> retrieved camlp-streams.5.0.1  (cached)
Processing 14/51: [csexp.1.5.2: extract] [dune.3.20.2, dune-configurator.3.20.2: http] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 15/51: [csexp.1.5.2: extract] [dune.3.20.2, dune-configurator.3.20.2: http] [lablgtk3.3.1.5-1: http] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
-> retrieved csexp.1.5.2  (cached)
Processing 15/51: [dune.3.20.2, dune-configurator.3.20.2: http] [lablgtk3.3.1.5-1: http] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 16/51: [dune.3.20.2, dune-configurator.3.20.2: http] [lablgtk3.3.1.5-1: http] [mingw-w64-shims.0.2.0: extract] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 16/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [lablgtk3.3.1.5-1: http] [mingw-w64-shims.0.2.0: extract] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 16/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [lablgtk3.3.1.5-1: extract] [mingw-w64-shims.0.2.0: extract] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
-> retrieved mingw-w64-shims.0.2.0  (cached)
Processing 16/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [lablgtk3.3.1.5-1: extract] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 17/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [lablgtk3.3.1.5-1: extract] [ocamlfind.1.9.8: extract] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
+ C:\cygwin64\bin\i686-w64-mingw32-gcc.exe "--version" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-mingw-w64-gcc-i686.1)
- i686-w64-mingw32-gcc (GCC) 13.4.0
- Copyright (C) 2023 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions.  There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- 
-> compiled  conf-mingw-w64-gcc-i686.1
Processing 17/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [lablgtk3.3.1.5-1: extract] [ocamlfind.1.9.8: extract] [conf-pkg-config: pkgconf]
-> installed conf-mingw-w64-gcc-i686.1
Processing 18/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [lablgtk3.3.1.5-1: extract] [ocamlfind.1.9.8: extract] [conf-pkg-config: pkgconf]
+ C:\cygwin64\bin\pkgconf.exe "--version" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-pkg-config.4)
- 2.5.1
-> compiled  conf-pkg-config.4
Processing 18/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [lablgtk3.3.1.5-1: extract] [ocamlfind.1.9.8: extract]
-> removed   mingw-w64-shims.0.2.0
Processing 19/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [lablgtk3.3.1.5-1: extract] [ocamlfind.1.9.8: extract]
-> installed conf-pkg-config.4
Processing 20/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [lablgtk3.3.1.5-1: extract] [ocamlfind.1.9.8: extract]
Processing 21/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [lablgtk3.3.1.5-1: extract] [ocamlfind.1.9.8: extract] [conf-mingw-w64-cairo-i686: pkgconf cairo]
Processing 22/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [lablgtk3.3.1.5-1: extract] [ocamlfind.1.9.8: extract] [conf-mingw-w64-cairo-i686: pkgconf cairo] [conf-mingw-w64-cairo-x86_64: pkgconf cairo]
Processing 23/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [lablgtk3.3.1.5-1: extract] [ocamlfind.1.9.8: extract] [conf-mingw-w64-cairo-i686: pkgconf cairo] [conf-mingw-w64-cairo-x86_64: pkgconf cairo] [conf-mingw-w64-gtk3-i686: pkgconf gtk+-3.0]
Processing 24/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [lablgtk3.3.1.5-1: extract] [ocamlfind.1.9.8: extract] [conf-mingw-w64-cairo-i686: pkgconf cairo] [conf-mingw-w64-cairo-x86_64: pkgconf cairo] [conf-mingw-w64-gtk3-i686: pkgconf gtk+-3.0] [conf-mingw-w64-gtk3-x86_64: pkgconf gtk+-3.0]
Processing 25/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [lablgtk3.3.1.5-1: extract] [ocamlfind.1.9.8: extract] [conf-mingw-w64-cairo-i686: pkgconf cairo] [conf-mingw-w64-cairo-x86_64: pkgconf cairo] [conf-mingw-w64-gtk3-i686: pkgconf gtk+-3.0] [conf-mingw-w64-gtk3-x86_64: pkgconf gtk+-3.0] [mingw-w64-shims: sh mingw-w64-shims]
-> retrieved ocamlfind.1.9.8  (cached)
Processing 25/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [lablgtk3.3.1.5-1: extract] [conf-mingw-w64-cairo-i686: pkgconf cairo] [conf-mingw-w64-cairo-x86_64: pkgconf cairo] [conf-mingw-w64-gtk3-i686: pkgconf gtk+-3.0] [conf-mingw-w64-gtk3-x86_64: pkgconf gtk+-3.0] [mingw-w64-shims: sh mingw-w64-shims]
Processing 26/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [lablgtk3.3.1.5-1: extract] [unison-gui.2.53.8: http] [conf-mingw-w64-cairo-i686: pkgconf cairo] [conf-mingw-w64-cairo-x86_64: pkgconf cairo] [conf-mingw-w64-gtk3-i686: pkgconf gtk+-3.0] [conf-mingw-w64-gtk3-x86_64: pkgconf gtk+-3.0] [mingw-w64-shims: sh mingw-w64-shims]
Processing 27/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [lablgtk3.3.1.5-1: extract] [unison-gui.2.53.8: http] [conf-mingw-w64-cairo-i686: pkgconf cairo] [conf-mingw-w64-cairo-x86_64: pkgconf cairo] [conf-mingw-w64-gtk3-i686: pkgconf gtk+-3.0] [conf-mingw-w64-gtk3-x86_64: pkgconf gtk+-3.0] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
-> retrieved lablgtk3.3.1.5-1  (https://github.com/garrigue/lablgtk/releases/download/3.1.5/lablgtk3-3.1.5.tbz)
Processing 27/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8: http] [conf-mingw-w64-cairo-i686: pkgconf cairo] [conf-mingw-w64-cairo-x86_64: pkgconf cairo] [conf-mingw-w64-gtk3-i686: pkgconf gtk+-3.0] [conf-mingw-w64-gtk3-x86_64: pkgconf gtk+-3.0] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
Processing 27/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8: extract] [conf-mingw-w64-cairo-i686: pkgconf cairo] [conf-mingw-w64-cairo-x86_64: pkgconf cairo] [conf-mingw-w64-gtk3-i686: pkgconf gtk+-3.0] [conf-mingw-w64-gtk3-x86_64: pkgconf gtk+-3.0] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
+ C:\cygwin64\bin\pkgconf.exe "--personality=i686-w64-mingw32" "cairo" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-mingw-w64-cairo-i686.1)
-> compiled  conf-mingw-w64-cairo-i686.1
Processing 27/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8: extract] [conf-mingw-w64-cairo-x86_64: pkgconf cairo] [conf-mingw-w64-gtk3-i686: pkgconf gtk+-3.0] [conf-mingw-w64-gtk3-x86_64: pkgconf gtk+-3.0] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
-> installed conf-mingw-w64-cairo-i686.1
Processing 28/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8: extract] [conf-mingw-w64-cairo-x86_64: pkgconf cairo] [conf-mingw-w64-gtk3-i686: pkgconf gtk+-3.0] [conf-mingw-w64-gtk3-x86_64: pkgconf gtk+-3.0] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
+ C:\cygwin64\bin\pkgconf.exe "--personality=x86_64-w64-mingw32" "cairo" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-mingw-w64-cairo-x86_64.1)
-> compiled  conf-mingw-w64-cairo-x86_64.1
Processing 28/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8: extract] [conf-mingw-w64-gtk3-i686: pkgconf gtk+-3.0] [conf-mingw-w64-gtk3-x86_64: pkgconf gtk+-3.0] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
-> installed conf-mingw-w64-cairo-x86_64.1
Processing 29/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8: extract] [conf-mingw-w64-gtk3-i686: pkgconf gtk+-3.0] [conf-mingw-w64-gtk3-x86_64: pkgconf gtk+-3.0] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
Processing 30/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8: extract] [conf-cairo: pkgconf cairo] [conf-mingw-w64-gtk3-i686: pkgconf gtk+-3.0] [conf-mingw-w64-gtk3-x86_64: pkgconf gtk+-3.0] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
+ C:\cygwin64\bin\pkgconf.exe "--personality=i686-w64-mingw32" "gtk+-3.0" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-mingw-w64-gtk3-i686.1)
-> compiled  conf-mingw-w64-gtk3-i686.1
Processing 30/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8: extract] [conf-cairo: pkgconf cairo] [conf-mingw-w64-gtk3-x86_64: pkgconf gtk+-3.0] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
-> installed conf-mingw-w64-gtk3-i686.1
Processing 31/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8: extract] [conf-cairo: pkgconf cairo] [conf-mingw-w64-gtk3-x86_64: pkgconf gtk+-3.0] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
+ C:\cygwin64\bin\pkgconf.exe "--personality=x86_64-w64-mingw32" "cairo" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-cairo.1)
-> compiled  conf-cairo.1
Processing 31/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8: extract] [conf-mingw-w64-gtk3-x86_64: pkgconf gtk+-3.0] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
-> installed conf-cairo.1
Processing 32/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8: extract] [conf-mingw-w64-gtk3-x86_64: pkgconf gtk+-3.0] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
+ C:\cygwin64\bin\pkgconf.exe "--personality=x86_64-w64-mingw32" "gtk+-3.0" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-mingw-w64-gtk3-x86_64.1)
-> compiled  conf-mingw-w64-gtk3-x86_64.1
Processing 32/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8: extract] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
-> installed conf-mingw-w64-gtk3-x86_64.1
Processing 33/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8: extract] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
Processing 34/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8: extract] [conf-gtk3: pkgconf gtk+-3.0] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
+ C:\cygwin64\bin\sh.exe "./gen_config.sh" "mingw-w64-shims" "i686-binutils" "i686-gcc-core" "i686-gcc-g++-false" "x86_64-binutils" "x86_64-gcc-core" "x86_64-gcc-g++-false" "pkgconf" (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
Processing 34/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8: extract] [conf-gtk3: pkgconf gtk+-3.0] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
-> installed mingw-w64-shims.0.2.0
Processing 35/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8: extract] [conf-gtk3: pkgconf gtk+-3.0] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
Processing 35/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8/unison.patch: dl] [conf-gtk3: pkgconf gtk+-3.0] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
+ C:\cygwin64\bin\pkgconf.exe "--personality=x86_64-w64-mingw32" "--print-errors" "--exists" "gtk+-3.0" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-gtk3.18)
-> compiled  conf-gtk3.18
Processing 35/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8/unison.patch: dl] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
-> installed conf-gtk3.18
Processing 36/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8/unison.patch: dl] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
+ C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ocamlfind.1.9.8\./configure "-bindir" "C:\\Users\\opam\\AppData\\Local\\opam\\5.3\\bin" "-sitelib" "C:\\Users\\opam\\AppData\\Local\\opam\\5.3\\lib" "-mandir" "C:\\Users\\opam\\AppData\\Local\\opam\\5.3\\man" "-config" "C:\\Users\\opam\\AppData\\Local\\opam\\5.3\\lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ocamlfind.1.9.8)
- Welcome to findlib version 1.9.8
- Configuring core...
- Cygwin build environment found; using .exe as suffix for binaries
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Checking for ocamlopt -g...
- Configuring libraries...
- unix: found (in +unix)
- dynlink: found (in +dynlink)
- bigarray: not present (possible since 4.08)
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: not present (normal since 4.09)
- num: not present (normal since 4.06)
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found (in +ocamldoc)
- raw_spacetime: not present (normal since 4.12)
- threads: found (in +threads)
- str: found (in +str)
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /cygdrive/c/Users/opam/AppData/Local/opam/5.3/lib/ocaml
-     Binaries:              /cygdrive/c/Users/opam/AppData/Local/opam/5.3/bin
-     Manual pages:          /usr/local/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              C:\Users\opam\AppData\Local\opam\5.3\lib
- The configuration file is written to:
-     findlib config file:   C:\Users\opam\AppData\Local\opam\5.3\lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              C:\Users\opam\AppData\Local\opam\5.3\bin
-     Manual pages:          C:\Users\opam\AppData\Local\opam\5.3\man
-     topfind script:        /cygdrive/c/Users/opam/AppData/Local/opam/5.3/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       no
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
Processing 36/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [unison-gui.2.53.8/unison.patch: dl] [ocamlfind: make all]
-> retrieved unison-gui.2.53.8  (https://github.com/bcpierce00/unison/archive/refs/tags/v2.53.8.tar.gz)
Processing 36/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [ocamlfind: make all]
+ C:\cygwin64\bin\make.exe "all" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; /usr/bin/make all ) || exit; done
- make[1]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- ocamllex fl_meta.mll
- 22 states, 392 transitions, table size 1700 bytes
- USE_CYGPATH="1"; \
- export USE_CYGPATH; \
- cat findlib_config.mlp | \
-          ../../tools/patch '@CONFIGFILE@' 'C:\Users\opam\AppData\Local\opam\5.3\lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/lib/ocaml' | \
-          ../../tools/patch '@RELATIVE_PATHS@' 'false' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;mingw64;g' \
- 	     >findlib_config.ml
- if [ "true" = "true" ]; then                 \
- 	cp topfind.ml.in topfind.ml;                             \
- else                                                             \
- 	sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
- 		> topfind.ml ;                                   \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_compat.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_package_base.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c findlib.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma fl_compat.cmo fl_split.cmo findlib_config.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c frontend.ml
- ocamlc -I +compiler-libs  -o ocamlfind.exe -g findlib.cma unix.cma \
-            -I +unix -I +dynlink ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c topfind.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- if [ "1" = "1" ]; then                        \
- 	cp topfind.in topfind.compat.in;                                                     \
- else                                                                  \
- 	sed -e '/REMOVE_DIRECTORY_BEGIN/,/REMOVE_DIRECTORY_END/ d' topfind.in \
- 		> topfind.compat.in ;                                                \
- fi
- USE_CYGPATH="1"; \
- export USE_CYGPATH; \
- cat topfind.compat.in | \
-          ../../tools/patch '@SITELIB@' 'C:\Users\opam\AppData\Local\opam\5.3\lib' | \
-          ../../tools/patch '@RELATIVE_PATHS@' 'false' \
-     	    >topfind
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- make[1]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/bin/make all-config
- make[1]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocamlfind.1.9.8'
- if [ "false" = "true" ]; then \
-   /usr/bin/make findlib-relative; \
-         else \
-   /usr/bin/make findlib-absolute; \
- fi
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocamlfind.1.9.8'
- USE_CYGPATH="1"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' 'C:\Users\opam\AppData\Local\opam\5.3\lib' | \
- 		 tools/patch '@FINDLIB_PATH@' '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/lib/ocaml:/cygdrive/c/Users/opam/AppData/Local/opam/5.3/lib' -p >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- 	echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- 	echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- 	echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- 	echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- make[2]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocamlfind.1.9.8'
- make[1]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocamlfind.1.9.8'
Processing 36/51: [dune.3.20.2, dune-configurator.3.20.2: extract] [ocamlfind: make opt]
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz)
Processing 36/51: [ocamlfind: make opt]
Processing 37/51: [dune: ocaml 7] [ocamlfind: make opt]
+ C:\cygwin64\bin\make.exe "opt" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; /usr/bin/make opt ) || exit; done
- make[1]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_compat.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c frontend.ml
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt.exe findlib.cmxa unix.cmxa \
- 	   -I +unix -I +dynlink ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- make[1]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
-> compiled  ocamlfind.1.9.8
Processing 37/51: [dune: ocaml 7]
Processing 38/51: [dune: ocaml 7] [ocamlfind: make install]
+ C:\cygwin64\bin\make.exe "install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ocamlfind.1.9.8)
- if [ "0" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "C:\Users\opam\AppData\Local\opam\5.3\lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "/C:\Users\opam\AppData\Local\opam\5.3\lib/$x/META"; then \
-           rm -f site-lib-src/$x/META; \
-         fi; \
-       fi; \
-     done; \
-     test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \
-   fi
- echo 'SITELIB_META =' > Makefile.packages.in
- for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done
- tr '\n' ' ' < Makefile.packages.in > Makefile.packages
- rm Makefile.packages.in
- install -d "C:\Users\opam\AppData\Local\opam\5.3\bin"
- install -d "C:\Users\opam\AppData\Local\opam\5.3\man"
- /usr/bin/make install-config
- make[1]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocamlfind.1.9.8'
- install -d "`dirname \"C:\Users\opam\AppData\Local\opam\5.3\lib/findlib.conf\"`"
- test -f "C:\Users\opam\AppData\Local\opam\5.3\lib/findlib.conf" || cp findlib.conf "C:\Users\opam\AppData\Local\opam\5.3\lib/findlib.conf"
- make[1]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocamlfind.1.9.8'
- for p in findlib; do ( cd src/$p; /usr/bin/make install ); done
- make[1]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- install -d "C:\Users\opam\AppData\Local\opam\5.3\lib/findlib"
- install -d "C:\Users\opam\AppData\Local\opam\5.3\bin"
- test 1 -eq 0 || install -d "/cygdrive/c/Users/opam/AppData/Local/opam/5.3/lib/ocaml"
- test 1 -eq 0 || cp topfind "/cygdrive/c/Users/opam/AppData/Local/opam/5.3/lib/ocaml/"
- files=` ../../tools/collect_files ../../Makefile.config \
- findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \
- findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \
- fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \
- fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \
- fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \
- findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \
- META` && \
- cp $files "C:\Users\opam\AppData\Local\opam\5.3\lib/findlib/"
- f="ocamlfind.exe"; { test -f ocamlfind_opt.exe && f="ocamlfind_opt.exe"; }; \
- install -c $f "C:\Users\opam\AppData\Local\opam\5.3\bin/ocamlfind.exe"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/cygdrive/c/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/cygdrive/c/Users/opam/AppData/Local/opam/5.3/lib/ocaml/compiler-libs/"; \
-     cp topdirs.cmi toploop.cmi "C:\Users\opam\AppData\Local\opam\5.3\lib/findlib/"; \
- fi
- make[1]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/bin/make install-meta
- make[1]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocamlfind.1.9.8'
- for x in bytes ; do install -d "C:\Users\opam\AppData\Local\opam\5.3\lib/$x"; cp site-lib-src/$x/META "C:\Users\opam\AppData\Local\opam\5.3\lib/$x/META.tmp" && mv "C:\Users\opam\AppData\Local\opam\5.3\lib/$x/META.tmp" "C:\Users\opam\AppData\Local\opam\5.3\lib/$x/META"; done
- install -d "C:\Users\opam\AppData\Local\opam\5.3\lib/findlib"; cp Makefile.packages "C:\Users\opam\AppData\Local\opam\5.3\lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocamlfind.1.9.8'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; /usr/bin/make install-num-top; }
- test ! -f 'site-lib-src/camlp4/META' ||	install -c tools/safe_camlp4 "C:\Users\opam\AppData\Local\opam\5.3\bin"
- /usr/bin/make install-doc
- make[1]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocamlfind.1.9.8'
- install -d "C:\Users\opam\AppData\Local\opam\5.3\man/man1" "C:\Users\opam\AppData\Local\opam\5.3\man/man3" "C:\Users\opam\AppData\Local\opam\5.3\man/man5"
- cp doc/ref-man/ocamlfind.1 "C:\Users\opam\AppData\Local\opam\5.3\man/man1"
- cp: cannot stat 'doc/ref-man/ocamlfind.1': No such file or directory
- make[1]: [Makefile:91: install-doc] Error 1 (ignored)
- cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "C:\Users\opam\AppData\Local\opam\5.3\man/man5"
- cp: cannot stat 'doc/ref-man/META.5': No such file or directory
- cp: cannot stat 'doc/ref-man/site-lib.5': No such file or directory
- cp: cannot stat 'doc/ref-man/findlib.conf.5': No such file or directory
- make[1]: [Makefile:92: install-doc] Error 1 (ignored)
- make[1]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/ocamlfind.1.9.8'
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind_opt
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe
[WARNING] C:\Users\opam\AppData\Local\opam\5.3\bin\safe_camlp4 is a script; the command won't be available
-> installed ocamlfind.1.9.8
Processing 38/51: [dune: ocaml 7]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\ocaml.exe "boot/bootstrap.ml" "-j" "7" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune.3.20.2)
- ocamlc -output-complete-exe -g -o .duneboot.exe -I boot -I +unix unix.cma boot/libs.ml boot/duneboot.ml
- .\.duneboot.exe -j 7
- 


Processing 38/51: [dune: ./_boot/dune.exe build]
+ C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune.3.20.2\./_boot/dune.exe "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "7" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune.3.20.2)
-> compiled  dune.3.20.2
-> installed dune.3.20.2
Processing 40/51: [camlp-streams: dune build]
Processing 41/51: [camlp-streams: dune build] [csexp: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "csexp" "-j" "7" "@install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\csexp.1.5.2)
- (cd _build/default && C:\Users\opam\AppData\Local\opam\5.3\bin\ocamlc.opt.exe -w -40 -g -bin-annot -bin-annot-occurrences -I src/.csexp.objs/byte -cmi-file src/.csexp.objs/byte/csexp.cmi -no-alias-deps -o src/.csexp.objs/byte/csexp.cmo -c -impl src/csexp.ml)
- File "src/csexp.ml", line 236, characters 7-14:
- 236 |     [@@inlined always]
-              ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
- (cd _build/default && C:\Users\opam\AppData\Local\opam\5.3\bin\ocamlopt.opt.exe -w -40 -g -I src/.csexp.objs/byte -I src/.csexp.objs/native -cmi-file src/.csexp.objs/byte/csexp.cmi -no-alias-deps -o src/.csexp.objs/native/csexp.cmx -c -impl src/csexp.ml)
- File "src/csexp.ml", line 236, characters 7-14:
- 236 |     [@@inlined always]
-              ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
-> compiled  csexp.1.5.2
Processing 41/51: [camlp-streams: dune build]
-> installed csexp.1.5.2
Processing 42/51: [camlp-streams: dune build]
Processing 43/51: [camlp-streams: dune build] [dune-configurator: rm]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "camlp-streams" "-j" "7" "@install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\camlp-streams.5.0.1)
-> compiled  camlp-streams.5.0.1
Processing 43/51: [dune-configurator: rm]
-> installed camlp-streams.5.0.1
Processing 44/51: [dune-configurator: rm]
+ C:\cygwin64\bin\rm.exe "-rf" "vendor/csexp" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune-configurator.3.20.2)
+ C:\cygwin64\bin\rm.exe "-rf" "vendor/pp" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune-configurator.3.20.2)
Processing 44/51: [dune-configurator: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "dune-configurator" "-j" "7" "@install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune-configurator.3.20.2)
-> compiled  dune-configurator.3.20.2
-> installed dune-configurator.3.20.2
Processing 46/51: [cairo2: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "cairo2" "-j" "7" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\cairo2.0.6.5)
-> compiled  cairo2.0.6.5
-> installed cairo2.0.6.5
Processing 48/51: [lablgtk3: sed]
+ C:\cygwin64\bin\sed.exe "-i" "-e" "/c_flags/s/-W/-Wno-error=incompatible-pointer-types -W/" "src/dune" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\lablgtk3.3.1.5-1)
Processing 48/51: [lablgtk3: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "lablgtk3" "-j" "7" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\lablgtk3.3.1.5-1)
- (cd _build/default/src && ..\.bin\propcc gtkBase.props)
- Warning: no conversion for type GdkWindow_opt in class GtkWidget
- (cd _build/default/src && ..\.bin\propcc gtkText.props)
- Warning: no conversion for type PangoTabArray in class GtkTextView
- Warning: no conversion for type PangoTabArray in class GtkTextTag
- (cd _build/default/src && ..\.bin\propcc gtkMisc.props)
- Warning: no conversion for type PangoAttrList in class GtkLabel
- Warning: no conversion for type GIcon in class GtkImage
- Warning: no conversion for type GdkPixbufAnimation in class GtkImage
- Warning: no conversion for type CairoSurface in class GtkImage
- (cd _build/default/src && ..\.bin\propcc gtkTree.props)
- Warning: no conversion for type PangoAttrList in class GtkCellRendererText
- (cd _build/default/src && C:\Users\opam\AppData\Local\opam\5.3\bin\x86_64-w64-mingw32-gcc.exe -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/gtk-3.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/pango-1.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/cairo -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/pixman-1 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/freetype2 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/libpng16 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/gdk-pixbuf-2.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/atk-1.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/glib-2.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/lib/glib-2.0/include -mms-bitfields -Wno-error=incompatible-pointer-types -Wno-deprecated-declarations -g -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\threads -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.3\lib\cairo2 -o ml_gpointer.o -c ml_gpointer.c)
- ml_gpointer.c: In function 'ml_gpointer_get_addr':
- ml_gpointer.c:115:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
-   115 |     return copy_nativeint ((long)ml_gpointer_base (region));
-       |                            ^
- (cd _build/default/src && C:\Users\opam\AppData\Local\opam\5.3\bin\x86_64-w64-mingw32-gcc.exe -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/gtk-3.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/pango-1.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/cairo -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/pixman-1 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/freetype2 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/libpng16 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/gdk-pixbuf-2.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/atk-1.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/glib-2.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/lib/glib-2.0/include -mms-bitfields -Wno-error=incompatible-pointer-types -Wno-deprecated-declarations -g -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\threads -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.3\lib\cairo2 -o ml_gobject.o -c ml_gobject.c)
- In file included from ml_gobject.c:34:
- ml_gobject.c: In function 'GValue_val':
- wrappers.h:125:9: warning: initialization discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   125 |         ((int)Field(val,1) == 2 ? &Field(val,2) : (void*)Field(val,1))
-       |         ^
- ml_gobject.c:262:15: note: in expansion of macro 'MLPointer_val'
-   262 |     void *v = MLPointer_val(val);
-       |               ^~~~~~~~~~~~~
- ml_gobject.c: In function 'g_value_set_mlvariant':
- wrappers.h:332:37: warning: passing argument 2 of 'g_value_set_boxed' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   332 | ((long)val-1 ? unwrap(Field(val,0)) : default)
-       | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
- ml_gobject.c:454:34: note: in expansion of macro 'Option_val'
-   454 |           g_value_set_boxed(val, Option_val(data,MLPointer_val,NULL));
-       |                                  ^~~~~~~~~~
- In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/glib-2.0/gobject/gobject.h:29,
-                  from /usr/x86_64-w64-mingw32/sys-root/mingw/include/glib-2.0/gobject/gbinding.h:29,
-                  from /usr/x86_64-w64-mingw32/sys-root/mingw/include/glib-2.0/glib-object.h:23,
-                  from ml_gobject.c:26:
- /usr/x86_64-w64-mingw32/sys-root/mingw/include/glib-2.0/gobject/gboxed.h:77:59: note: expected 'gconstpointer' {aka 'const void *'} but argument is of type 'volatile void *'
-    77 |                                            gconstpointer  v_boxed);
-       |                                            ~~~~~~~~~~~~~~~^~~~~~~
- ml_gobject.c:459:24: warning: assignment discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   459 |         DATA.v_pointer = Option_val(data,MLPointer_val,NULL);
-       |                        ^
- (cd _build/default/src && C:\Users\opam\AppData\Local\opam\5.3\bin\x86_64-w64-mingw32-gcc.exe -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/gtk-3.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/pango-1.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/cairo -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/pixman-1 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/freetype2 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/libpng16 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/gdk-pixbuf-2.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/atk-1.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/glib-2.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/lib/glib-2.0/include -mms-bitfields -Wno-error=incompatible-pointer-types -Wno-deprecated-declarations -g -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\threads -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.3\lib\cairo2 -o ml_gdkpixbuf.o -c ml_gdkpixbuf.c)
- ml_gdkpixbuf.c:114:3: warning: initialization of 'void (*)(value,  uintnat *, uintnat *)' {aka 'void (*)(long long int,  long long unsigned int *, long long unsigned int *)'} from incompatible pointer type 'void (*)(value,  long unsigned int *, long unsigned int *)' {aka 'void (*)(long long int,  long unsigned int *, long unsigned int *)'} [-Wincompatible-pointer-types]
-   114 |   ml_GdkPixbuf_serialize, ml_GdkPixbuf_deserialize
-       |   ^~~~~~~~~~~~~~~~~~~~~~
- ml_gdkpixbuf.c:114:3: note: (near initialization for 'ml_custom_GdkPixbuf.serialize')
- ml_gdkpixbuf.c:114:27: warning: initialization of 'uintnat (*)(void *)' {aka 'long long unsigned int (*)(void *)'} from incompatible pointer type 'long unsigned int (*)(void *)' [-Wincompatible-pointer-types]
-   114 |   ml_GdkPixbuf_serialize, ml_GdkPixbuf_deserialize
-       |                           ^~~~~~~~~~~~~~~~~~~~~~~~
- ml_gdkpixbuf.c:114:27: note: (near initialization for 'ml_custom_GdkPixbuf.deserialize')
- ml_gdkpixbuf.c: In function 'ml_gdk_pixbuf_get_pixels':
- ml_gdkpixbuf.c:148:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
-   148 |     long pixels = (long)gdk_pixbuf_get_pixels (GdkPixbuf_val(pixbuf));
-       |                   ^
- ml_gdkpixbuf.c: At top level:
- ml_gdkpixbuf.c:298:7: warning: 'caml_format_exception' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
-   298 | char *caml_format_exception(value);
-       |       ^~~~~~~~~~~~~~~~~~~~~
- (cd _build/default/src && C:\Users\opam\AppData\Local\opam\5.3\bin\x86_64-w64-mingw32-gcc.exe -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/gtk-3.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/pango-1.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/cairo -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/pixman-1 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/freetype2 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/libpng16 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/gdk-pixbuf-2.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/atk-1.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/glib-2.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/lib/glib-2.0/include -mms-bitfields -Wno-error=incompatible-pointer-types -Wno-deprecated-declarations -g -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\threads -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.3\lib\cairo2 -o ml_gtk.o -c ml_gtk.c)
- In file included from ml_gtk.c:30:
- ml_gtk.c: In function 'ml_gtk_selection_data_get_selection':
- ml_gdk.h:26:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
-    26 | #define Val_GdkAtom(val) (Val_long((long)val))
-       |                                    ^
- C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/caml/mlvalues.h:78:47: note: in definition of macro 'Val_long'
-    78 | #define Val_long(x)     ((intnat) (((uintnat)(x) << 1)) + 1)
-       |                                               ^
- wrappers.h:179:49: note: in expansion of macro 'Val_GdkAtom'
-   179 | CAMLprim value ml_##cname (value arg1) { return conv (cname (conv1 (arg1))); }
-       |                                                 ^~~~
- ml_gtk.c:520:1: note: in expansion of macro 'ML_1'
-   520 | ML_1 (gtk_selection_data_get_selection, GtkSelectionData_val, Val_GdkAtom)
-       | ^~~~
- ml_gtk.c: In function 'ml_gtk_selection_data_get_target':
- ml_gdk.h:26:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
-    26 | #define Val_GdkAtom(val) (Val_long((long)val))
-       |                                    ^
- C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/caml/mlvalues.h:78:47: note: in definition of macro 'Val_long'
-    78 | #define Val_long(x)     ((intnat) (((uintnat)(x) << 1)) + 1)
-       |                                               ^
- wrappers.h:179:49: note: in expansion of macro 'Val_GdkAtom'
-   179 | CAMLprim value ml_##cname (value arg1) { return conv (cname (conv1 (arg1))); }
-       |                                                 ^~~~
- ml_gtk.c:521:1: note: in expansion of macro 'ML_1'
-   521 | ML_1 (gtk_selection_data_get_target, GtkSelectionData_val, Val_GdkAtom)
-       | ^~~~
- ml_gtk.c: In function 'ml_gtk_selection_data_get_data_type':
- ml_gdk.h:26:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
-    26 | #define Val_GdkAtom(val) (Val_long((long)val))
-       |                                    ^
- C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/caml/mlvalues.h:78:47: note: in definition of macro 'Val_long'
-    78 | #define Val_long(x)     ((intnat) (((uintnat)(x) << 1)) + 1)
-       |                                               ^
- wrappers.h:179:49: note: in expansion of macro 'Val_GdkAtom'
-   179 | CAMLprim value ml_##cname (value arg1) { return conv (cname (conv1 (arg1))); }
-       |                                                 ^~~~
- ml_gtk.c:522:1: note: in expansion of macro 'ML_1'
-   522 | ML_1 (gtk_selection_data_get_data_type, GtkSelectionData_val, Val_GdkAtom)
-       | ^~~~
- ml_gtk.c: In function 'ml_gtk_clipboard_wait_for_targets':
- ml_gdk.h:26:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
-    26 | #define Val_GdkAtom(val) (Val_long((long)val))
-       |                                    ^
- C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/caml/mlvalues.h:78:47: note: in definition of macro 'Val_long'
-    78 | #define Val_long(x)     ((intnat) (((uintnat)(x) << 1)) + 1)
-       |                                               ^
- ml_gtk.c:632:16: note: in expansion of macro 'Val_GdkAtom'
-   632 |       result = Val_GdkAtom(targets[--n_targets]);
-       |                ^~~~~~~~~~~
- (cd _build/default/src && C:\Users\opam\AppData\Local\opam\5.3\bin\x86_64-w64-mingw32-gcc.exe -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/gtk-3.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/pango-1.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/cairo -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/pixman-1 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/freetype2 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/libpng16 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/gdk-pixbuf-2.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/atk-1.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/glib-2.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/lib/glib-2.0/include -mms-bitfields -Wno-error=incompatible-pointer-types -Wno-deprecated-declarations -g -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\threads -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.3\lib\cairo2 -o ml_gdk.o -c ml_gdk.c)
- ml_gdk.c:51:14: warning: 'ml_table_extension_events' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
-    51 | lookup_info *ml_table_extension_events;
-       |              ^~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from ml_gdk.c:35:
- ml_gdk.c: In function 'ml_gdk_atom_intern':
- ml_gdk.h:26:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
-    26 | #define Val_GdkAtom(val) (Val_long((long)val))
-       |                                    ^
- C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/caml/mlvalues.h:78:47: note: in definition of macro 'Val_long'
-    78 | #define Val_long(x)     ((intnat) (((uintnat)(x) << 1)) + 1)
-       |                                               ^
- wrappers.h:185:10: note: in expansion of macro 'Val_GdkAtom'
-   185 | { return conv (cname (conv1(arg1), conv2(arg2))); }
-       |          ^~~~
- ml_gdk.c:352:1: note: in expansion of macro 'ML_2'
-   352 | ML_2 (gdk_atom_intern, String_val, Int_val, Val_GdkAtom)
-       | ^~~~
- ml_gdk.c: In function 'ml_GdkEventProperty_atom':
- ml_gdk.h:26:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
-    26 | #define Val_GdkAtom(val) (Val_long((long)val))
-       |                                    ^
- C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/caml/mlvalues.h:78:47: note: in definition of macro 'Val_long'
-    78 | #define Val_long(x)     ((intnat) (((uintnat)(x) << 1)) + 1)
-       |                                               ^
- wrappers.h:392:10: note: in expansion of macro 'Val_GdkAtom'
-   392 | { return conv2 ((conv1(val))->field); }
-       |          ^~~~~
- ml_gdk.c:580:1: note: in expansion of macro 'Make_Extractor'
-   580 | Make_Extractor (GdkEventProperty, GdkEvent_arg(Property), atom, Val_GdkAtom)
-       | ^~~~~~~~~~~~~~
- ml_gdk.c: In function 'ml_GdkEventSelection_selection':
- ml_gdk.h:26:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
-    26 | #define Val_GdkAtom(val) (Val_long((long)val))
-       |                                    ^
- C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/caml/mlvalues.h:78:47: note: in definition of macro 'Val_long'
-    78 | #define Val_long(x)     ((intnat) (((uintnat)(x) << 1)) + 1)
-       |                                               ^
- wrappers.h:392:10: note: in expansion of macro 'Val_GdkAtom'
-   392 | { return conv2 ((conv1(val))->field); }
-       |          ^~~~~
- ml_gdk.c:583:1: note: in expansion of macro 'Make_Extractor'
-   583 | Make_Extractor (GdkEventSelection, GdkEvent_arg(Selection), selection,
-       | ^~~~~~~~~~~~~~
- ml_gdk.c: In function 'ml_GdkEventSelection_target':
- ml_gdk.h:26:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
-    26 | #define Val_GdkAtom(val) (Val_long((long)val))
-       |                                    ^
- C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/caml/mlvalues.h:78:47: note: in definition of macro 'Val_long'
-    78 | #define Val_long(x)     ((intnat) (((uintnat)(x) << 1)) + 1)
-       |                                               ^
- wrappers.h:392:10: note: in expansion of macro 'Val_GdkAtom'
-   392 | { return conv2 ((conv1(val))->field); }
-       |          ^~~~~
- ml_gdk.c:585:1: note: in expansion of macro 'Make_Extractor'
-   585 | Make_Extractor (GdkEventSelection, GdkEvent_arg(Selection), target,
-       | ^~~~~~~~~~~~~~
- ml_gdk.c: In function 'ml_GdkEventSelection_property':
- ml_gdk.h:26:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
-    26 | #define Val_GdkAtom(val) (Val_long((long)val))
-       |                                    ^
- C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml/caml/mlvalues.h:78:47: note: in definition of macro 'Val_long'
-    78 | #define Val_long(x)     ((intnat) (((uintnat)(x) << 1)) + 1)
-       |                                               ^
- wrappers.h:392:10: note: in expansion of macro 'Val_GdkAtom'
-   392 | { return conv2 ((conv1(val))->field); }
-       |          ^~~~~
- ml_gdk.c:587:1: note: in expansion of macro 'Make_Extractor'
-   587 | Make_Extractor (GdkEventSelection, GdkEvent_arg(Selection), property,
-       | ^~~~~~~~~~~~~~
- (cd _build/default/src && C:\Users\opam\AppData\Local\opam\5.3\bin\x86_64-w64-mingw32-gcc.exe -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/gtk-3.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/pango-1.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/harfbuzz -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/cairo -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/pixman-1 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/freetype2 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/libpng16 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/gdk-pixbuf-2.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/atk-1.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/glib-2.0 -I/usr/x86_64-w64-mingw32/sys-root/mingw/lib/glib-2.0/include -mms-bitfields -Wno-error=incompatible-pointer-types -Wno-deprecated-declarations -g -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\threads -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.3\lib\cairo2 -o ml_gtktree.o -c ml_gtktree.c)
- ml_gtktree.c:944:13: warning: 'caml_minor_collection' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
-   944 | extern void caml_minor_collection(void);
-       |             ^~~~~~~~~~~~~~~~~~~~~
-> compiled  lablgtk3.3.1.5-1
-> installed lablgtk3.3.1.5-1
[unison-gui: patch] applying unison.patch
Processing 50/51: [unison-gui: patch]
Processing 50/51: [unison-gui: make 7]
+ C:\cygwin64\bin\make.exe "NATIVE=true" "-j" "7" "gui" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\unison-gui.2.53.8)
- cd src && /usr/bin/make gui
- make[1]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/unison-gui.2.53.8/src'
- Not on macOS. macOS native GUI will not be built.
- 
- Building for Windows
- NATIVE = true
- 
- /usr/bin/make -f Makefile.OCaml gui
- make[2]: Entering directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/unison-gui.2.53.8/src'
- x86_64-w64-mingw32-windres win32rc/unison.rc win32rc/unison.res
- ocamlopt: ubase/umarshal.mli ---> ubase/umarshal.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./ubase/umarshal.mli
- ocamlopt: ubase/rx.mli ---> ubase/rx.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./ubase/rx.mli
- ocamlopt: unicode_tables.ml ---> unicode_tables.cmx
- ocamlopt: unicode.mli ---> unicode.cmi
- x86_64-w64-mingw32-windres win32rc/unison.res win32rc/unison.res.lib
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./unicode.mli
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./unicode_tables.ml
- ocaml make_tools.ml projectinfo NAME="unison" VERSION="2.53.8" MAJORVERSION="2.53" > ubase/projectInfo.ml
- ocamlopt: ubase/myMap.mli ---> ubase/myMap.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./ubase/myMap.mli
- ocamlopt: ubase/safelist.mli ---> ubase/safelist.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./ubase/safelist.mli
- ocamlopt: ubase/util.mli ---> ubase/util.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./ubase/util.mli
- ocamlopt: ubase/uarg.mli ---> ubase/uarg.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./ubase/uarg.mli
- ocamlopt: ubase/proplist.mli ---> ubase/proplist.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./ubase/proplist.mli
- ocamlopt: lwt/pqueue.mli ---> lwt/pqueue.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./lwt/pqueue.mli
- ocamlopt: lwt/lwt.mli ---> lwt/lwt.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./lwt/lwt.mli
- ocamlopt: features.mli ---> features.cmi
- ocamlopt: uutil.mli ---> uutil.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./features.mli
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./uutil.mli
- ocamlopt: fileutil.mli ---> fileutil.cmi
- ocamlopt: name.mli ---> name.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./name.mli
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./fileutil.mli
- ocamlopt: propsdata.mli ---> propsdata.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./propsdata.mli
- ocamlopt: lock.mli ---> lock.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./lock.mli
- ocamlopt: clroot.mli ---> clroot.cmi
- ocamlopt: tree.mli ---> tree.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./tree.mli
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./clroot.mli
- ocamlopt: checksum.mli ---> checksum.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./checksum.mli
- ocamlopt: external.mli ---> external.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./external.mli
- ocamlopt: strings.mli ---> strings.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./strings.mli
- ocamlopt: test.mli ---> test.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./test.mli
- ocamlopt: osxsupport.c ---> osxsupport.o
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -ccopt -D_FILE_OFFSET_BITS=64  -ccopt -o./osxsupport.o -c ./osxsupport.c
- ocamlopt: pty.c ---> pty.o
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -ccopt -D_FILE_OFFSET_BITS=64  -ccopt -o./pty.o -c ./pty.c
- ocamlopt: bytearray_stubs.c ---> bytearray_stubs.o
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -ccopt -D_FILE_OFFSET_BITS=64  -ccopt -o./bytearray_stubs.o -c ./bytearray_stubs.c
- ocamlopt: hash_compat.c ---> hash_compat.o
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -ccopt -D_FILE_OFFSET_BITS=64  -ccopt -o./hash_compat.o -c ./hash_compat.c
- ocamlopt: props_xattr.c ---> props_xattr.o
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -ccopt -D_FILE_OFFSET_BITS=64  -ccopt -o./props_xattr.o -c ./props_xattr.c
- ocamlopt: props_acl.c ---> props_acl.o
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -ccopt -D_FILE_OFFSET_BITS=64  -ccopt -o./props_acl.o -c ./props_acl.c
- ocamlopt: copy_stubs.c ---> copy_stubs.o
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -ccopt -D_FILE_OFFSET_BITS=64  -ccopt -o./copy_stubs.o -c ./copy_stubs.c
- ocamlopt: system/system_win_stubs.c ---> system/system_win_stubs.o
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -ccopt -D_FILE_OFFSET_BITS=64  -ccopt -o./system/system_win_stubs.o -c ./system/system_win_stubs.c
- ocamlopt: lwt/lwt_unix_stubs.c ---> lwt/lwt_unix_stubs.o
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -ccopt -D_FILE_OFFSET_BITS=64  -ccopt -o./lwt/lwt_unix_stubs.o -c ./lwt/lwt_unix_stubs.c
- ocamlopt: ubase/umarshal.ml ---> ubase/umarshal.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./ubase/umarshal.ml
- ocamlopt: ubase/rx.ml ---> ubase/rx.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./ubase/rx.ml
- ocamlopt: unicode.ml ---> unicode.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./unicode.ml
- ocamlopt: bytearray.mli ---> bytearray.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./bytearray.mli
- ocamlopt: system/system_generic.ml ---> system/system_generic.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./system/system_generic.ml
- ocamlc: system/system_intf.ml ---> system/system_intf.cmo
- ocamlc -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./system/system_intf.ml
- ocamlopt: ubase/projectInfo.ml ---> ubase/projectInfo.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./ubase/projectInfo.ml
- ocamlopt: ubase/myMap.ml ---> ubase/myMap.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./ubase/myMap.ml
- ocamlopt: ubase/safelist.ml ---> ubase/safelist.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./ubase/safelist.ml
- ocamlopt: ubase/prefs.mli ---> ubase/prefs.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./ubase/prefs.mli
- ocamlopt: lwt/pqueue.ml ---> lwt/pqueue.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./lwt/pqueue.ml
- ocamlopt: lwt/lwt.ml ---> lwt/lwt.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./lwt/lwt.ml
- ocamlopt: lwt/lwt_util.mli ---> lwt/lwt_util.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./lwt/lwt_util.mli
- ocamlopt: lwt/lwt_unix.mli ---> lwt/lwt_unix.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./lwt/lwt_unix.mli
- ocamlopt: case.mli ---> case.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./case.mli
- ocamlopt: pred.mli ---> pred.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./pred.mli
- ocamlopt: fileutil.ml ---> fileutil.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./fileutil.ml
- ocamlopt: abort.mli ---> abort.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./abort.mli
- ocamlopt: tree.ml ---> tree.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./tree.ml
- ocamlopt: checksum.ml ---> checksum.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./checksum.ml
- ocamlopt: transfer.mli ---> transfer.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./transfer.mli
- ocamlopt: strings.ml ---> strings.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./strings.ml
- ocamlopt: bytearray.ml ---> bytearray.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./bytearray.ml
- ocamlopt: system/system_win.ml ---> system/system_win.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./system/system_win.ml
- ocamlopt: system.mli ---> system.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./system.mli
- ocamlopt: ubase/trace.mli ---> ubase/trace.cmi
- ocamlopt: lwt/lwt_util.ml ---> lwt/lwt_util.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./ubase/trace.mli
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./lwt/lwt_util.ml
- ocamlopt: terminal.mli ---> terminal.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./terminal.mli
- ocamlopt: path.mli ---> path.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./path.mli
- ocamlopt: pixmaps.ml ---> pixmaps.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./pixmaps.ml
- ocamlopt: system/win/system_impl.ml ---> system/win/system_impl.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./system/win/system_impl.ml
- ocamlopt: lwt/win/lwt_unix_impl.ml ---> lwt/win/lwt_unix_impl.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./lwt/win/lwt_unix_impl.ml
- ocamlopt: fspath.mli ---> fspath.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./fspath.mli
- ocamlopt: fs.mli ---> fs.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./fs.mli
- ocamlopt: fingerprint.mli ---> fingerprint.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./fingerprint.mli
- ocamlopt: fswatch.mli ---> fswatch.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./fswatch.mli
- ocamlopt: fswatchold.mli ---> fswatchold.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./fswatchold.mli
- ocamlopt: system.ml ---> system.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./system.ml
- ocamlopt: lwt/lwt_unix.ml ---> lwt/lwt_unix.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./lwt/lwt_unix.ml
- ocamlopt: osx.mli ---> osx.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./osx.mli
- ocamlopt: ubase/util.ml ---> ubase/util.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./ubase/util.ml
- ocamlopt: props.mli ---> props.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./props.mli
- ocamlopt: fileinfo.mli ---> fileinfo.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./fileinfo.mli
- ocamlopt: os.mli ---> os.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./os.mli
- ocamlopt: ubase/uarg.ml ---> ubase/uarg.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./ubase/uarg.ml
- ocamlopt: ubase/proplist.ml ---> ubase/proplist.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./ubase/proplist.ml
- ocamlopt: features.ml ---> features.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./features.ml
- ocamlopt: terminal.ml ---> terminal.cmx
- ocamlopt: propsdata.ml ---> propsdata.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./propsdata.ml
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./terminal.ml
- ocamlopt: lock.ml ---> lock.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./lock.ml
- ocamlopt: common.mli ---> common.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./common.mli
- ocamlopt: xferhint.mli ---> xferhint.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./xferhint.mli
- ocamlopt: fpcache.mli ---> fpcache.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./fpcache.mli
- ocamlopt: ubase/prefs.ml ---> ubase/prefs.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./ubase/prefs.ml
- ocamlopt: remote.mli ---> remote.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./remote.mli
- ocamlopt: negotiate.mli ---> negotiate.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./negotiate.mli
- ocamlopt: globals.mli ---> globals.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./globals.mli
- ocamlopt: moves.mli ---> moves.cmi
- ocamlopt: update.mli ---> update.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./moves.mli
- ocamlopt: copy.mli ---> copy.cmi
- ocamlopt: files.mli ---> files.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./copy.mli
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./files.mli
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./update.mli
- ocamlopt: sortri.mli ---> sortri.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./sortri.mli
- ocamlopt: recon.mli ---> recon.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./recon.mli
- ocamlopt: transport.mli ---> transport.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./transport.mli
- ocamlopt: uicommon.mli ---> uicommon.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./uicommon.mli
- ocamlopt: ubase/trace.ml ---> ubase/trace.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./ubase/trace.ml
- ocamlopt: clroot.ml ---> clroot.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./clroot.ml
- ocamlopt: stasher.mli ---> stasher.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./stasher.mli
- ocamlopt: uitext.mli ---> uitext.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./uitext.mli
- ocamlopt: uigtk3.mli ---> uigtk3.cmi
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./uigtk3.mli
- ocamlopt: uutil.ml ---> uutil.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./uutil.ml
- ocamlopt: case.ml ---> case.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./case.ml
- ocamlopt: abort.ml ---> abort.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./abort.ml
- ocamlopt: transfer.ml ---> transfer.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./transfer.ml
- ocamlopt: pred.ml ---> pred.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./pred.ml
- ocamlopt: name.ml ---> name.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./name.ml
- ocamlopt: path.ml ---> path.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./path.ml
- ocamlopt: fspath.ml ---> fspath.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./fspath.ml
- ocamlopt: fs.ml ---> fs.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./fs.ml
- ocamlopt: fswatch.ml ---> fswatch.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./fswatch.ml
- ocamlopt: fingerprint.ml ---> fingerprint.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./fingerprint.ml
- ocamlopt: osx.ml ---> osx.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./osx.ml
- ocamlopt: props.ml ---> props.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./props.ml
- ocamlopt: fileinfo.ml ---> fileinfo.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./fileinfo.ml
- ocamlopt: os.ml ---> os.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./os.ml
- ocamlopt: common.ml ---> common.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./common.ml
- ocamlopt: xferhint.ml ---> xferhint.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./xferhint.ml
- ocamlopt: fpcache.ml ---> fpcache.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./fpcache.ml
- ocamlopt: remote.ml ---> remote.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./remote.ml
- ocamlopt: sortri.ml ---> sortri.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./sortri.ml
- ocamlopt: external.ml ---> external.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./external.ml
- ocamlopt: negotiate.ml ---> negotiate.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./negotiate.ml
- ocamlopt: globals.ml ---> globals.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./globals.ml
- ocamlopt: fswatchold.ml ---> fswatchold.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./fswatchold.ml
- ocamlopt: update.ml ---> update.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./update.ml
- ocamlopt: moves.ml ---> moves.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./moves.ml
- ocamlopt: copy.ml ---> copy.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./copy.ml
- ocamlopt: recon.ml ---> recon.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./recon.ml
- ocamlopt: stasher.ml ---> stasher.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./stasher.ml
- ocamlopt: files.ml ---> files.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./files.ml
- ocamlopt: transport.ml ---> transport.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./transport.ml
- ocamlopt: uicommon.ml ---> uicommon.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./uicommon.ml
- ocamlopt: uitext.ml ---> uitext.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./uitext.ml
- ocamlopt: test.ml ---> test.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./test.ml
- ocamlopt: main.ml ---> main.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./main.ml
- ocamlopt: uigtk3.ml ---> uigtk3.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./uigtk3.ml
- ocamlopt: linkgtk3.ml ---> linkgtk3.cmx
- ocamlopt -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows  -c ./linkgtk3.ml
- Linking unison-gui.exe
- ocamlopt -verbose -g -I lwt -I ubase -I system -I system/win -I lwt/win -I +unix -I +str -I "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" -I "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" -I fsmonitor -I ./fsmonitor/windows   -cclib "-subsystem windows" -o unison-gui.exe unix.cmxa str.cmxa lablgtk3.cmxa cairo.cmxa ubase/umarshal.cmx ubase/rx.cmx unicode_tables.cmx unicode.cmx bytearray.cmx system/system_generic.cmx system/system_win.cmx system/win/system_impl.cmx system.cmx ubase/projectInfo.cmx ubase/myMap.cmx ubase/safelist.cmx ubase/util.cmx ubase/uarg.cmx ubase/prefs.cmx ubase/trace.cmx ubase/proplist.cmx lwt/pqueue.cmx lwt/lwt.cmx lwt/lwt_util.cmx lwt/win/lwt_unix_impl.cmx lwt/lwt_unix.cmx features.cmx uutil.cmx case.cmx pred.cmx terminal.cmx fileutil.cmx name.cmx path.cmx fspath.cmx fs.cmx fingerprint.cmx abort.cmx osx.cmx fswatch.cmx propsdata.cmx props.cmx fileinfo.cmx os.cmx lock.cmx clroot.cmx common.cmx tree.cmx checksum.cmx transfer.cmx xferhint.cmx remote.cmx external.cmx negotiate.cmx globals.cmx fswatchold.cmx fpcache.cmx update.cmx moves.cmx copy.cmx stasher.cmx files.cmx sortri.cmx recon.cmx transport.cmx strings.cmx uicommon.cmx uitext.cmx test.cmx main.cmx pixmaps.cmx uigtk3.cmx linkgtk3.cmx osxsupport.o pty.o bytearray_stubs.o hash_compat.o props_xattr.o props_acl.o copy_stubs.o system/system_win_stubs.o lwt/lwt_unix_stubs.o -cclib "-link win32rc/unison.res.lib"
- + x86_64-w64-mingw32-gcc -c  -o "C:\Users\opam\AppData\Local\Temp\camlstartup43ad6b.o" "C:\Users\opam\AppData\Local\Temp\camlstartup37cd87.s"
- + flexlink -exe -chain mingw64 -stack 33554432 -link -municode   -o "unison-gui.exe"  "-LC:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\flexdll" "-Llwt" "-Lubase" "-Lsystem" "-Lsystem/win" "-Llwt/win" "-LC:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\unix" "-LC:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\str" "-LC:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3" "-LC:/Users/opam/AppData/Local/opam/5.3/lib/cairo2" "-Lfsmonitor" "-L./fsmonitor/windows" "-LC:/Users/opam/AppData/Local/opam/5.3/lib/ocaml"  "C:\Users\opam\AppData\Local\Temp\camlstartup43ad6b.o" "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\std_exit.o" "linkgtk3.o" "uigtk3.o" "pixmaps.o" "main.o" "test.o" "uitext.o" "uicommon.o" "strings.o" "transport.o" "recon.o" "sortri.o" "files.o" "stasher.o" "copy.o" "moves.o" "update.o" "fpcache.o" "fswatchold.o" "globals.o" "negotiate.o" "external.o" "remote.o" "xferhint.o" "transfer.o" "checksum.o" "tree.o" "common.o" "clroot.o" "lock.o" "os.o" "fileinfo.o" "props.o" "propsdata.o" "fswatch.o" "osx.o" "abort.o" "fingerprint.o" "fs.o" "fspath.o" "path.o" "name.o" "fileutil.o" "terminal.o" "pred.o" "case.o" "uutil.o" "features.o" "lwt/lwt_unix.o" "lwt/win/lwt_unix_impl.o" "lwt/lwt_util.o" "lwt/lwt.o" "lwt/pqueue.o" "ubase/proplist.o" "ubase/trace.o" "ubase/prefs.o" "ubase/uarg.o" "ubase/util.o" "ubase/safelist.o" "ubase/myMap.o" "ubase/projectInfo.o" "system.o" "system/win/system_impl.o" "system/system_win.o" "system/system_generic.o" "bytearray.o" "unicode.o" "unicode_tables.o" "ubase/rx.o" "ubase/umarshal.o" "C:/Users/opam/AppData/Local/opam/5.3/lib/cairo2\cairo.a" "C:/Users/opam/AppData/Local/opam/5.3/lib/lablgtk3\lablgtk3.a" "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\str\str.a" "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\unix\unix.a" "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\stdlib.a" "-lcairo_stubs" "-lfontconfig" "-lfreetype" "-lcairo" "-llablgtk3_stubs" "-lgtk-3" "-lgdk-3" "-lgdi32" "-limm32" "-lshell32" "-lole32" "-Wl,-luuid" "-lwinmm" "-ldwmapi" "-lsetupapi" "-lcfgmgr32" "-lz" "-lpangocairo-1.0" "-lpangowin32-1.0" "-lpango-1.0" "-lcairo-gobject" "-lcairo" "-lgdk_pixbuf-2.0" "-lgio-2.0" "-latk-1.0" "-lgobject-2.0" "-lglib-2.0" "-lintl" "-lcamlstrnat" "-lunixnat" "-lws2_32" "-ladvapi32" "-subsystem" "windows" "osxsupport.o" "pty.o" "bytearray_stubs.o" "hash_compat.o" "props_xattr.o" "props_acl.o" "copy_stubs.o" "system/system_win_stubs.o" "lwt/lwt_unix_stubs.o" "-link" "win32rc/unison.res.lib" "C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml\libasmrun.a"   -lws2_32 -lole32 -luuid -lversion -lshlwapi -lsynchronization   -l:libpthread.a -lgcc_eh
- make[2]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/unison-gui.2.53.8/src'
- make[1]: Leaving directory '/cygdrive/c/Users/opam/AppData/Local/opam/5.3/.opam-switch/build/unison-gui.2.53.8/src'
-> compiled  unison-gui.2.53.8
Processing 51/51: [unison-gui: cmd copy]
+ C:\Windows\system32\cmd.exe "/c" "copy" "src\\unison-gui.exe" "C:\\Users\\opam\\AppData\\Local\\opam\\5.3\\bin" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\unison-gui.2.53.8)
-         1 file(s) copied.
-> installed unison-gui.2.53.8
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-30 09:56.59 ---> saved as "762f61b9f031a526653a7bcb456008edefbf2469ed3c2943caf3300f143fd13e"
Job succeeded