2026-03-05 22:06.03: New job: test ahrefs/devkit https://github.com/ahrefs/devkit.git#refs/heads/lwt6-compat (ab08bb1fbedbe87d184c9ba4b6f0f0adf4694e2b) (windows-x86_64:windows-server-mingw-ltsc2025-5.4_opam-2.5) Base: ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869 Opam project build To reproduce locally: git clone --recursive "https://github.com/ahrefs/devkit.git" -b "lwt6-compat" && cd "devkit" && git reset --hard ab08bb1f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869 # windows-server-mingw-ltsc2025-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e 5ca921c5fc128cc3a19b4bf07462543f8b840c07 || git fetch origin master) && git reset -q --hard 5ca921c5fc128cc3a19b4bf07462543f8b840c07 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 devkit.opam /cygwin64/home/opam/src/./ RUN opam pin add -yn devkit.dev '/cygwin64/home/opam/src/./' RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project' ENV DEPS="arch-x86_64.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlzip.1.14 conf-libcurl.2 conf-libevent.1 conf-libpcre2-8.2 conf-mingw-w64-curl-x86_64.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-libevent-x86_64.1 conf-mingw-w64-pcre2-x86_64.1 conf-mingw-w64-zlib-x86_64.1 conf-pkg-config.4 conf-zlib.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 curl.0.10.0 curl_lwt.0.10.0 dune.3.21.1 dune-compiledb.0.6.0 dune-configurator.3.21.1 extlib.1.8.0 extunix.0.4.4 ezjsonm.1.3.0 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 host-arch-x86_64.1 host-system-mingw.1 jsonm.1.0.2 libevent.0.9.0 lwt.6.1.1 lwt_ppx.6.1.0 mingw-w64-shims.0.2.0 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 parsexp.v0.17.0 pcre2.8.0.4 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1 trace.0.10.1 uutf.1.0.4 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y devkit.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /cygwin64/home/opam/src RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-03-05 22:06.03: Using cache hint "ahrefs/devkit-ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869-windows-server-mingw-ltsc2025-5.4_opam-2.5-0643dab9f0593b0c124cded836aca324" 2026-03-05 22:06.03: Using OBuilder spec: ((from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869) (comment windows-server-mingw-ltsc2025-5.4_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache"))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 5ca921c5fc128cc3a19b4bf07462543f8b840c07 || git fetch origin master) && git reset -q --hard 5ca921c5fc128cc3a19b4bf07462543f8b840c07 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src devkit.opam) (dst /cygwin64/home/opam/src/./)) (run (network host) (shell "opam pin add -yn devkit.dev '/cygwin64/home/opam/src/./'")) (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) (env DEPS "arch-x86_64.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlzip.1.14 conf-libcurl.2 conf-libevent.1 conf-libpcre2-8.2 conf-mingw-w64-curl-x86_64.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-libevent-x86_64.1 conf-mingw-w64-pcre2-x86_64.1 conf-mingw-w64-zlib-x86_64.1 conf-pkg-config.4 conf-zlib.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 curl.0.10.0 curl_lwt.0.10.0 dune.3.21.1 dune-compiledb.0.6.0 dune-configurator.3.21.1 extlib.1.8.0 extunix.0.4.4 ezjsonm.1.3.0 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 host-arch-x86_64.1 host-system-mingw.1 jsonm.1.0.2 libevent.0.9.0 lwt.6.1.1 lwt_ppx.6.1.0 mingw-w64-shims.0.2.0 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 parsexp.v0.17.0 pcre2.8.0.4 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1 trace.0.10.1 uutf.1.0.4 yojson.3.0.0") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache"))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y devkit.dev $DEPS")) (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache"))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /cygwin64/home/opam/src)) (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-03-05 22:06.03: Waiting for resource in pool OCluster 2026-03-05 22:06.03: Waiting for worker… 2026-03-05 22:06.03: Got resource from pool OCluster Building on ltsc2025-3 All commits already cached HEAD is now at ab08bb1 fix stub for when otel not installed (from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869) 2026-03-05 22:06.37 ---> using "a21c3d6a5c8ade59b5718498d4946f2d30bc2f15b3081890bc8673cc20de69f7" from cache C:/: (comment windows-server-mingw-ltsc2025-5.4_opam-2.5) C:/: (user (uid 1000) (gid 1000)) C:/: (env CLICOLOR_FORCE 1) C:/: (env OPAMCOLOR always) C:/: (run (shell "ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam")) 2026-03-05 22:06.37 ---> using "ba707ce1f62b585e8ecb40306d921206316b14fded440e6c49f33aa7897cc9c7" from cache C:/: (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] Initialised 2026-03-05 22:06.37 ---> using "dd67e9cc18682a923590cd564dd7cd6177b4afe1c25b1d53bacf8ae6b5b2364f" from cache C:/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) CYGWIN_NT-10.0-26100 3.6.6-1.x86_64 The OCaml toplevel, version 5.4.0 2.5.0 2026-03-05 22:06.37 ---> using "c97059ecb6d76caa6ea35cf8e41cecaa775dc323c43ea7e5cc23418742ce7876" from cache C:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache"))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 5ca921c5fc128cc3a19b4bf07462543f8b840c07 || git fetch origin master) && git reset -q --hard 5ca921c5fc128cc3a19b4bf07462543f8b840c07 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD b820e8c25e..5ca921c5fc master -> origin/master 5ca921c5fc Merge pull request #29482 from tbrk/conf-zlib <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file://C:/cygwin64/home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-03-05 22:31.07 ---> saved as "3594f162a998aec00daa63cdf0d68094aeacdcf28d0960aff97f23c444557d19" C:/: (copy (src devkit.opam) (dst /cygwin64/home/opam/src/./)) 2026-03-05 22:32.12 ---> saved as "42ebaddd3ace566b34831e6657c0dc01d8ef209acccadfead2fdec283e3943b0" C:/: (run (network host) (shell "opam pin add -yn devkit.dev '/cygwin64/home/opam/src/./'")) [devkit.dev] synchronised (file://C:/cygwin64/home/opam/src) devkit is now pinned to file://C:/cygwin64/home/opam/src (version dev) 2026-03-05 22:34.22 ---> saved as "773ab175dedcdd423ad1016ff3c765ec6ae4b33436c5c851f386132df2331028" C:/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2026-03-05 22:36.22 ---> saved as "586de1b760d2d55fffefc7ebe5bb3af755791abf2f9654f281e53d988a0f7b78" C:/: (env DEPS "arch-x86_64.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlzip.1.14 conf-libcurl.2 conf-libevent.1 conf-libpcre2-8.2 conf-mingw-w64-curl-x86_64.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-libevent-x86_64.1 conf-mingw-w64-pcre2-x86_64.1 conf-mingw-w64-zlib-x86_64.1 conf-pkg-config.4 conf-zlib.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 curl.0.10.0 curl_lwt.0.10.0 dune.3.21.1 dune-compiledb.0.6.0 dune-configurator.3.21.1 extlib.1.8.0 extunix.0.4.4 ezjsonm.1.3.0 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 host-arch-x86_64.1 host-system-mingw.1 jsonm.1.0.2 libevent.0.9.0 lwt.6.1.1 lwt_ppx.6.1.0 mingw-w64-shims.0.2.0 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 parsexp.v0.17.0 pcre2.8.0.4 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1 trace.0.10.1 uutf.1.0.4 yojson.3.0.0") C:/: (env CI true) C:/: (env OCAMLCI true) C:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache"))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y devkit.dev $DEPS")) <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [devkit.dev] synchronised (file://C:/cygwin64/home/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-curl mingw64-x86_64-libevent mingw64-x86_64-pcre2 mingw64-x86_64-zlib pkgconf <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + C:\opam\.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-curl,mingw64-x86_64-libevent,mingw64-x86_64-pcre2,mingw64-x86_64-zlib,pkgconf" - Starting cygwin install, version 2.935 - User has backup/restore rights - User has symlink creation right - Current Directory: C:\TEMP\cache - root: C:\cygwin64 system - Changing gid to Administrators - Selected local directory: C:\TEMP\cache - net: Preconfig - site: https://mirrors.kernel.org/sourceware/cygwin/ - solving: 5 tasks, update: no, use test packages: no - solving: 15 tasks, update: no, use test packages: no - Augmented Transaction List: - 0 install libpkgconf7 2.5.1-1 - 1 install mingw64-x86_64-gcc-g++ 13.4.0-1 - 2 install mingw64-x86_64-win-iconv 0.0.8-1 - 3 install pkgconf 2.5.1-1 - 4 install mingw64-x86_64-gettext 0.22.5-1 - 5 install pkg-config 2.5.1-1 - 6 install mingw64-x86_64-zstd 1.5.7-1 - 7 install mingw64-x86_64-zlib 1.3.2-1 - 8 install mingw64-x86_64-pcre2 10.47-1 - 9 install mingw64-x86_64-nghttp2 1.68.0-1 - 10 install mingw64-x86_64-libidn2 2.3.8-1 - 11 install mingw64-x86_64-libevent 2.1.12-1 - 12 install mingw64-x86_64-openssl 3.0.19-1 - 13 install mingw64-x86_64-libssh2 1.11.0-1 - 14 install mingw64-x86_64-curl 8.18.0-1 - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/libpkgconf7/libpkgconf7-2.5.1-1-x86_64.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%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:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-win-iconv/mingw64-x86_64-win-iconv-0.0.8-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkgconf-2.5.1-1-x86_64.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-gettext/mingw64-x86_64-gettext-0.22.5-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkg-config/pkg-config-2.5.1-1-x86_64.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-zstd/mingw64-x86_64-zstd-1.5.7-1.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-zlib/mingw64-x86_64-zlib-1.3.2-1-noarch.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-pcre2/mingw64-x86_64-pcre2-10.47-1-noarch.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-nghttp2/mingw64-x86_64-nghttp2-1.68.0-1-noarch.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libidn2/mingw64-x86_64-libidn2-2.3.8-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libevent/mingw64-x86_64-libevent-2.1.12-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-openssl/mingw64-x86_64-openssl-3.0.19-1-noarch.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libssh2/mingw64-x86_64-libssh2-1.11.0-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-curl/mingw64-x86_64-curl-8.18.0-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/libpkgconf7/libpkgconf7-2.5.1-1-x86_64.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%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:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-win-iconv/mingw64-x86_64-win-iconv-0.0.8-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkgconf-2.5.1-1-x86_64.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-gettext/mingw64-x86_64-gettext-0.22.5-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkg-config/pkg-config-2.5.1-1-x86_64.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-zstd/mingw64-x86_64-zstd-1.5.7-1.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-zlib/mingw64-x86_64-zlib-1.3.2-1-noarch.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-pcre2/mingw64-x86_64-pcre2-10.47-1-noarch.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-nghttp2/mingw64-x86_64-nghttp2-1.68.0-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libidn2/mingw64-x86_64-libidn2-2.3.8-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libevent/mingw64-x86_64-libevent-2.1.12-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-openssl/mingw64-x86_64-openssl-3.0.19-1-noarch.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-libssh2/mingw64-x86_64-libssh2-1.11.0-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-curl/mingw64-x86_64-curl-8.18.0-1-noarch.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\dash.exe "/etc/postinstall/zp_man-db-update-index.dash" - running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_zcygsympathy.sh" - Ending cygwin install # To update the current shell environment, run: eval $(opam env) 2026-03-05 23:00.55 ---> saved as "c7852ef8805f0bfb5cbe52f2ffd26f13a29628b1065924793e04cc6d403fe68d" C:/: (run (cache (opam-archives (target "c:\\opam\\.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 48 packages - install astring 0.8.5 - install base-bytes base - install camlzip 1.14 - install conf-libcurl 2 - install conf-libevent 1 - install conf-libpcre2-8 2 - install conf-mingw-w64-curl-x86_64 1 - install conf-mingw-w64-libevent-x86_64 1 - install conf-mingw-w64-pcre2-x86_64 1 - install conf-mingw-w64-zlib-x86_64 1 - install conf-pkg-config 4 - install conf-zlib 1 - install cppo 1.8.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install curl 0.10.0 - install curl_lwt 0.10.0 - install dune 3.21.1 - install dune-compiledb 0.6.0 - install dune-configurator 3.21.1 - install extlib 1.8.0 - install extunix 0.4.4 - install ezjsonm 1.3.0 - install fmt 0.11.0 - install fpath 0.7.3 - install hex 1.5.0 - install jsonm 1.0.2 - install libevent 0.9.0 - install lwt 6.1.1 - install lwt_ppx 6.1.0 - install num 1.6 - install ocaml-compiler-libs v0.17.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install ounit2 2.2.7 - install parsexp v0.17.0 - install pcre2 8.0.4 - install ppx_derivers 1.2.1 - install ppxlib 0.37.0 - install seq base - install sexplib v0.17.0 - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install topkg 1.1.1 - install trace 0.10.1 - install uutf 1.0.4 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved camlzip.1.14 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved curl.0.10.0, curl_lwt.0.10.0 (cached) -> retrieved dune-compiledb.0.6.0 (cached) -> retrieved extlib.1.8.0 (cached) -> retrieved extunix.0.4.4 (cached) -> retrieved ezjsonm.1.3.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved hex.1.5.0 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved libevent.0.9.0 (cached) -> installed conf-pkg-config.4 -> installed conf-mingw-w64-curl-x86_64.1 -> retrieved lwt.6.1.1 (cached) -> retrieved lwt_ppx.6.1.0 (cached) -> retrieved mingw-w64-shims.0.2.0 (cached) -> removed mingw-w64-shims.0.2.0 -> retrieved num.1.6 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ounit2.2.2.7 (cached) -> retrieved parsexp.v0.17.0 (cached) -> retrieved pcre2.8.0.4 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib.v0.17.0 (cached) -> installed conf-mingw-w64-libevent-x86_64.1 -> retrieved ppxlib.0.37.0 (cached) 2026-03-05 23:06.03: Cancelling: Timeout (60.0 minutes) Job cancelled 2026-03-05 23:06.03: Timeout (60.0 minutes)