2026-02-26 07:55.17: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (286e73ff2e603103fe9bd1edbba33f20215e8c87) (windows-amd64:windows-server-2022-amd64-5.4_opam-2.5)Base: windows-server-2022-amd64-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 286e73ffcat > Dockerfile <<'END-OF-DOCKERFILE'FROM windows-server-2022-amd64-ocaml-5.4# windows-server-2022-amd64-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 9464771fda037bbbaf1c4db47601272c5cd4b303 || git fetch origin master) && git reset -q --hard 9464771fda037bbbaf1c4db47601272c5cd4b303 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 bogue.opam /Users/opam/src/./RUN opam pin add -yn bogue.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 conf-libffi.2.0.0 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.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.1 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.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y bogue.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /Users/opam/srcRUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-02-26 07:55.17: Using cache hint "sanette/bogue-windows-server-2022-amd64-ocaml-5.4-windows-server-2022-amd64-5.4_opam-2.5-6bfd795b1bdfcb629f5737ee76f15e1f"2026-02-26 07:55.17: Using OBuilder spec:((from windows-server-2022-amd64-ocaml-5.4)(comment windows-server-2022-amd64-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f /usr/bin/opam-2.5 /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 9464771fda037bbbaf1c4db47601272c5cd4b303 || git fetch origin master) && git reset -q --hard 9464771fda037bbbaf1c4db47601272c5cd4b303 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src bogue.opam) (dst /Users/opam/src/./))(run (network host)(shell "opam pin add -yn bogue.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 conf-libffi.2.0.0 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.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.1 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.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.1")(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.5 --depext-only -y bogue.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")))2026-02-26 07:55.17: Waiting for resource in pool OCluster2026-02-26 07:55.17: Waiting for worker…2026-02-26 07:56.52: Got resource from pool OClusterBuilding on thymeUpdating files: 53% (258/483) Updating files: 54% (261/483) Updating files: 55% (266/483) Updating files: 56% (271/483) Updating files: 57% (276/483) Updating files: 58% (281/483) Updating files: 59% (285/483) Updating files: 60% (290/483) Updating files: 61% (295/483) Updating files: 62% (300/483) Updating files: 63% (305/483) Updating files: 64% (310/483) Updating files: 65% (314/483) Updating files: 66% (319/483) Updating files: 67% (324/483) Updating files: 68% (329/483) Updating files: 69% (334/483) Updating files: 70% (339/483) Updating files: 71% (343/483) Updating files: 72% (348/483) Updating files: 73% (353/483) Updating files: 74% (358/483) Updating files: 75% (363/483) Updating files: 76% (368/483) Updating files: 77% (372/483) Updating files: 78% (377/483) Updating files: 79% (382/483) Updating files: 80% (387/483) Updating files: 81% (392/483) Updating files: 82% (397/483) Updating files: 83% (401/483) Updating files: 84% (406/483) Updating files: 85% (411/483) Updating files: 86% (416/483) Updating files: 87% (421/483) Updating files: 88% (426/483) Updating files: 89% (430/483) Updating files: 90% (435/483) Updating files: 91% (440/483) Updating files: 92% (445/483) Updating files: 93% (450/483) Updating files: 94% (455/483) Updating files: 95% (459/483) Updating files: 96% (464/483) Updating files: 97% (469/483) Updating files: 98% (474/483) Updating files: 99% (479/483) Updating files: 100% (483/483) Updating files: 100% (483/483), done.HEAD is now at 2b2591f Better text wrapping engine for `Text_display`HEAD is now at 286e73f improve Mixer resampling(from windows-server-2022-amd64-ocaml-5.4)2026-02-26 07:56.56 ---> using "dc0473c210cbdaa785843aceeb4b20f70de275b54f2f11b3cd1945755e26c295" from cache/: (comment windows-server-2022-amd64-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-02-26 07:56.56 ---> using "458612386af86cf817dbe29d01dc6efb3c2620df43160b102405910eab684d9d" 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:\cygwin644. Use another existing Cygwin/MSYS2 installation5. Abort initialisation[1/2/3/4/5] 1Checking 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-repository2026-02-26 07:56.56 ---> using "3bceda86eced6c80594b1121f6cd17638cfd192928e335ef4b5c0e6a8a370c40" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))CYGWIN_NT-10.0-20348 3.6.5-1.x86_64The OCaml toplevel, version 5.4.02.5.02026-02-26 07:56.56 ---> using "bbfe8c5871361a1180a9d803bce7b93263c018d1d780fe6d2ac0f7a771421cb9" 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 9464771fda037bbbaf1c4db47601272c5cd4b303 || git fetch origin master) && git reset -q --hard 9464771fda037bbbaf1c4db47601272c5cd4b303 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..ffc3fe0dd7 master -> origin/master9464771fda Merge pull request #29437 from jrfondren/master<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file://C:/Users/opam/opam-repositoryEverything 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.4.1"), 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-02-26 08:04.22 ---> saved as "8e6c7bd28f6c3b8a9ddb79c349de2e43e3ebfe67395335510bb24b734faca804"/: (copy (src bogue.opam) (dst /Users/opam/src/./))2026-02-26 08:05.21: Cancelling: Auto-cancelling job because it is no longer needed2026-02-26 08:05.21 ---> saved as "0eef7229e8be5d51d293515400a5a370dc6d8558a7be27098ee7f36439c21baa"/: (run (network host)(shell "opam pin add -yn bogue.dev '/Users/opam/src/./'"))Job cancelled