2025-10-18 16:34.25: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (6135ed8853d81f84436179006a113cab1846b647) (windows-amd64:windows-server-2022-amd64-5.4_opam-2.4) Base: windows-server-2022-amd64-ocaml-5.4 Opam project build To reproduce locally: git clone --recursive "https://github.com/sanette/bogue-cairo.git" -b "main" && cd "bogue-cairo" && git reset --hard 6135ed88 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM windows-server-2022-amd64-ocaml-5.4 # windows-server-2022-amd64-5.4_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 bogue-cairo.opam /Users/opam/src/./ RUN opam pin add -yn bogue-cairo.dev '/Users/opam/src/./' RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project' ENV DEPS="arch-x86_64.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250815 cairo2.0.6.5 conf-cairo.1 conf-libffi.2.0.0 conf-mingw-w64-cairo-x86_64.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-libffi-x86_64.1 conf-mingw-w64-sdl2-image-x86_64.1 conf-mingw-w64-sdl2-ttf-x86_64.1 conf-mingw-w64-sdl2-x86_64.1 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 integers.0.7.0 mingw-w64-shims.0.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y bogue-cairo.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /Users/opam/src RUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-10-18 16:34.25: Using cache hint "sanette/bogue-cairo-windows-server-2022-amd64-ocaml-5.4-windows-server-2022-amd64-5.4_opam-2.4-e4a59e5ae11cd6162e9f1d4a13a38e54" 2025-10-18 16:34.25: Using OBuilder spec: ((from windows-server-2022-amd64-ocaml-5.4) (comment windows-server-2022-amd64-5.4_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f /usr/bin/opam-2.4 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache"))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src bogue-cairo.opam) (dst /Users/opam/src/./)) (run (network host) (shell "opam pin add -yn bogue-cairo.dev '/Users/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'")) (env DEPS "arch-x86_64.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250815 cairo2.0.6.5 conf-cairo.1 conf-libffi.2.0.0 conf-mingw-w64-cairo-x86_64.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-libffi-x86_64.1 conf-mingw-w64-sdl2-image-x86_64.1 conf-mingw-w64-sdl2-ttf-x86_64.1 conf-mingw-w64-sdl2-x86_64.1 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 integers.0.7.0 mingw-w64-shims.0.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache"))) (network host) (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y bogue-cairo.dev $DEPS")) (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache"))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /Users/opam/src)) (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-10-18 16:34.25: Waiting for resource in pool OCluster 2025-10-18 17:23.58: Waiting for worker… 2025-10-18 20:56.50: Got resource from pool OCluster Building on thyme All commits already cached HEAD is now at 6135ed8 version 0.1.0 (from windows-server-2022-amd64-ocaml-5.4) 2025-10-18 20:56.50 ---> using "dc0473c210cbdaa785843aceeb4b20f70de275b54f2f11b3cd1945755e26c295" from cache /: (comment windows-server-2022-amd64-5.4_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-10-18 20:56.50 ---> using "2cc10c0de974a41a492b52f4c10e4774291ab2452e1192584f4bd1214eecf165" from cache /: (run (shell "opam init --reinit -ni")) No configuration file found, using built-in defaults. <><> Unix support infrastructure ><><><><><><><><><><><><><><><><><><><><><><><> opam and the OCaml ecosystem in general require various Unix tools in order to operate correctly. At present, this requires the installation of Cygwin to provide these tools. How should opam obtain Unix tools? > 1. Use tools found in PATH (Cygwin installation at C:\cygwin64) 2. Automatically create an internal Cygwin installation that will be managed by opam (recommended) 3. Use Cygwin installation found in C:\cygwin64 4. Use another existing Cygwin/MSYS2 installation 5. Abort initialisation [1/2/3/4/5] 1 Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from file://C:/Users/opam/opam-repository 2025-10-18 20:56.50 ---> using "e3a025f74254e53619e1cb17b830cf27adf6ecfb6e45ea98f6e1b9fc227d98a5" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) CYGWIN_NT-10.0-20348 3.6.5-1.x86_64 The OCaml toplevel, version 5.4.0 2.4.1 2025-10-18 20:56.50 ---> using "b2317ce0850b83bf9a96e1d3315a4c08197605467948e554d9a6e5c89b07a70d" from cache /: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache"))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u")) c603e596bf Merge pull request #28683 from Octachron/OCaml_5.4.0_release <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file://C:/Users/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-10-18 20:56.50 ---> using "83c0be5c07659e6a7e4195e4298f15d4a9f0c6560694d211b778d97315b88ee8" from cache /: (copy (src bogue-cairo.opam) (dst /Users/opam/src/./)) 2025-10-18 20:57.26 ---> saved as "4e7d5f63fb12856542aa14dbc0e413a7ab18f7f7e456f202f785c43e8be95515" /: (run (network host) (shell "opam pin add -yn bogue-cairo.dev '/Users/opam/src/./'")) [NOTE] Package bogue-cairo does not exist in opam repositories registered in the current switch. [bogue-cairo.dev] synchronised (file://C:/Users/opam/src/.) bogue-cairo is now pinned to file://C:/Users/opam/src/. (version dev) 2025-10-18 20:58.24 ---> saved as "b48ee026f8786fa65d0771e003aa08bb56b21bbc2cc65a6a28edf0dfceec3651" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'")) 2025-10-18 20:59.02 ---> saved as "c3a077b5f1e3ca45566b1fc8072b87cc34320bf50be2b2a780370463dcb1cecc" /: (env DEPS "arch-x86_64.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250815 cairo2.0.6.5 conf-cairo.1 conf-libffi.2.0.0 conf-mingw-w64-cairo-x86_64.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-libffi-x86_64.1 conf-mingw-w64-sdl2-image-x86_64.1 conf-mingw-w64-sdl2-ttf-x86_64.1 conf-mingw-w64-sdl2-x86_64.1 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 integers.0.7.0 mingw-w64-shims.0.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2") /: (env CI true) /: (env OCAMLCI true) /: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache"))) (network host) (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y bogue-cairo.dev $DEPS")) <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [bogue-cairo.dev] synchronised (file://C:/Users/opam/src/.) [NOTE] Package system-mingw is already installed (current version is 1). [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-env-mingw64 is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0). [NOTE] Package host-system-mingw is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 1). [NOTE] Package flexdll is already installed (current version is 0.44). [NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). [NOTE] Package arch-x86_64 is already installed (current version is 1). The following system packages will first need to be installed: mingw64-x86_64-cairo mingw64-x86_64-libffi mingw64-x86_64-SDL2 mingw64-x86_64-SDL2_image mingw64-x86_64-SDL2_ttf <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + C:\Users\opam\AppData\Local\opam\.cygwin\setup-x86_64.exe "--root" "C:\\cygwin64" "--quiet-mode" "unattended" "--no-shortcuts" "--no-startmenu" "--no-desktop" "--no-admin" "--no-version-check" "--no-write-registry" "--packages" "mingw64-x86_64-cairo,mingw64-x86_64-libffi,mingw64-x86_64-SDL2,mingw64-x86_64-SDL2_image,mingw64-x86_64-SDL2_ttf" - 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: 5 tasks, update: no, use test packages: no - solving: 23 tasks, update: no, use test packages: no - Augmented Transaction List: - 0 install mingw64-x86_64-bzip2 1.0.6-4 - 1 install mingw64-x86_64-expat 2.2.2-1 - 2 install mingw64-x86_64-gcc-g++ 13.4.0-1 - 3 install mingw64-x86_64-jbigkit 2.1-1 - 4 install mingw64-x86_64-libffi 3.2.1-2 - 5 install mingw64-x86_64-libjpeg-turbo 1.5.3-1 - 6 install mingw64-x86_64-libwebp 0.6.1-1 - 7 install mingw64-x86_64-lzo2 2.10-2 - 8 install mingw64-x86_64-pixman 0.42.2-1 - 9 install mingw64-x86_64-win-iconv 0.0.8-1 - 10 install mingw64-x86_64-xz 5.8.1-1 - 11 install mingw64-x86_64-zlib 1.3.1-1 - 12 install mingw64-x86_64-pcre 8.45-1 - 13 install mingw64-x86_64-gettext 0.22.5-1 - 14 install mingw64-x86_64-SDL2 2.0.7-1 - 15 install mingw64-x86_64-tiff 4.0.9-1 - 16 install mingw64-x86_64-libpng 1.6.34-1 - 17 install mingw64-x86_64-glib2.0 2.54.3-1 - 18 install mingw64-x86_64-freetype2 2.8.1-1 - 19 install mingw64-x86_64-SDL2_image 2.0.2-1 - 20 install mingw64-x86_64-fontconfig 2.12.6-1 - 21 install mingw64-x86_64-SDL2_ttf 2.0.14-1 - 22 install mingw64-x86_64-cairo 1.14.12-1 - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-bzip2/mingw64-x86_64-bzip2-1.0.6-4.tar.xz - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-expat/mingw64-x86_64-expat-2.2.2-1.tar.xz - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-x86_64-gcc/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-13.4.0-1-x86_64.tar.zst - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-jbigkit/mingw64-x86_64-jbigkit-2.1-1.tar.xz - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libffi/mingw64-x86_64-libffi-3.2.1-2.tar.xz - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libjpeg-turbo/mingw64-x86_64-libjpeg-turbo-1.5.3-1.tar.xz - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libwebp/mingw64-x86_64-libwebp-0.6.1-1.tar.xz - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-lzo2/mingw64-x86_64-lzo2-2.10-2.tar.xz - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-pixman/mingw64-x86_64-pixman-0.42.2-1.tar.xz - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-win-iconv/mingw64-x86_64-win-iconv-0.0.8-1.tar.xz - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-xz/mingw64-x86_64-xz-5.8.1-1-noarch.tar.zst - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-zlib/mingw64-x86_64-zlib-1.3.1-1.tar.zst - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-pcre/mingw64-x86_64-pcre-8.45-1.tar.zst - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-gettext/mingw64-x86_64-gettext-0.22.5-1.tar.xz - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-SDL2/mingw64-x86_64-SDL2-2.0.7-1.tar.xz - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-tiff/mingw64-x86_64-tiff-4.0.9-1.tar.xz - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libpng/mingw64-x86_64-libpng-1.6.34-1.tar.xz - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-glib2.0/mingw64-x86_64-glib2.0-2.54.3-1.tar.xz - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-freetype2/mingw64-x86_64-freetype2-2.8.1-1.tar.xz - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-SDL2_image/mingw64-x86_64-SDL2_image-2.0.2-1.tar.xz - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-fontconfig/mingw64-x86_64-fontconfig-2.12.6-1.tar.xz - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-SDL2_ttf/mingw64-x86_64-SDL2_ttf-2.0.14-1.tar.xz - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-cairo/mingw64-x86_64-cairo-1.14.12-1.tar.xz - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-bzip2/mingw64-x86_64-bzip2-1.0.6-4.tar.xz - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-expat/mingw64-x86_64-expat-2.2.2-1.tar.xz - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-x86_64-gcc/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-13.4.0-1-x86_64.tar.zst - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-jbigkit/mingw64-x86_64-jbigkit-2.1-1.tar.xz - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libffi/mingw64-x86_64-libffi-3.2.1-2.tar.xz - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libjpeg-turbo/mingw64-x86_64-libjpeg-turbo-1.5.3-1.tar.xz - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libwebp/mingw64-x86_64-libwebp-0.6.1-1.tar.xz - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-lzo2/mingw64-x86_64-lzo2-2.10-2.tar.xz - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-pixman/mingw64-x86_64-pixman-0.42.2-1.tar.xz - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-win-iconv/mingw64-x86_64-win-iconv-0.0.8-1.tar.xz - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-xz/mingw64-x86_64-xz-5.8.1-1-noarch.tar.zst - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-zlib/mingw64-x86_64-zlib-1.3.1-1.tar.zst - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-pcre/mingw64-x86_64-pcre-8.45-1.tar.zst - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-gettext/mingw64-x86_64-gettext-0.22.5-1.tar.xz - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-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/noarch/release/mingw64-x86_64-tiff/mingw64-x86_64-tiff-4.0.9-1.tar.xz - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libpng/mingw64-x86_64-libpng-1.6.34-1.tar.xz - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-glib2.0/mingw64-x86_64-glib2.0-2.54.3-1.tar.xz - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-freetype2/mingw64-x86_64-freetype2-2.8.1-1.tar.xz - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-SDL2_image/mingw64-x86_64-SDL2_image-2.0.2-1.tar.xz - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-fontconfig/mingw64-x86_64-fontconfig-2.12.6-1.tar.xz - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-SDL2_ttf/mingw64-x86_64-SDL2_ttf-2.0.14-1.tar.xz - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-cairo/mingw64-x86_64-cairo-1.14.12-1.tar.xz - running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_000_autorebase.dash" - running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_update-info-dir.dash" - running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/mingw64-x86_64-fontconfig.sh" - running: C:\cygwin64\bin\dash.exe "/etc/postinstall/zp_man-db-update-index.dash" - running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_mingw64-x86_64-fontconfig_cache.sh" - Ending cygwin install - NOTE: you should run 'diskperf -y' to enable the disk statistics - NOTE: you should run 'diskperf -y' to enable the disk statistics 2025-10-18 21:02.05 ---> saved as "df4735d24c974fdebc7cd4409508c2188c56b2bd12b18ca1dfdcdb8917700837" /: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache"))) (network host) (shell "opam install $DEPS")) [NOTE] Package system-mingw is already installed (current version is 1). [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-env-mingw64 is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0). [NOTE] Package host-system-mingw is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 1). [NOTE] Package flexdll is already installed (current version is 0.44). [NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). [NOTE] Package arch-x86_64 is already installed (current version is 1). The following actions will be performed: === recompile 1 package - recompile mingw-w64-shims 0.2.0 === install 28 packages - install bigarray-compat 1.1.0 - install bogue 20250815 - install cairo2 0.6.5 - install conf-cairo 1 - install conf-libffi 2.0.0 - install conf-mingw-w64-cairo-x86_64 1 - install conf-mingw-w64-libffi-x86_64 1 - install conf-mingw-w64-sdl2-image-x86_64 1 - install conf-mingw-w64-sdl2-ttf-x86_64 1 - install conf-mingw-w64-sdl2-x86_64 1 - install conf-pkg-config 4 - install conf-sdl2 1 - install conf-sdl2-image 1 - install conf-sdl2-ttf 1 - install csexp 1.5.2 - install ctypes 0.23.0 - install ctypes-foreign 0.23.0 - install dune 3.20.2 - install dune-configurator 3.20.2 - install integers 0.7.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install stdlib-shims 0.3.0 - install topkg 1.1.0 - install tsdl 1.1.0 - install tsdl-image 0.6 - install tsdl-ttf 0.6 - install xdg 3.20.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved cairo2.0.6.5 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-pkg-config.4 -> retrieved bogue.20250815 (https://github.com/sanette/bogue/archive/refs/tags/20250815.tar.gz) -> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached) -> retrieved integers.0.7.0 (cached) -> retrieved mingw-w64-shims.0.2.0 (cached) -> removed mingw-w64-shims.0.2.0 -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> installed conf-mingw-w64-cairo-x86_64.1 -> retrieved tsdl.1.1.0 (cached) -> installed conf-mingw-w64-libffi-x86_64.1 -> retrieved topkg.1.1.0 (https://erratique.ch/software/topkg/releases/topkg-1.1.0.tbz) -> installed conf-cairo.1 -> retrieved tsdl-image.0.6 (https://github.com/sanette/tsdl-image/archive/0.6.tar.gz) -> installed conf-libffi.2.0.0 -> installed conf-mingw-w64-sdl2-image-x86_64.1 -> retrieved tsdl-ttf.0.6 (https://github.com/sanette/tsdl-ttf/archive/0.6.tar.gz) -> installed conf-mingw-w64-sdl2-ttf-x86_64.1 -> installed conf-mingw-w64-sdl2-x86_64.1 -> installed conf-sdl2-image.1 -> installed conf-sdl2.1 -> installed conf-sdl2-ttf.1 -> installed mingw-w64-shims.0.2.0 -> retrieved dune.3.20.2, dune-configurator.3.20.2, xdg.3.20.2 (https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz) -> installed ocamlbuild.0.16.1 [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.4.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe [WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.4.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe [WARNING] C:\Users\opam\AppData\Local\opam\5.4.0\bin\safe_camlp4 is a script; the command won't be available -> installed ocamlfind.1.9.8 -> installed topkg.1.1.0 -> installed dune.3.20.2 -> installed bigarray-compat.1.1.0 -> installed csexp.1.5.2 -> installed stdlib-shims.0.3.0 -> installed integers.0.7.0 -> installed dune-configurator.3.20.2 -> installed xdg.3.20.2 -> installed cairo2.0.6.5 -> installed ctypes.0.23.0 -> installed ctypes-foreign.0.23.0 [ERROR] The compilation of tsdl.1.1.0 failed at "ocaml pkg/pkg.ml build --dev-pkg false". #=== ERROR while compiling tsdl.1.1.0 =========================================# # context 2.4.1 | win32/x86_64 | ocaml-base-compiler.5.4.0 | file://C:/Users/opam/opam-repository # path ~\AppData\Local\opam\5.4.0\.opam-switch\build\tsdl.1.1.0 # command ~\AppData\Local\opam\5.4.0\bin\ocaml.exe pkg/pkg.ml build --dev-pkg false # exit-code 1 # env-file ~\AppData\Local\opam\log\tsdl-2920-941926.env # output-file ~\AppData\Local\opam\log\tsdl-2920-941926.out ### output ### # [...] # to the PKG_CONFIG_PATH environment variable # Package 'sdl2' not found # Command exited with code 1. # pkg.ml: [ERROR] cmd ["ocamlbuild" "-use-ocamlfind" "-classic-display" "-j" "4" "-tag" "debug" # "-build-dir" "_build" "opam" "pkg/META" "CHANGES.md" "LICENSE.md" # "README.md" "src/tsdl.a" "src/tsdl.cmxs" "src/tsdl.cmxa" "src/tsdl.cma" # "src/tsdl.ml" "src/tsdl.cmx" "src/tsdl.cmi" "src/tsdl.mli" # "src/tsdl_consts.ml" "src/tsdl_consts.cmx" "src/tsdl_stubs.c" # "src/dlltsdl_stubs.dll" "src/libtsdl_stubs.a" "src/top/tsdl_top.a" # "src/top/tsdl_top.cmxs" "src/top/tsdl_top.cmxa" "src/top/tsdl_top.cma" # "src/top/tsdl_top.ml" "src/top/tsdl_top.cmx" "src/tsdl_top_init.ml" # "doc/index.mld" "test/min.ml" "test/minc.c"]: exited with 10 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build tsdl 1.1.0 +- +- The following changes have been performed (the rest was aborted) | - recompile mingw-w64-shims 0.2.0 | - install bigarray-compat 1.1.0 | - install cairo2 0.6.5 | - install conf-cairo 1 | - install conf-libffi 2.0.0 | - install conf-mingw-w64-cairo-x86_64 1 | - install conf-mingw-w64-libffi-x86_64 1 | - install conf-mingw-w64-sdl2-image-x86_64 1 | - install conf-mingw-w64-sdl2-ttf-x86_64 1 | - install conf-mingw-w64-sdl2-x86_64 1 | - install conf-pkg-config 4 | - install conf-sdl2 1 | - install conf-sdl2-image 1 | - install conf-sdl2-ttf 1 | - install csexp 1.5.2 | - install ctypes 0.23.0 | - install ctypes-foreign 0.23.0 | - install dune 3.20.2 | - install dune-configurator 3.20.2 | - install integers 0.7.0 | - install ocamlbuild 0.16.1 | - install ocamlfind 1.9.8 | - install stdlib-shims 0.3.0 | - install topkg 1.1.0 | - install xdg 3.20.2 +- # 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.4.0\\.opam-switch\\backup\\state-20251018210314.export" "opam install $DEPS" failed with exit status 31 2025-10-18 21:16.38: Job failed: Failed: Build failed