2026-04-25 17:22.37: New job: test Leonidas-from-XIV/opam-test https://github.com/Leonidas-from-XIV/opam-test.git#refs/heads/main (9cc745570379d3b45f970893cfeae4a1c05e4393) (windows-x86_64:windows-server-mingw-ltsc2025-5.4_opam-2.5) Base: ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:0e4fa08d05a319101c6ab90f612f6b79d83aa94d5df9b492774b9176694093e1 Opam project build To reproduce locally: git clone --recursive "https://github.com/Leonidas-from-XIV/opam-test.git" -b "main" && cd "opam-test" && git reset --hard 9cc74557 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:0e4fa08d05a319101c6ab90f612f6b79d83aa94d5df9b492774b9176694093e1 # 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 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 || git fetch origin master) && git reset -q --hard 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 opam-test.opam /cygwin64/home/opam/src/./ RUN opam pin add -yn opam-test.dev '/cygwin64/home/opam/src/./' RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project' ENV DEPS="0install-solver.2.18 arch-x86_64.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.1.1 conf-c++.1.0 conf-mingw-w64-g++-x86_64.1 conf-mingw-w64-gcc-i686.1 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 cudf.0.10 dose3.7.0.0 dune.3.22.2 extlib.1.8.0 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 jsonm.1.0.2 mccs.1.1+19 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mingw-w64-shims.0.2.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-0install-cudf.0.5.0 opam-client.2.5.1 opam-core.2.5.1 opam-file-format.2.2.0 opam-format.2.5.1 opam-repository.2.5.1 opam-solver.2.5.1 opam-state.2.5.1 patch.3.1.0 re.1.14.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 system-mingw.1 topkg.1.1.1 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y opam-test.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-04-25 17:22.37: Using cache hint "Leonidas-from-XIV/opam-test-ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:0e4fa08d05a319101c6ab90f612f6b79d83aa94d5df9b492774b9176694093e1-windows-server-mingw-ltsc2025-5.4_opam-2.5-a2a17ea17a04585fe499c9aaf2d823c4" 2026-04-25 17:22.37: Using OBuilder spec: ((from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:0e4fa08d05a319101c6ab90f612f6b79d83aa94d5df9b492774b9176694093e1) (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 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 || git fetch origin master) && git reset -q --hard 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src opam-test.opam) (dst /cygwin64/home/opam/src/./)) (run (network host) (shell "opam pin add -yn opam-test.dev '/cygwin64/home/opam/src/./'")) (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) (env DEPS "0install-solver.2.18 arch-x86_64.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.1.1 conf-c++.1.0 conf-mingw-w64-g++-x86_64.1 conf-mingw-w64-gcc-i686.1 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 cudf.0.10 dose3.7.0.0 dune.3.22.2 extlib.1.8.0 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 jsonm.1.0.2 mccs.1.1+19 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mingw-w64-shims.0.2.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-0install-cudf.0.5.0 opam-client.2.5.1 opam-core.2.5.1 opam-file-format.2.2.0 opam-format.2.5.1 opam-repository.2.5.1 opam-solver.2.5.1 opam-state.2.5.1 patch.3.1.0 re.1.14.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 system-mingw.1 topkg.1.1.1 uutf.1.0.4") (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 opam-test.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-04-25 17:22.37: Connecting to build cluster… 2026-04-25 17:22.37: Waiting for resource in pool OCluster 2026-04-25 17:22.57: Waiting for worker… 2026-04-25 21:35.19: Got resource from pool OCluster Building on ltsc2025-2 All commits already cached HEAD is now at 9cc7455 Add README (from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:0e4fa08d05a319101c6ab90f612f6b79d83aa94d5df9b492774b9176694093e1) 2026-04-25 21:35.29 ---> using "e6e8a2cf62a928430568e9b050d6cc986ddb11ca371f3b24e6b6f1ad80860153" 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-04-25 21:35.29 ---> using "8371c7bbeda21231937607a48921d4490a1c9c23810f1d7416ef9e1aa874f8e3" 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-04-25 21:35.29 ---> using "8bf506c77ce4ea2b6efe0b049434ba77c8ea5f4c0beccb9cedbfead0127ea0b7" from cache C:/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) CYGWIN_NT-10.0-26100 3.6.7-1.x86_64 The OCaml toplevel, version 5.4.1 2.5.0 2026-04-25 21:35.29 ---> using "017acac92f6c222a89f675ad77684e3ed5874f73aa36dd7947a6dd1cf4a5b5c7" from cache C:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache"))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 || git fetch origin master) && git reset -q --hard 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 65664dc5b2..14e422a13e master -> origin/master 14e422a13e Merge pull request #29795 from dra27/conf-mingw-w64-springclean <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file://C:/cygwin64/home/opam/opam-repository default (at git+file://C:/cygwin64/home/opam/opam-repository): [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html) default (at git+file://C:/cygwin64/home/opam/opam-repository): [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html) Everything as up-to-date as possible 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-04-25 21:35.29 ---> using "c7cba927501407f9538857a99343c2a30a7e305a9c35268349f733aa4a4e3a71" from cache C:/: (copy (src opam-test.opam) (dst /cygwin64/home/opam/src/./)) 2026-04-25 21:36.52 ---> saved as "e626ea51ad4efa3e7b79805bebc76331204eb6288f738c8b9d3eb87a35cb2b8c" C:/: (run (network host) (shell "opam pin add -yn opam-test.dev '/cygwin64/home/opam/src/./'")) [opam-test.dev] synchronised (file://C:/cygwin64/home/opam/src) [WARNING] Failed checks on opam-test package definition from source at file://C:/cygwin64/home/opam/src: warning 68: Missing field 'license' opam-test is now pinned to file://C:/cygwin64/home/opam/src (version dev) 2026-04-25 21:38.24 ---> saved as "bebbe044ef9cfa6e2816cf494083a74d9d7456cafce317e19887353f37f4f771" C:/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2026-04-25 21:39.17 ---> saved as "e2db16605b5640836e5a75dbe945a7fd78ca5d6da3964283d56ad15437e02a36" C:/: (env DEPS "0install-solver.2.18 arch-x86_64.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.1.1 conf-c++.1.0 conf-mingw-w64-g++-x86_64.1 conf-mingw-w64-gcc-i686.1 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 cudf.0.10 dose3.7.0.0 dune.3.22.2 extlib.1.8.0 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 jsonm.1.0.2 mccs.1.1+19 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mingw-w64-shims.0.2.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-0install-cudf.0.5.0 opam-client.2.5.1 opam-core.2.5.1 opam-file-format.2.2.0 opam-format.2.5.1 opam-repository.2.5.1 opam-solver.2.5.1 opam-state.2.5.1 patch.3.1.0 re.1.14.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 system-mingw.1 topkg.1.1.1 uutf.1.0.4") 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 opam-test.dev $DEPS")) <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [opam-test.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.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [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-i686-gcc-core mingw64-x86_64-gcc-g++ <><> 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-i686-gcc-core,mingw64-x86_64-gcc-g++" - Starting cygwin install, version 2.937 - 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: 2 tasks, update: no, use test packages: no - solving: 7 tasks, update: no, use test packages: no - Augmented Transaction List: - 0 install mingw64-i686-binutils 2.46-1 - 1 install mingw64-i686-windows-default-manifest 6.4-1 - 2 install mingw64-i686-winpthreads 14.0.0-1 - 3 install mingw64-x86_64-gcc-g++ 13.4.0-1 - 4 install mingw64-i686-headers 14.0.0-1 - 5 install mingw64-i686-runtime 14.0.0-1 - 6 install mingw64-i686-gcc-core 13.4.0-1 - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/mingw64-i686-binutils/mingw64-i686-binutils-2.46-1-x86_64.tar.zst - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-i686-windows-default-manifest/mingw64-i686-windows-default-manifest-6.4-1.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-i686-winpthreads/mingw64-i686-winpthreads-14.0.0-1-noarch.tar.xz - 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-i686-headers/mingw64-i686-headers-14.0.0-1-noarch.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-i686-runtime/mingw64-i686-runtime-14.0.0-1-noarch.tar.xz - Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%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:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/mingw64-i686-binutils/mingw64-i686-binutils-2.46-1-x86_64.tar.zst - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-i686-windows-default-manifest/mingw64-i686-windows-default-manifest-6.4-1.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-i686-winpthreads/mingw64-i686-winpthreads-14.0.0-1-noarch.tar.xz - 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-i686-headers/mingw64-i686-headers-14.0.0-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-i686-runtime/mingw64-i686-runtime-14.0.0-1-noarch.tar.xz - Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/mingw64-i686-gcc/mingw64-i686-gcc-core/mingw64-i686-gcc-core-13.4.0-1-x86_64.tar.zst - running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_000_autorebase.dash" - running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_update-info-dir.dash" - running: C:\cygwin64\bin\dash.exe "/etc/postinstall/zp_man-db-update-index.dash" - 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-04-25 21:59.21 ---> saved as "4c820b11f7421f1b86a93081e669822563ba93c0c91aebeff01067b100237d2e" 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.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [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 37 packages - install 0install-solver 2.18 - install base64 3.5.2 - install cmdliner 2.1.1 - install conf-c++ 1.0 - install conf-mingw-w64-g++-x86_64 1 - install conf-mingw-w64-gcc-i686 1 - install cppo 1.8.0 - install cudf 0.10 - install dose3 7.0.0 - install dune 3.22.2 - install extlib 1.8.0 - install jsonm 1.0.2 - install mccs 1.1+19 - install menhir 20260209 - install menhirCST 20260209 - install menhirGLR 20260209 - install menhirLib 20260209 - install menhirSdk 20260209 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocamlgraph 2.2.0 - install opam-0install-cudf 0.5.0 - install opam-client 2.5.1 - install opam-core 2.5.1 - install opam-file-format 2.2.0 - install opam-format 2.5.1 - install opam-repository 2.5.1 - install opam-solver 2.5.1 - install opam-state 2.5.1 - install patch 3.1.0 - install re 1.14.0 - install sha 1.15.4 - install spdx_licenses 1.4.0 - install stdlib-shims 0.3.0 - install swhid_core 0.1 - install topkg 1.1.1 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base64.3.5.2 (cached) -> retrieved 0install-solver.2.18 (cached) -> retrieved cmdliner.2.1.1 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-mingw-w64-g++-x86_64.1 -> retrieved cudf.0.10 (https://gitlab.com/irill/cudf/-/archive/v0.10/cudf-v0.10.tar.gz) -> retrieved dose3.7.0.0 (https://gitlab.com/irill/dose3/-/archive/7.0.0/dose3-7.0.0.tar.gz) -> retrieved extlib.1.8.0 (cached) -> retrieved jsonm.1.0.2 (cached) -> installed conf-c++.1.0 -> installed conf-mingw-w64-gcc-i686.1 -> retrieved mccs.1.1+19 (https://github.com/ocaml-opam/ocaml-mccs/releases/download/1.1+19/mccs-1.1+19.tar.gz) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved dune.3.22.2 (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 ocamlgraph.2.2.0 (cached) -> retrieved opam-client.2.5.1, opam-core.2.5.1, opam-format.2.5.1, opam-repository.2.5.1, opam-solver.2.5.1, opam-state.2.5.1 (cached) -> retrieved opam-0install-cudf.0.5.0 (https://github.com/ocaml-opam/opam-0install-cudf/releases/download/v0.5.0/opam-0install-cudf-0.5.0.tar.gz) -> retrieved opam-file-format.2.2.0 (cached) -> retrieved patch.3.1.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved spdx_licenses.1.4.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved swhid_core.0.1 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> installed cmdliner.2.1.1 -> installed mingw-w64-shims.0.2.0 [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:\opam\.opam\5.4\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe [WARNING] Automatically adding .exe to C:\opam\.opam\5.4\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe [WARNING] C:\opam\.opam\5.4\bin\safe_camlp4 is a script; the command won't be available -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed dune.3.22.2 -> installed 0install-solver.2.18 -> installed base64.3.5.2 -> installed cppo.1.8.0 -> installed menhirCST.20260209 -> installed menhirGLR.20260209 -> installed menhirLib.20260209 -> installed stdlib-shims.0.3.0 -> installed menhirSdk.20260209 -> installed patch.3.1.0 -> installed spdx_licenses.1.4.0 -> installed swhid_core.0.1 -> installed extlib.1.8.0 -> installed topkg.1.1.1 -> installed ocamlgraph.2.2.0 -> installed re.1.14.0 -> installed cudf.0.10 -> installed sha.1.15.4 -> installed uutf.1.0.4 -> installed opam-0install-cudf.0.5.0 -> installed dose3.7.0.0 -> installed jsonm.1.0.2 -> installed mccs.1.1+19 -> installed menhir.20260209 -> installed opam-file-format.2.2.0 -> installed opam-core.2.5.1 -> installed opam-format.2.5.1 -> installed opam-repository.2.5.1 -> installed opam-solver.2.5.1 -> installed opam-state.2.5.1 -> installed opam-client.2.5.1 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-25 22:28.29 ---> saved as "2991376e0b6fe9f6deb9c3571447002cd44e24d61df7d52c57ddd3dd424b7889" C:/: (copy (src .) (dst /cygwin64/home/opam/src)) 2026-04-25 22:29.22 ---> saved as "da6536339fe632d651ce0f0e8d21ef385418fd9b001ba4bb50b9221b89a17eed" C:/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && C:\opam\.opam\5.4\bin\ocamlc.opt.exe -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I lib/.opam_test.objs/byte -I C:/opam/.opam/5.4/lib/ocaml\unix -I C:\opam\.opam\5.4\lib\0install-solver -I C:\opam\.opam\5.4\lib\base64 -I C:\opam\.opam\5.4\lib\cmdliner -I C:\opam\.opam\5.4\lib\cudf -I C:\opam\.opam\5.4\lib\dose3\algo -I C:\opam\.opam\5.4\lib\dose3\common -I C:\opam\.opam\5.4\lib\extlib -I C:\opam\.opam\5.4\lib\jsonm -I C:\opam\.opam\5.4\lib\mccs -I C:\opam\.opam\5.4\lib\mccs\glpk/internal -I C:\opam\.opam\5.4\lib\ocamlgraph -I C:\opam\.opam\5.4\lib\opam-0install-cudf -I C:\opam\.opam\5.4\lib\opam-client -I C:\opam\.opam\5.4\lib\opam-core -I C:\opam\.opam\5.4\lib\opam-core\cmdliner -I C:\opam\.opam\5.4\lib\opam-file-format -I C:\opam\.opam\5.4\lib\opam-format -I C:\opam\.opam\5.4\lib\opam-repository -I C:\opam\.opam\5.4\lib\opam-solver -I C:\opam\.opam\5.4\lib\opam-state -I C:\opam\.opam\5.4\lib\patch -I C:\opam\.opam\5.4\lib\re -I C:\opam\.opam\5.4\lib\re\pcre -I C:\opam\.opam\5.4\lib\sha -I C:\opam\.opam\5.4\lib\spdx_licenses -I C:\opam\.opam\5.4\lib\stdlib-shims -I C:\opam\.opam\5.4\lib\swhid_core -I C:\opam\.opam\5.4\lib\uutf -no-alias-deps -opaque -open Opam_test__ -o lib/.opam_test.objs/byte/opam_test__Cli.cmo -c -impl lib/cli.ml) File "lib/cli.ml", line 7, characters 13-31: 7 | let info = Cmdliner.Term.info "opam-test" ~version:"%%VERSION%%" in ^^^^^^^^^^^^^^^^^^ Error: Unbound value Cmdliner.Term.info (cd _build/default && C:\opam\.opam\5.4\bin\ocamlc.opt.exe -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I lib/.opam_test.objs/byte -I C:/opam/.opam/5.4/lib/ocaml\unix -I C:\opam\.opam\5.4\lib\0install-solver -I C:\opam\.opam\5.4\lib\base64 -I C:\opam\.opam\5.4\lib\cmdliner -I C:\opam\.opam\5.4\lib\cudf -I C:\opam\.opam\5.4\lib\dose3\algo -I C:\opam\.opam\5.4\lib\dose3\common -I C:\opam\.opam\5.4\lib\extlib -I C:\opam\.opam\5.4\lib\jsonm -I C:\opam\.opam\5.4\lib\mccs -I C:\opam\.opam\5.4\lib\mccs\glpk/internal -I C:\opam\.opam\5.4\lib\ocamlgraph -I C:\opam\.opam\5.4\lib\opam-0install-cudf -I C:\opam\.opam\5.4\lib\opam-client -I C:\opam\.opam\5.4\lib\opam-core -I C:\opam\.opam\5.4\lib\opam-core\cmdliner -I C:\opam\.opam\5.4\lib\opam-file-format -I C:\opam\.opam\5.4\lib\opam-format -I C:\opam\.opam\5.4\lib\opam-repository -I C:\opam\.opam\5.4\lib\opam-solver -I C:\opam\.opam\5.4\lib\opam-state -I C:\opam\.opam\5.4\lib\patch -I C:\opam\.opam\5.4\lib\re -I C:\opam\.opam\5.4\lib\re\pcre -I C:\opam\.opam\5.4\lib\sha -I C:\opam\.opam\5.4\lib\spdx_licenses -I C:\opam\.opam\5.4\lib\stdlib-shims -I C:\opam\.opam\5.4\lib\swhid_core -I C:\opam\.opam\5.4\lib\uutf -cmi-file lib/.opam_test.objs/byte/opam_test__Init.cmi -no-alias-deps -opaque -open Opam_test__ -o lib/.opam_test.objs/byte/opam_test__Init.cmo -c -impl lib/init.ml) File "lib/init.ml", line 4, characters 9-45: 4 | ignore (OpamStateConfig.load_defaults root); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error (warning 5 [ignored-partial-application]): this function application is partial, maybe some arguments are missing. (cd _build/default && C:\opam\.opam\5.4\bin\ocamlopt.opt.exe -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I lib/.opam_test.objs/byte -I lib/.opam_test.objs/native -I C:/opam/.opam/5.4/lib/ocaml\unix -I C:\opam\.opam\5.4\lib\0install-solver -I C:\opam\.opam\5.4\lib\base64 -I C:\opam\.opam\5.4\lib\cmdliner -I C:\opam\.opam\5.4\lib\cudf -I C:\opam\.opam\5.4\lib\dose3\algo -I C:\opam\.opam\5.4\lib\dose3\common -I C:\opam\.opam\5.4\lib\extlib -I C:\opam\.opam\5.4\lib\jsonm -I C:\opam\.opam\5.4\lib\mccs -I C:\opam\.opam\5.4\lib\mccs\glpk/internal -I C:\opam\.opam\5.4\lib\ocamlgraph -I C:\opam\.opam\5.4\lib\opam-0install-cudf -I C:\opam\.opam\5.4\lib\opam-client -I C:\opam\.opam\5.4\lib\opam-core -I C:\opam\.opam\5.4\lib\opam-core\cmdliner -I C:\opam\.opam\5.4\lib\opam-file-format -I C:\opam\.opam\5.4\lib\opam-format -I C:\opam\.opam\5.4\lib\opam-repository -I C:\opam\.opam\5.4\lib\opam-solver -I C:\opam\.opam\5.4\lib\opam-state -I C:\opam\.opam\5.4\lib\patch -I C:\opam\.opam\5.4\lib\re -I C:\opam\.opam\5.4\lib\re\pcre -I C:\opam\.opam\5.4\lib\sha -I C:\opam\.opam\5.4\lib\spdx_licenses -I C:\opam\.opam\5.4\lib\stdlib-shims -I C:\opam\.opam\5.4\lib\swhid_core -I C:\opam\.opam\5.4\lib\uutf -cmi-file lib/.opam_test.objs/byte/opam_test__Init.cmi -no-alias-deps -opaque -open Opam_test__ -o lib/.opam_test.objs/native/opam_test__Init.cmx -c -impl lib/init.ml) File "lib/init.ml", line 4, characters 9-45: 4 | ignore (OpamStateConfig.load_defaults root); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error (warning 5 [ignored-partial-application]): this function application is partial, maybe some arguments are missing. "C:\cygwin64\bin\bash.exe" "-lc" "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-04-25 22:30.07: Job failed: Failed: Build failed