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


Building on thyme

(from windows-server-2022-amd64-ocaml-5.3)
2025-08-07 05:47.15 ---> using "1d6ffeb5a52124df73b2e951323e99615c52ca4f9bdf0f65039be6146fabdaab" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (env CI true)

/: (env OPAM_HEALTH_CHECK_CI true)

/: (run (shell "ln -f /usr/bin/opam-dev.exe /usr/bin/opam.exe"))
2025-08-07 05:47.15 ---> 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 3dab8c734b15bf2b5c1d8b99bb134f51361a6bee"))
2025-08-07 05:47.15 ---> using "d9381ad43b9f588aa679648b6019141c82e343fa2438502d58d95452914a1e70" 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.
2025-08-07 05:47.15 ---> using "2c54bc97b4e3238121a2e249a275d0cedd74be1d7f842fe1e561e1a09d8b266d" 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)
2025-08-07 05:47.15 ---> using "d157f6f8002a329ef48a89bb442c5ed143a169d755dfd613ac4c64c647c9715b" from cache

/: (run (network host)
        (shell "opam update --depexts"))
2025-08-07 05:47.15 ---> using "acfedecdb5fabae624475ebec56456af793f7b8634b526413b3f9b625f64a1ec" from cache

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

The following actions will be performed:
=== recompile 1 package
  - recompile mingw-w64-shims            0.2.0        [uses conf-pkg-config]
=== install 17 packages
  - install   cairo2                     0.6.5        [required by hugin]
  - install   camlzip                    1.13         [required by nx]
  - install   conf-cairo                 1            [required by cairo2]
  - install   conf-mingw-w64-gcc-i686    1            [required by conf-mingw-w64-sdl2-i686]
  - install   conf-mingw-w64-sdl2-i686   1            [required by conf-sdl2]
  - install   conf-mingw-w64-sdl2-x86_64 1            [required by conf-sdl2]
  - install   conf-mingw-w64-zlib-i686   1            [required by conf-zlib]
  - install   conf-mingw-w64-zlib-x86_64 1            [required by conf-zlib]
  - install   conf-pkg-config            4            [required by conf-sdl2]
  - install   conf-sdl2                  1            [required by hugin]
  - install   conf-zlib                  1            [required by camlzip]
  - install   csexp                      1.5.2        [required by dune-configurator]
  - install   dune                       3.19.1       [required by hugin]
  - install   dune-configurator          3.19.1       [required by cairo2, nx]
  - install   hugin                      1.0.0~alpha0
  - install   nx                         1.0.0~alpha0 [required by hugin]
  - install   ocamlfind                  1.9.8        [required by camlzip]

The following system packages will first need to be installed:
    libcairo-devel mingw64-i686-gcc-core mingw64-i686-SDL2 mingw64-i686-zlib mingw64-x86_64-SDL2 mingw64-x86_64-zlib

<><> 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" "libcairo-devel,mingw64-i686-gcc-core,mingw64-i686-SDL2,mingw64-i686-zlib,mingw64-x86_64-SDL2,mingw64-x86_64-zlib"
- 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: 106 tasks, update: no, use test packages: no
- Augmented Transaction List:
-    0 install binutils                               2.45-1      
-    1 install dejavu-fonts                           2.37-1      
-    2 install gsettings-desktop-schemas              3.24.1-1    
-    3 install libXau6                                1.0.12-1    
-    4 install libXdmcp6                              1.1.5-1     
-    5 install libbrotlienc1                          1.1.0-1     
-    6 install libdeflate0                            1.24-1      
-    7 install libexpat-devel                         2.6.4-1     
-    8 install libffi-devel                           3.4.7-1     
-    9 install libfontconfig-common                   2.17.1-1    
-   10 install libfribidi0                            1.0.16-1    
-   11 install libgdbm_compat4                        1.24-1      
-   12 install libgomp1                               13.4.0-1    
-   13 install libgraphite2_3                         1.3.14-1    
-   14 install libintl-devel                          0.22.5-1    
-   15 install libjbig2                               2.1-2       
-   16 install libjpeg8                               3.1.0-1     
-   17 install liblcms2_2                             2.16-1      
-   18 install liblzo2_2                              2.10-2      
-   19 install libpcre2-posix3                        10.45-1     
-   20 install libpcre2_16_0                          10.45-1     
-   21 install libpcre2_32_0                          10.45-1     
-   22 install libpixman1_0                           0.43.4-1    
-   23 install libpng16                               1.6.47-2    
-   24 install libwebp7                               1.6.0-1     
-   25 install libxml2                                2.10.4-2    
-   26 install mingw64-i686-binutils                  2.45-1      
-   27 install mingw64-i686-win-iconv                 0.0.8-1     
-   28 install mingw64-i686-windows-default-manifest  6.4-1       
-   29 install mingw64-i686-winpthreads               13.0.0-1    
-   30 install mingw64-i686-zlib                      1.3.1-1     
-   31 install mingw64-x86_64-win-iconv               0.0.8-1     
-   32 install mingw64-x86_64-zlib                    1.3.1-1     
-   33 install xorgproto                              2024.1-1    
-   34 install zlib-devel                             1.3.1-1     
-   35 install desktop-file-utils                     0.28-1      
-   36 install libglib2.0_0                           2.85.2-1    
-   37 install shared-mime-info                       2.4-1       
-   38 install libxcb1                                1.17.0-1    
-   39 install libbrotli-devel                        1.1.0-1     
-   40 install python39                               3.9.16-1    
-   41 install python39-zipp                          3.21.0-1    
-   42 install libimagequant0                         2.10.0-1    
-   43 install liblzo2-devel                          2.10-2      
-   44 install libpcre2-devel                         10.45-1     
-   45 install libpixman1-devel                       0.43.4-1    
-   46 install libfreetype6                           2.13.3-1    
-   47 install libwebpmux3                            1.6.0-1     
-   48 install libwebpdemux2                          1.6.0-1     
-   49 install libtiff7                               4.7.0-1     
-   50 install mingw64-i686-headers                   13.0.0-1    
-   51 install mingw64-x86_64-SDL2                    2.0.7-1     
-   52 install libXdmcp-devel                         1.1.5-1     
-   53 install libXau-devel                           1.0.12-1    
-   54 install libpng16-devel                         1.6.47-2    
-   55 install libxcb-shm0                            1.17.0-1    
-   56 install libxcb-render0                         1.17.0-1    
-   57 install libX11_6                               1.8.10-1    
-   58 install python39-typing_extension              4.12.2-1    
-   59 install python39-toml                          0.10.2-3    
-   60 install python39-pluggy                        1.5.0-1     
-   61 install python39-platformdirs                  4.3.6-1     
-   62 install python39-packaging                     24.2-2      
-   63 install python39-iniconfig                     2.0.0-2     
-   64 install python39-filelock                      3.17.0-1    
-   65 install libharfbuzz0                           11.0.1-2    
-   66 install libfontconfig1                         2.17.1-1    
-   67 install mingw64-i686-runtime                   13.0.0-1    
-   68 install libxcb-devel                           1.17.0-1    
-   69 install libpng-devel                           1.6.47-2    
-   70 install libXrender1                            0.9.12-1    
-   71 install libXext6                               1.3.6-1     
-   72 install python39-pytest                        8.3.4-1     
-   73 install libraqm0                               0.7.0-1     
-   74 install mingw64-i686-gcc-core                  13.4.0-1    
-   75 install mingw64-i686-SDL2                      2.0.7-1     
-   76 install libxcb-shm-devel                       1.17.0-1    
-   77 install libxcb-render-devel                    1.17.0-1    
-   78 install libX11-devel                           1.8.10-1    
-   79 install libfreetype-devel                      2.13.3-1    
-   80 install libcairo2                              1.18.4-1    
-   81 install python39-setuptools                    75.8.0-1    
-   82 install python39-wheel                         0.45.1-1    
-   83 install libXrender-devel                       0.9.12-1    
-   84 install libXext-devel                          1.3.6-1     
-   85 install libfontconfig-devel                    2.17.1-1    
-   86 install python39-urllib3                       2.3.0-1     
-   87 install python39-snowballstemmer               2.2.0-1     
-   88 install python39-olefile                       0.47-1      
-   89 install python39-markupsafe                    3.0.2-1     
-   90 install python39-imagesize                     1.3.0-1     
-   91 install python39-idna                          3.10-1      
-   92 install python39-chardet                       5.2.0-1     
-   93 install python39-certifi                       2025.1.31-1 
-   94 install python39-babel                         2.16.0-1    
-   95 install python39-jinja2                        3.1.5-1     
-   96 install python39-requests                      2.32.3-1    
-   97 install python39-imaging                       11.1.0-1    
-   98 install python39-pygments                      2.10.0-1    
-   99 install python39-docutils                      0.18.1-1    
-  100 install python39-sphinx                        4.4.0-1     
-  101 install python39-pip                           25.0.1-2    
-  102 install python39-sphinxcontrib-serializinghtml 1.1.5-1     
-  103 install python3                                3.9.16-1    
-  104 install libglib2.0-devel                       2.85.2-1    
-  105 install libcairo-devel                         1.18.4-1    
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/binutils/binutils-2.45-1-x86_64.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/dejavu-fonts/dejavu-fonts-2.37-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/gsettings-desktop-schemas/gsettings-desktop-schemas-3.24.1-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXau/libXau6/libXau6-1.0.12-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXdmcp/libXdmcp6/libXdmcp6-1.1.5-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/brotli/libbrotlienc1/libbrotlienc1-1.1.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libdeflate/libdeflate0/libdeflate0-1.24-1-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/expat/libexpat-devel/libexpat-devel-2.6.4-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libffi/libffi-devel/libffi-devel-3.4.7-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/fontconfig/libfontconfig-common/libfontconfig-common-2.17.1-1-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/fribidi/libfribidi0/libfribidi0-1.0.16-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gdbm/libgdbm_compat4/libgdbm_compat4-1.24-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gcc/libgomp1/libgomp1-13.4.0-1-x86_64.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/graphite2/libgraphite2_3/libgraphite2_3-1.3.14-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gettext/libintl-devel/libintl-devel-0.22.5-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/jbigkit/libjbig2/libjbig2-2.1-2.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libjpeg-turbo/libjpeg8/libjpeg8-3.1.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/lcms2/liblcms2_2/liblcms2_2-2.16-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/liblzo2/liblzo2_2/liblzo2_2-2.10-2.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre2/libpcre2-posix3/libpcre2-posix3-10.45-1.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre2/libpcre2_16_0/libpcre2_16_0-10.45-1.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre2/libpcre2_32_0/libpcre2_32_0-10.45-1.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pixman/libpixman1_0/libpixman1_0-0.43.4-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libpng/libpng16/libpng16-1.6.47-2-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libwebp/libwebp7/libwebp7-1.6.0-1-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxml2/libxml2-2.10.4-2.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-x86_64.tar.zst
- 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-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-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-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/xorgproto/xorgproto-2024.1-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/zlib/zlib-devel/zlib-devel-1.3.1-1.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/desktop-file-utils/desktop-file-utils-0.28-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/glib2.0/libglib2.0_0/libglib2.0_0-2.85.2-1-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/shared-mime-info/shared-mime-info-2.4-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxcb/libxcb1/libxcb1-1.17.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/brotli/libbrotli-devel/libbrotli-devel-1.1.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python39/python39-3.9.16-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-zipp/python39-zipp/python39-zipp-3.21.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libimagequant/libimagequant0/libimagequant0-2.10.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/liblzo2/liblzo2-devel/liblzo2-devel-2.10-2.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre2/libpcre2-devel/libpcre2-devel-10.45-1.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pixman/libpixman1-devel/libpixman1-devel-0.43.4-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/freetype2/libfreetype6/libfreetype6-2.13.3-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libwebp/libwebpmux3/libwebpmux3-1.6.0-1-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libwebp/libwebpdemux2/libwebpdemux2-1.6.0-1-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/tiff/libtiff7/libtiff7-4.7.0-1.tar.xz
- 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-SDL2/mingw64-x86_64-SDL2-2.0.7-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXdmcp/libXdmcp-devel/libXdmcp-devel-1.1.5-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXau/libXau-devel/libXau-devel-1.0.12-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libpng/libpng16-devel/libpng16-devel-1.6.47-2-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxcb/libxcb-shm0/libxcb-shm0-1.17.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxcb/libxcb-render0/libxcb-render0-1.17.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libX11/libX11_6/libX11_6-1.8.10-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-typing_extension/python39-typing_extension/python39-typing_extension-4.12.2-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-toml/python39-toml/python39-toml-0.10.2-3.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-pluggy/python39-pluggy/python39-pluggy-1.5.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-platformdirs/python39-platformdirs/python39-platformdirs-4.3.6-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-packaging/python39-packaging/python39-packaging-24.2-2.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-iniconfig/python39-iniconfig/python39-iniconfig-2.0.0-2.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-filelock/python39-filelock/python39-filelock-3.17.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/harfbuzz/libharfbuzz0/libharfbuzz0-11.0.1-2-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/fontconfig/libfontconfig1/libfontconfig1-2.17.1-1-x86_64.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/x86_64/release/libxcb/libxcb-devel/libxcb-devel-1.17.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libpng/libpng-devel/libpng-devel-1.6.47-2-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXrender/libXrender1/libXrender1-0.9.12-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXext/libXext6/libXext6-1.3.6-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-pytest/python39-pytest/python39-pytest-8.3.4-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/raqm/libraqm0/libraqm0-0.7.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-gcc/mingw64-i686-gcc-core/mingw64-i686-gcc-core-13.4.0-1-x86_64.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-SDL2/mingw64-i686-SDL2-2.0.7-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxcb/libxcb-shm-devel/libxcb-shm-devel-1.17.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxcb/libxcb-render-devel/libxcb-render-devel-1.17.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libX11/libX11-devel/libX11-devel-1.8.10-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/freetype2/libfreetype-devel/libfreetype-devel-2.13.3-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cairo/libcairo2/libcairo2-1.18.4-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-setuptools/python39-setuptools/python39-setuptools-75.8.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-wheel/python39-wheel/python39-wheel-0.45.1-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXrender/libXrender-devel/libXrender-devel-0.9.12-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXext/libXext-devel/libXext-devel-1.3.6-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/fontconfig/libfontconfig-devel/libfontconfig-devel-2.17.1-1-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-urllib3/python39-urllib3/python39-urllib3-2.3.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-snowballstemmer/python39-snowballstemmer/python39-snowballstemmer-2.2.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-olefile/python39-olefile/python39-olefile-0.47-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python-markupsafe/python39-markupsafe/python39-markupsafe-3.0.2-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-imagesize/python39-imagesize/python39-imagesize-1.3.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-idna/python39-idna/python39-idna-3.10-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-chardet/python39-chardet/python39-chardet-5.2.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-certifi/python39-certifi/python39-certifi-2025.1.31-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-babel/python39-babel/python39-babel-2.16.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-jinja2/python39-jinja2/python39-jinja2-3.1.5-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-requests/python39-requests/python39-requests-2.32.3-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python-imaging/python39-imaging/python39-imaging-11.1.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-pygments/python39-pygments/python39-pygments-2.10.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-docutils/python39-docutils/python39-docutils-0.18.1-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-sphinx/python39-sphinx/python39-sphinx-4.4.0-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-pip/python39-pip/python39-pip-25.0.1-2.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-sphinxcontrib-serializinghtml/python39-sphinxcontrib-serializinghtml/python39-sphinxcontrib-serializinghtml-1.1.5-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python3/python3-3.9.16-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/glib2.0/libglib2.0-devel/libglib2.0-devel-2.85.2-1-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cairo/libcairo-devel/libcairo-devel-1.18.4-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/binutils/binutils-2.45-1-x86_64.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/dejavu-fonts/dejavu-fonts-2.37-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/gsettings-desktop-schemas/gsettings-desktop-schemas-3.24.1-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXau/libXau6/libXau6-1.0.12-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXdmcp/libXdmcp6/libXdmcp6-1.1.5-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/brotli/libbrotlienc1/libbrotlienc1-1.1.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libdeflate/libdeflate0/libdeflate0-1.24-1-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/expat/libexpat-devel/libexpat-devel-2.6.4-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libffi/libffi-devel/libffi-devel-3.4.7-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/fontconfig/libfontconfig-common/libfontconfig-common-2.17.1-1-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/fribidi/libfribidi0/libfribidi0-1.0.16-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gdbm/libgdbm_compat4/libgdbm_compat4-1.24-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gcc/libgomp1/libgomp1-13.4.0-1-x86_64.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/graphite2/libgraphite2_3/libgraphite2_3-1.3.14-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gettext/libintl-devel/libintl-devel-0.22.5-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/jbigkit/libjbig2/libjbig2-2.1-2.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libjpeg-turbo/libjpeg8/libjpeg8-3.1.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/lcms2/liblcms2_2/liblcms2_2-2.16-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/liblzo2/liblzo2_2/liblzo2_2-2.10-2.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre2/libpcre2-posix3/libpcre2-posix3-10.45-1.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre2/libpcre2_16_0/libpcre2_16_0-10.45-1.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre2/libpcre2_32_0/libpcre2_32_0-10.45-1.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pixman/libpixman1_0/libpixman1_0-0.43.4-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libpng/libpng16/libpng16-1.6.47-2-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libwebp/libwebp7/libwebp7-1.6.0-1-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxml2/libxml2-2.10.4-2.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-x86_64.tar.zst
- 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-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-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-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/xorgproto/xorgproto-2024.1-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/zlib/zlib-devel/zlib-devel-1.3.1-1.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/desktop-file-utils/desktop-file-utils-0.28-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/glib2.0/libglib2.0_0/libglib2.0_0-2.85.2-1-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/shared-mime-info/shared-mime-info-2.4-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxcb/libxcb1/libxcb1-1.17.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/brotli/libbrotli-devel/libbrotli-devel-1.1.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python39/python39-3.9.16-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-zipp/python39-zipp/python39-zipp-3.21.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libimagequant/libimagequant0/libimagequant0-2.10.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/liblzo2/liblzo2-devel/liblzo2-devel-2.10-2.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pcre2/libpcre2-devel/libpcre2-devel-10.45-1.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pixman/libpixman1-devel/libpixman1-devel-0.43.4-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/freetype2/libfreetype6/libfreetype6-2.13.3-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libwebp/libwebpmux3/libwebpmux3-1.6.0-1-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libwebp/libwebpdemux2/libwebpdemux2-1.6.0-1-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/tiff/libtiff7/libtiff7-4.7.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-headers/mingw64-i686-headers-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-SDL2/mingw64-x86_64-SDL2-2.0.7-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXdmcp/libXdmcp-devel/libXdmcp-devel-1.1.5-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXau/libXau-devel/libXau-devel-1.0.12-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libpng/libpng16-devel/libpng16-devel-1.6.47-2-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxcb/libxcb-shm0/libxcb-shm0-1.17.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxcb/libxcb-render0/libxcb-render0-1.17.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libX11/libX11_6/libX11_6-1.8.10-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-typing_extension/python39-typing_extension/python39-typing_extension-4.12.2-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-toml/python39-toml/python39-toml-0.10.2-3.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-pluggy/python39-pluggy/python39-pluggy-1.5.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-platformdirs/python39-platformdirs/python39-platformdirs-4.3.6-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-packaging/python39-packaging/python39-packaging-24.2-2.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-iniconfig/python39-iniconfig/python39-iniconfig-2.0.0-2.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-filelock/python39-filelock/python39-filelock-3.17.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/harfbuzz/libharfbuzz0/libharfbuzz0-11.0.1-2-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/fontconfig/libfontconfig1/libfontconfig1-2.17.1-1-x86_64.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/x86_64/release/libxcb/libxcb-devel/libxcb-devel-1.17.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libpng/libpng-devel/libpng-devel-1.6.47-2-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXrender/libXrender1/libXrender1-0.9.12-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXext/libXext6/libXext6-1.3.6-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-pytest/python39-pytest/python39-pytest-8.3.4-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/raqm/libraqm0/libraqm0-0.7.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-gcc/mingw64-i686-gcc-core/mingw64-i686-gcc-core-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-i686-SDL2/mingw64-i686-SDL2-2.0.7-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxcb/libxcb-shm-devel/libxcb-shm-devel-1.17.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxcb/libxcb-render-devel/libxcb-render-devel-1.17.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libX11/libX11-devel/libX11-devel-1.8.10-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/freetype2/libfreetype-devel/libfreetype-devel-2.13.3-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cairo/libcairo2/libcairo2-1.18.4-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-setuptools/python39-setuptools/python39-setuptools-75.8.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-wheel/python39-wheel/python39-wheel-0.45.1-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXrender/libXrender-devel/libXrender-devel-0.9.12-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXext/libXext-devel/libXext-devel-1.3.6-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/fontconfig/libfontconfig-devel/libfontconfig-devel-2.17.1-1-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-urllib3/python39-urllib3/python39-urllib3-2.3.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-snowballstemmer/python39-snowballstemmer/python39-snowballstemmer-2.2.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-olefile/python39-olefile/python39-olefile-0.47-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python-markupsafe/python39-markupsafe/python39-markupsafe-3.0.2-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-imagesize/python39-imagesize/python39-imagesize-1.3.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-idna/python39-idna/python39-idna-3.10-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-chardet/python39-chardet/python39-chardet-5.2.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-certifi/python39-certifi/python39-certifi-2025.1.31-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-babel/python39-babel/python39-babel-2.16.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-jinja2/python39-jinja2/python39-jinja2-3.1.5-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-requests/python39-requests/python39-requests-2.32.3-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python-imaging/python39-imaging/python39-imaging-11.1.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-pygments/python39-pygments/python39-pygments-2.10.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-docutils/python39-docutils/python39-docutils-0.18.1-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-sphinx/python39-sphinx/python39-sphinx-4.4.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-pip/python39-pip/python39-pip-25.0.1-2.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/python-sphinxcontrib-serializinghtml/python39-sphinxcontrib-serializinghtml/python39-sphinxcontrib-serializinghtml-1.1.5-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/python3/python3-3.9.16-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/glib2.0/libglib2.0-devel/libglib2.0-devel-2.85.2-1-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cairo/libcairo-devel/libcairo-devel-1.18.4-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/libxml2.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/python39-sphinx.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/python39-pip.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/python39.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_desktop-file-utils.sh"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_fontconfig_cache_1.sh"
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/zp_fontconfig_dtd.dash"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_glib2.0.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_shared-mime-info.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/53: [cairo2.0.6.5: extract]
Processing  2/53: [cairo2.0.6.5: extract] [camlzip.1.13: extract]
Processing  3/53: [cairo2.0.6.5: extract] [camlzip.1.13: extract]
Processing  4/53: [cairo2.0.6.5: extract] [camlzip.1.13: extract]
Processing  5/53: [cairo2.0.6.5: extract] [camlzip.1.13: extract]
Processing  6/53: [cairo2.0.6.5: extract] [camlzip.1.13: extract]
Processing  7/53: [cairo2.0.6.5: extract] [camlzip.1.13: extract]
Processing  8/53: [cairo2.0.6.5: extract] [camlzip.1.13: extract]
Processing  9/53: [cairo2.0.6.5: extract] [camlzip.1.13: extract]
Processing 10/53: [cairo2.0.6.5: extract] [camlzip.1.13: extract]
Processing 11/53: [cairo2.0.6.5: extract] [camlzip.1.13: extract]
Processing 12/53: [cairo2.0.6.5: extract] [camlzip.1.13: extract] [csexp.1.5.2: extract]
Processing 13/53: [cairo2.0.6.5: extract] [camlzip.1.13: extract] [csexp.1.5.2: extract] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc]
Processing 14/53: [cairo2.0.6.5: extract] [camlzip.1.13: 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 14/53: [camlzip.1.13: extract] [csexp.1.5.2: extract] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 15/53: [camlzip.1.13: extract] [csexp.1.5.2: extract] [dune.3.19.1, dune-configurator.3.19.1: http] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
-> retrieved camlzip.1.13  (cached)
Processing 15/53: [csexp.1.5.2: extract] [dune.3.19.1, dune-configurator.3.19.1: http] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 16/53: [csexp.1.5.2: extract] [dune.3.19.1, dune-configurator.3.19.1: http] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: http] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
-> retrieved csexp.1.5.2  (cached)
Processing 16/53: [dune.3.19.1, dune-configurator.3.19.1: http] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: http] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 17/53: [dune.3.19.1, dune-configurator.3.19.1: http] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: http] [mingw-w64-shims.0.2.0: 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/53: [dune.3.19.1, dune-configurator.3.19.1: http] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: http] [mingw-w64-shims.0.2.0: extract] [conf-pkg-config: pkgconf]
-> installed conf-mingw-w64-gcc-i686.1
Processing 18/53: [dune.3.19.1, dune-configurator.3.19.1: http] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: http] [mingw-w64-shims.0.2.0: extract] [conf-pkg-config: pkgconf]
-> retrieved mingw-w64-shims.0.2.0  (cached)
Processing 18/53: [dune.3.19.1, dune-configurator.3.19.1: http] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: http] [conf-pkg-config: pkgconf]
Processing 19/53: [dune.3.19.1, dune-configurator.3.19.1: http] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: http] [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 19/53: [dune.3.19.1, dune-configurator.3.19.1: http] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: http] [ocamlfind.1.9.8: extract]
-> removed   mingw-w64-shims.0.2.0
Processing 20/53: [dune.3.19.1, dune-configurator.3.19.1: http] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: http] [ocamlfind.1.9.8: extract]
-> installed conf-pkg-config.4
Processing 21/53: [dune.3.19.1, dune-configurator.3.19.1: http] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: http] [ocamlfind.1.9.8: extract]
Processing 22/53: [dune.3.19.1, dune-configurator.3.19.1: http] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: http] [ocamlfind.1.9.8: extract] [conf-cairo: pkgconf cairo]
Processing 23/53: [dune.3.19.1, dune-configurator.3.19.1: http] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: http] [ocamlfind.1.9.8: extract] [conf-cairo: pkgconf cairo] [conf-mingw-w64-sdl2-i686: pkgconf sdl2]
Processing 24/53: [dune.3.19.1, dune-configurator.3.19.1: http] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: http] [ocamlfind.1.9.8: extract] [conf-cairo: pkgconf cairo] [conf-mingw-w64-sdl2-i686: pkgconf sdl2] [conf-mingw-w64-sdl2-x86_64: pkgconf sdl2]
Processing 25/53: [dune.3.19.1, dune-configurator.3.19.1: http] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: http] [ocamlfind.1.9.8: extract] [conf-cairo: pkgconf cairo] [conf-mingw-w64-sdl2-i686: pkgconf sdl2] [conf-mingw-w64-sdl2-x86_64: pkgconf sdl2] [conf-mingw-w64-zlib-i686: pkgconf zlib]
Processing 26/53: [dune.3.19.1, dune-configurator.3.19.1: http] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: http] [ocamlfind.1.9.8: extract] [conf-cairo: pkgconf cairo] [conf-mingw-w64-sdl2-i686: pkgconf sdl2] [conf-mingw-w64-sdl2-x86_64: pkgconf sdl2] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib]
Processing 27/53: [dune.3.19.1, dune-configurator.3.19.1: http] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: http] [ocamlfind.1.9.8: extract] [conf-cairo: pkgconf cairo] [conf-mingw-w64-sdl2-i686: pkgconf sdl2] [conf-mingw-w64-sdl2-x86_64: pkgconf sdl2] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims]
Processing 27/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: http] [ocamlfind.1.9.8: extract] [conf-cairo: pkgconf cairo] [conf-mingw-w64-sdl2-i686: pkgconf sdl2] [conf-mingw-w64-sdl2-x86_64: pkgconf sdl2] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims]
Processing 27/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: extract] [ocamlfind.1.9.8: extract] [conf-cairo: pkgconf cairo] [conf-mingw-w64-sdl2-i686: pkgconf sdl2] [conf-mingw-w64-sdl2-x86_64: pkgconf sdl2] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims]
-> retrieved ocamlfind.1.9.8  (cached)
Processing 27/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: extract] [conf-cairo: pkgconf cairo] [conf-mingw-w64-sdl2-i686: pkgconf sdl2] [conf-mingw-w64-sdl2-x86_64: pkgconf sdl2] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims]
Processing 28/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: extract] [conf-cairo: pkgconf cairo] [conf-mingw-w64-sdl2-i686: pkgconf sdl2] [conf-mingw-w64-sdl2-x86_64: pkgconf sdl2] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
+ C:\cygwin64\bin\pkgconf.exe "--cflags" "cairo" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-cairo.1)
- -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/pixman-1
-> compiled  conf-cairo.1
Processing 28/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: extract] [conf-mingw-w64-sdl2-i686: pkgconf sdl2] [conf-mingw-w64-sdl2-x86_64: pkgconf sdl2] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
-> installed conf-cairo.1
Processing 29/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: extract] [conf-mingw-w64-sdl2-i686: pkgconf sdl2] [conf-mingw-w64-sdl2-x86_64: pkgconf sdl2] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [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" "sdl2" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-mingw-w64-sdl2-i686.1)
-> compiled  conf-mingw-w64-sdl2-i686.1
Processing 29/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: extract] [conf-mingw-w64-sdl2-x86_64: pkgconf sdl2] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
-> installed conf-mingw-w64-sdl2-i686.1
Processing 30/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: extract] [conf-mingw-w64-sdl2-x86_64: pkgconf sdl2] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [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" "sdl2" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-mingw-w64-sdl2-x86_64.1)
-> compiled  conf-mingw-w64-sdl2-x86_64.1
Processing 30/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: extract] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
-> installed conf-mingw-w64-sdl2-x86_64.1
Processing 31/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: extract] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
Processing 32/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: extract] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [conf-sdl2: pkgconf sdl2] [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" "zlib" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-mingw-w64-zlib-i686.1)
-> compiled  conf-mingw-w64-zlib-i686.1
Processing 32/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: extract] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [conf-sdl2: pkgconf sdl2] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
-> installed conf-mingw-w64-zlib-i686.1
Processing 33/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: extract] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [conf-sdl2: pkgconf sdl2] [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" "zlib" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-mingw-w64-zlib-x86_64.1)
-> compiled  conf-mingw-w64-zlib-x86_64.1
Processing 33/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: extract] [conf-sdl2: pkgconf sdl2] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
-> installed conf-mingw-w64-zlib-x86_64.1
Processing 34/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: extract] [conf-sdl2: pkgconf sdl2] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
Processing 35/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: extract] [conf-sdl2: pkgconf sdl2] [conf-zlib: pkgconf zlib] [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" "sdl2" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-sdl2.1)
-> compiled  conf-sdl2.1
Processing 35/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: extract] [conf-zlib: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
-> installed conf-sdl2.1
Processing 36/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: extract] [conf-zlib: pkgconf zlib] [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" "zlib" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-zlib.1)
-> compiled  conf-zlib.1
Processing 36/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: extract] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
-> installed conf-zlib.1
Processing 37/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [hugin.1.0.0~alpha0, nx.1.0.0~alpha0: extract] [mingw-w64-shims: sh mingw-w64-shims] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
-> retrieved hugin.1.0.0~alpha0, nx.1.0.0~alpha0  (https://github.com/raven-ml/raven/releases/download/1.0.0_alpha0/raven-1.0.0.alpha0.tbz)
Processing 37/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [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 37/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
-> installed mingw-w64-shims.0.2.0
Processing 38/53: [dune.3.19.1, dune-configurator.3.19.1: extract] [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (https://github.com/ocaml/dune/releases/download/3.19.1/dune-3.19.1.tbz)
Processing 38/53: [ocamlfind: ./configure C:\Users\opam\AppData\Local\opam\5.3\bin]
Processing 39/53: [dune: ocaml 7] [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 39/53: [dune: ocaml 7] [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 39/53: [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 39/53: [dune: ocaml 7]
Processing 40/53: [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 40/53: [dune: ocaml 7]
Processing 41/53: [camlzip: make all] [dune: ocaml 7]
+ C:\cygwin64\bin\make.exe "all" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\camlzip.1.13)
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c -ccopt -g  zlibstubs.c
- ocamlfind ocamlmklib -oc camlzip zlibstubs.o  -lz
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c zlib.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c zlib.ml
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c zip.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c zip.ml
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c gzip.mli
- ocamlfind ocamlc -g -safe-string -bin-annot -package unix -c gzip.ml
- ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmo zip.cmo gzip.cmo  -lz
- ocamlfind ocamlopt -safe-string -package unix -c zlib.ml
- ocamlfind ocamlopt -safe-string -package unix -c zip.ml
- ocamlfind ocamlopt -safe-string -package unix -c gzip.ml
- ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmx zip.cmx gzip.cmx  -lz
- ocamlfind ocamlopt -safe-string -package unix -shared -linkall -I ./ -o zip.cmxs zip.cmxa libcamlzip.a
-> compiled  camlzip.1.13
Processing 41/53: [dune: ocaml 7]
Processing 42/53: [dune: ocaml 7] [camlzip: make install]
+ C:\cygwin64\bin\make.exe "install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\camlzip.1.13)
- cp META-zip META && \
-         ocamlfind install zip META *.cma *.a *.mli *.cmi *.cmti *.cmt gzip.cmx zip.cmx zlib.cmx zip.cmxa zip.cmxs dllcamlzip.dll && \
-         rm META
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\zip.cmxs
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\zip.cmxa
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\zlib.cmx
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\zip.cmx
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\gzip.cmx
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\zlib.cmt
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\zip.cmt
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\gzip.cmt
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\zlib.cmti
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\zip.cmti
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\gzip.cmti
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\zlib.cmi
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\zip.cmi
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\gzip.cmi
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\zlib.mli
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\zip.mli
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\gzip.mli
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\zip.a
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\libcamlzip.a
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\zip.cma
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\stublibs\dllcamlzip.dll
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\stublibs\dllcamlzip.dll.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory C:\Users\opam\AppData\Local\opam\5.3\lib\stublibs is not mentioned in ld.conf
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\zip\META
- cp META-camlzip META && \
-         ocamlfind install camlzip META && \
-         rm META
- Installed C:\Users\opam\AppData\Local\opam\5.3\lib\camlzip\META
-> installed camlzip.1.13
Processing 42/53: [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.19.1)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot -I +unix unix.cma boot/libs.ml boot/duneboot.ml
- .\.duneboot.exe -j 7
- cd _boot && C:\Users\opam\AppData\Local\opam\5.3\bin\ocamlopt.opt.exe -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -I +threads ocamlc_loc.mli
- File "otherlibs/ocamlc-loc/src\\ocamlc_loc.mli", line 1, characters 4-9:

- Warning 53 [misplaced-attribute]: the "alert" attribute cannot appear in this context

- cd _boot && C:\Users\opam\AppData\Local\opam\5.3\bin\ocamlopt.opt.exe -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -I +threads dune_action_plugin.mli
- File "otherlibs/dune-action-plugin/src\\dune_action_plugin.mli", line 1, characters 4-9:

- Warning 53 [misplaced-attribute]: the "alert" attribute cannot appear in this context

- 


Processing 42/53: [dune: ./_boot/dune.exe build]
+ C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune.3.19.1\./_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.19.1)
-> compiled  dune.3.19.1
-> installed dune.3.19.1
Processing 44/53: [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 -intf-suffix .ml -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 -intf-suffix .ml -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
-> installed csexp.1.5.2
Processing 46/53: [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.19.1)
+ C:\cygwin64\bin\rm.exe "-rf" "vendor/pp" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune-configurator.3.19.1)
Processing 46/53: [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.19.1)
-> compiled  dune-configurator.3.19.1
-> installed dune-configurator.3.19.1
Processing 48/53: [cairo2: dune build]
Processing 49/53: [cairo2: dune build] [nx: 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)
- File "src/dune", lines 12-15, characters 0-132:
- 12 | (rule
- 13 |  (targets c_flags.sexp c_library_flags.sexp cairo_ocaml.h)
- 14 |  (deps    cairo_ocaml.h.p)
- 15 |  (action  (run ../config/discover.exe)))
- (cd _build/default/src && ..\config\discover.exe)
- which: pkgconf
- -> found: C:\Users\opam\AppData\Local\opam\5.3\bin\pkgconf.exe
- run: C:\Users\opam\AppData\Local\opam\5.3\bin\pkgconf.exe --personality x86_64-w64-mingw32 --print-errors cairo
- -> process exited with code 1
- -> stdout:
- -> stderr:
-  | Package cairo was not found in the pkg-config search path.
-  | Perhaps you should add the directory containing `cairo.pc'
-  | to the PKG_CONFIG_PATH environment variable
-  | Package 'cairo' not found
- compiling c program:
-  | #include <stdio.h>
-  | #include <cairo.h>
-  | 
-  | 
-  | #define DUNE_ABS(x) ((x >= 0)? x: -(x))
-  | #define DUNE_D0(x) ('0'+(DUNE_ABS(x)/1         )%10)
-  | #define DUNE_D1(x) ('0'+(DUNE_ABS(x)/10        )%10), DUNE_D0(x)
-  | #define DUNE_D2(x) ('0'+(DUNE_ABS(x)/100       )%10), DUNE_D1(x)
-  | #define DUNE_D3(x) ('0'+(DUNE_ABS(x)/1000      )%10), DUNE_D2(x)
-  | #define DUNE_D4(x) ('0'+(DUNE_ABS(x)/10000     )%10), DUNE_D3(x)
-  | #define DUNE_D5(x) ('0'+(DUNE_ABS(x)/100000    )%10), DUNE_D4(x)
-  | #define DUNE_D6(x) ('0'+(DUNE_ABS(x)/1000000   )%10), DUNE_D5(x)
-  | #define DUNE_D7(x) ('0'+(DUNE_ABS(x)/10000000  )%10), DUNE_D6(x)
-  | #define DUNE_D8(x) ('0'+(DUNE_ABS(x)/100000000 )%10), DUNE_D7(x)
-  | #define DUNE_D9(x) ('0'+(DUNE_ABS(x)/1000000000)%10), DUNE_D8(x)
-  | #define DUNE_SIGN(x) ((x >= 0)? '0': '-')
-  | 
-  | 
-  | const char s0[] = {
-  |   'B', 'E', 'G', 'I', 'N', '-', '0', '-',
-  |   DUNE_SIGN((CAIRO_VERSION_MAJOR)),
-  |   DUNE_D9((CAIRO_VERSION_MAJOR)),
-  |   '-', 'E', 'N', 'D'
-  | };
-  | 
-  | 
-  | const char s1[] = {
-  |   'B', 'E', 'G', 'I', 'N', '-', '1', '-',
-  |   DUNE_SIGN((CAIRO_VERSION_MINOR)),
-  |   DUNE_D9((CAIRO_VERSION_MINOR)),
-  |   '-', 'E', 'N', 'D'
-  | };
-  | 
- run: x86_64-w64-mingw32-gcc -O2 -fno-strict-aliasing -fwrapv -mms-bitfields    -I/usr/include/cairo -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml -o C:\Users\opam\AppData\Local\Temp\build_47ad17_dune\ocaml-configurator994326\c-test-1\test.o -c C:\Users\opam\AppData\Local\Temp\build_47ad17_dune\ocaml-configurator994326\c-test-1\test.c -lws2_32 -lole32 -luuid -lversion -lshlwapi -lsynchronization -l:libpthread.a -lgcc_eh
- -> process exited with code 0
- -> stdout:
- -> stderr:
- compiling c program:
-  | #include <stdio.h>
-  | #include <cairo-ft.h>
-  | 
-  | 
-  | #ifdef CAIRO_HAS_FT_FONT
-  | const char *s0 = "BEGIN-0-true-END";
-  | #else
-  | const char *s0 = "BEGIN-0-false-END";
-  | #endif
-  | 
-  | 
-  | #ifdef CAIRO_HAS_FC_FONT
-  | const char *s1 = "BEGIN-1-true-END";
-  | #else
-  | const char *s1 = "BEGIN-1-false-END";
-  | #endif
-  | 
- run: x86_64-w64-mingw32-gcc -O2 -fno-strict-aliasing -fwrapv -mms-bitfields    -I/usr/include/cairo -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml -o C:\Users\opam\AppData\Local\Temp\build_47ad17_dune\ocaml-configurator994326\c-test-3\test.o -c C:\Users\opam\AppData\Local\Temp\build_47ad17_dune\ocaml-configurator994326\c-test-3\test.c -lws2_32 -lole32 -luuid -lversion -lshlwapi -lsynchronization -l:libpthread.a -lgcc_eh
- -> process exited with code 1
- -> stdout:
- -> stderr:
-  | In file included from C:\Users\opam\AppData\Local\Temp\build_47ad17_dune\ocaml-configurator994326\c-test-3\test.c:2:
-  | /usr/include/cairo/cairo-ft.h:46:10: fatal error: ft2build.h: No such file or directory
-  |    46 | #include <ft2build.h>
-  |       |          ^~~~~~~~~~~~
-  | compilation terminated.
- Error: failed to compile program
Processing 49/53: [nx: dune build]
Processing 50/53: [nx: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "nx" "-j" "7" "--promote-install-files=false" "@install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\nx.1.0.0~alpha0)
[ERROR] The compilation of cairo2.0.6.5 failed at "dune build -p cairo2 -j 7".
- File "nx/lib/c/dune", lines 1-11, characters 0-206:
-  1 | (library
-  2 |  (name nx_c)
-  3 |  (public_name nx.c)
-  4 |  (libraries nx_core)
-  5 |  (foreign_stubs
-  6 |   (language c)
-  7 |   (names nx_c_stubs)
-  8 |   (flags
-  9 |    (:include c_flags.sexp)))
- 10 |  (c_library_flags
- 11 |   (:include c_library_flags.sexp)))
- (cd _build/default && C:\Users\opam\AppData\Local\opam\5.3\bin\ocamlmklib.exe -g -o nx/lib/c/nx_c_stubs nx/lib/c/nx_c_stubs.o -ldopt -fopenmp)
- flexlink: unknown option '-fopenmp'.
- FlexDLL version 0.44
- 
- Usage:
-   flexlink -o <result.dll/exe> file1.obj file2.obj ... -- <extra linker arguments>
- 
-   -o                  Choose the name of the output file
-   -exe                Link the main program as an exe file
-   -maindll            Link the main program as a dll file
-   -noflexdllobj       Do not add the Flexdll runtime object (for exe)
-   -noentry            Do not use the Flexdll entry point (for dll)
-   -noexport           Do not export any symbol
-   -norelrelocs        Ensure that no relative relocation is generated
-   -base               Specify base address (Win64 only)
-   -pthread            Pass -pthread to the linker
-   -I <dir>            Add a directory where to search for files
-   -L <dir>            Add a directory where to search for files
-   -l <lib>            Library file
-   -chain {msvc|msvc64|cygwin64|mingw|mingw64|gnat|gnat64|ld}
-                       Choose which linker to use
-   -use-linker <cmd>   Choose an alternative linker to use
-   -use-mt <cmd>       Choose an alternative manifest tool to use
-   -x64                (Deprecated)
-   -defaultlib <obj>   External object (no export, no import)
-   -save-temps         Do not delete intermediate files
-   -implib             Do not delete the generated import library
-   -outdef             Produce a def file with exported symbols
-   -v                  Increment verbosity (can be repeated)
-   -show-exports       Show exported symbols
-   -show-imports       Show imported symbols
-   -dry                Show the linker command line, do not actually run it
-   -dump               Only dump the content of object files
-   -patch              Only patch the target image (to be used with -stack)
-   -nocygpath          Do not use cygpath (default for msvc, mingw)
-   -cygpath            Use cygpath (default for cygwin)
-   -no-merge-manifest  Do not merge the manifest (takes precedence over -merge-manifest)
-   -merge-manifest     Merge manifest to the dll or exe (if generated)
-   -real-manifest      Use the generated manifest (default behavior)
-   -default-manifest   Use the default manifest (default.manifest/default_amd64.manifest)
-   -export <sym>       Explicitly export a symbol
-   -noreexport         Do not reexport symbols imported from import libraries
-   -where              Show the FlexDLL directory
-   -nounderscore       Normal symbols are not prefixed with an underscore
-   -nodefaultlibs      Do not assume any default library
-   -builtin            Use built-in linker to produce a dll
-   -explain            Explain why library objects are linked
-   -subsystem <id>     Set the subsystem (default: console)
-   -custom-crt         Use a custom CRT
-   -stack <int>        Set the stack reserve in the resulting image
-   -link <option>      Next argument is passed verbatim to the linker
-   -g                  (Ignored)
-   -D <symbol>         (Ignored)
-   -U <symbol>         (Ignored)
-   --                  Following arguments are passed verbatim to the linker
-   -version            Print linker version and FlexDLL directory and exit
-   -vnum               Print linker version number and exit
-   -help               Display this list of options
-   --help              Display this list of options
- 
- Notes:
- * The -I, -l and -L options do not need to be separated from their argument.
- * An option like /linkXXX is an abbrevation for '-link XXX'.
- * An option like -Wl,-XXX is an abbreviation for '-link -XXX'.
- * FlexDLL's object files are searched by default in the same directory as
-   flexlink, or in the directory given by the environment variable FLEXDIR
-   if it is defined.
- * Extra argument can be passed in the environment variable FLEXLINKFLAGS.
- 
- Homepage: https://github.com/ocaml/flexdll
[ERROR] The compilation of nx.1.0.0~alpha0 failed at "dune build -p nx -j 7 --promote-install-files=false @install".

#=== ERROR while compiling nx.1.0.0~alpha0 ====================================#
# context              2.3.0 | win32/x86_64 | ocaml-base-compiler.5.3.0 | file://C:/Users/opam/opam-repository
# path                 ~\AppData\Local\opam\5.3\.opam-switch\build\nx.1.0.0~alpha0
# command              ~\AppData\Local\opam\5.3\bin\dune.exe build -p nx -j 7 --promote-install-files=false @install
# exit-code            1
# env-file             ~\AppData\Local\opam\log\nx-2980-e74097.env
# output-file          ~\AppData\Local\opam\log\nx-2980-e74097.out
### output ###
# Usage:
# [...]
# 
# Notes:
# * The -I, -l and -L options do not need to be separated from their argument.
# * An option like /linkXXX is an abbrevation for '-link XXX'.
# * An option like -Wl,-XXX is an abbreviation for '-link -XXX'.
# * FlexDLL's object files are searched by default in the same directory as
#   flexlink, or in the directory given by the environment variable FLEXDIR
#   if it is defined.
# * Extra argument can be passed in the environment variable FLEXLINKFLAGS.
# 
# Homepage: https://github.com/ocaml/flexdll


#=== ERROR while compiling cairo2.0.6.5 =======================================#
# context              2.3.0 | win32/x86_64 | ocaml-base-compiler.5.3.0 | file://C:/Users/opam/opam-repository
# path                 ~\AppData\Local\opam\5.3\.opam-switch\build\cairo2.0.6.5
# command              ~\AppData\Local\opam\5.3\bin\dune.exe build -p cairo2 -j 7
# exit-code            1
# env-file             ~\AppData\Local\opam\log\cairo2-2980-05de3e.env
# output-file          ~\AppData\Local\opam\log\cairo2-2980-05de3e.out
### output ###
# compiling c program:
# [...]
#  | 
# run: x86_64-w64-mingw32-gcc -O2 -fno-strict-aliasing -fwrapv -mms-bitfields    -I/usr/include/cairo -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml -o C:\Users\opam\AppData\Local\Temp\build_47ad17_dune\ocaml-configurator994326\c-test-3\test.o -c C:\Users\opam\AppData\Local\Temp\build_47ad17_dune\ocaml-configurator994326\c-test-3\test.c -lws2_32 -lole32 -luuid -lversion -lshlwapi -lsynchroni[...]
# -> process exited with code 1
# -> stdout:
# -> stderr:
#  | In file included from C:\Users\opam\AppData\Local\Temp\build_47ad17_dune\ocaml-configurator994326\c-test-3\test.c:2:
#  | /usr/include/cairo/cairo-ft.h:46:10: fatal error: ft2build.h: No such file or directory
#  |    46 | #include <ft2build.h>
#  |       |          ^~~~~~~~~~~~
#  | compilation terminated.
# Error: failed to compile program



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions were aborted
| - install hugin 1.0.0~alpha0
+- 
+- The following actions failed
| - build cairo2 0.6.5
| - build nx     1.0.0~alpha0
+- 
+- The following changes have been performed (the rest was aborted)
| - recompile mingw-w64-shims            0.2.0
| - install   camlzip                    1.13
| - install   conf-cairo                 1
| - install   conf-mingw-w64-gcc-i686    1
| - install   conf-mingw-w64-sdl2-i686   1
| - install   conf-mingw-w64-sdl2-x86_64 1
| - install   conf-mingw-w64-zlib-i686   1
| - install   conf-mingw-w64-zlib-x86_64 1
| - install   conf-pkg-config            4
| - install   conf-sdl2                  1
| - install   conf-zlib                  1
| - install   csexp                      1.5.2
| - install   dune                       3.19.1
| - install   dune-configurator          3.19.1
| - install   ocamlfind                  1.9.8
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    C:\cygwin64\bin\opam.exe switch import "C:\\Users\\opam\\AppData\\Local\\opam\\5.3\\.opam-switch\\backup\\state-20250807054929.export"
'C:\cygwin64\bin\opam.exe install -vy hugin.1.0.0~alpha0' failed.
"opam remove -y hugin.1.0.0~alpha0
opam install -vy hugin.1.0.0~alpha0
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: hugin.1.0.0~alpha0 | grep -q 'windows-server-2022-amd64-ocaml-5.3'; then
        echo "This package failed and has been disabled for CI using the 'x-ci-accept-failures' field."
        exit 69
    fi
fi 


exit $res" failed with exit status 31
Failed: Build failed