2026-03-14 00:27.53: New job: test ocaml-community/utop https://github.com/ocaml-community/utop.git#refs/pull/511/head (68573dd667e00b68396f15ab82b423104c426ae4) (windows-x86_64:windows-server-mingw-ltsc2025-5.4_opam-2.5)Base: ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-community/utop.git" && cd "utop" && git fetch origin "refs/pull/511/head" && git reset --hard 68573dd6cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869# windows-server-mingw-ltsc2025-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 utop.opam /cygwin64/home/opam/src/./RUN opam pin add -yn utop.dev '/cygwin64/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="alcotest.1.9.1 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 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 lambda-term.3.3.3 logs.0.10.0 lwt.6.1.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 react.1.2.2 result.1.5 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1 trie.1.0.0 uchar.0.0.2 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 xdg.3.21.1 zed.3.2.3"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y utop.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /cygwin64/home/opam/srcRUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-14 00:27.53: Using cache hint "ocaml-community/utop-ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869-windows-server-mingw-ltsc2025-5.4_opam-2.5-5ce9ba6c3c55d79c9f3e73f434b71fd2"2026-03-14 00:27.53: 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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src utop.opam) (dst /cygwin64/home/opam/src/./))(run (network host)(shell "opam pin add -yn utop.dev '/cygwin64/home/opam/src/./'"))(run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "alcotest.1.9.1 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 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 lambda-term.3.3.3 logs.0.10.0 lwt.6.1.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 react.1.2.2 result.1.5 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1 trie.1.0.0 uchar.0.0.2 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 xdg.3.21.1 zed.3.2.3")(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 utop.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-14 00:27.53: Waiting for resource in pool OCluster2026-03-14 00:27.53: Waiting for worker…2026-03-14 01:35.31: Got resource from pool OClusterBuilding on ltsc2025-3All commits already cachedHEAD is now at 68573dd Fix docstring line exceeding 80 characters(from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869)2026-03-14 01:35.42 ---> using "a21c3d6a5c8ade59b5718498d4946f2d30bc2f15b3081890bc8673cc20de69f7" from cacheC:/: (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-14 01:35.42 ---> using "ba707ce1f62b585e8ecb40306d921206316b14fded440e6c49f33aa7897cc9c7" from cacheC:/: (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] Initialised2026-03-14 01:35.42 ---> using "dd67e9cc18682a923590cd564dd7cd6177b4afe1c25b1d53bacf8ae6b5b2364f" from cacheC:/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))CYGWIN_NT-10.0-26100 3.6.6-1.x86_64The OCaml toplevel, version 5.4.02.5.02026-03-14 01:35.42 ---> using "c97059ecb6d76caa6ea35cf8e41cecaa775dc323c43ea7e5cc23418742ce7876" from cacheC:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))(network host)(shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb820e8c25e..97a3f8f424 master -> origin/master31462e7d24 Merge pull request #29451 from dra27/relocatable-package<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file://C:/cygwin64/home/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.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-14 01:35.42 ---> using "1b81f11f575eeaf200e3e6dbb7392a19e307927c624f4b3a8d72555478e94cd4" from cacheC:/: (copy (src utop.opam) (dst /cygwin64/home/opam/src/./))2026-03-14 01:36.57 ---> saved as "ba94240f7a6cc85a91c946d096b6f0c4a38e05568e1734ee248d4f405b3e44cf"C:/: (run (network host)(shell "opam pin add -yn utop.dev '/cygwin64/home/opam/src/./'"))[utop.dev] synchronised (file://C:/cygwin64/home/opam/src)utop is now pinned to file://C:/cygwin64/home/opam/src (version dev)2026-03-14 01:38.15 ---> saved as "d5c374d359e9c38d3f9739fe50e443cecd7f5f1e18818a1902521148c48b3883"C:/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2026-03-14 01:38.57 ---> saved as "069c0aa17629d221d27ccce4fbf3bd739971bedd8b0d9b2d7239ae8a7f2ec7fb"C:/: (env DEPS "alcotest.1.9.1 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 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 lambda-term.3.3.3 logs.0.10.0 lwt.6.1.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 react.1.2.2 result.1.5 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1 trie.1.0.0 uchar.0.0.2 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 xdg.3.21.1 zed.3.2.3")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 utop.dev $DEPS"))<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[utop.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).# To update the current shell environment, run: eval $(opam env)2026-03-14 01:41.13 ---> saved as "ff5f915039f7628703dec4707de71ee545fd627af44adebb4e29ee023a095131"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:=== install 31 packages- install alcotest 1.9.1- install astring 0.8.5- install base-bytes base- install cmdliner 2.1.0- install cppo 1.8.0- install csexp 1.5.2- install dune 3.21.1- install dune-configurator 3.21.1- install fmt 0.11.0- install lambda-term 3.3.3- install logs 0.10.0- install lwt 6.1.1- install lwt_react 1.2.0- install mew 0.1.0- install mew_vi 0.5.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install re 1.14.0- install react 1.2.2- install result 1.5- install stdlib-shims 0.3.0- install topkg 1.1.1- install trie 1.0.0- install uchar 0.0.2- install uucp 17.0.0- install uuseg 17.0.0- install uutf 1.0.4- install xdg 3.21.1- install zed 3.2.3<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved lambda-term.3.3.3 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt.6.1.1 (cached)-> retrieved lwt_react.1.2.0 (cached)-> retrieved mew.0.1.0 (cached)-> retrieved mew_vi.0.5.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved re.1.14.0 (cached)-> retrieved react.1.2.2 (cached)-> retrieved result.1.5 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved trie.1.0.0 (cached)-> retrieved uchar.0.0.2 (cached)-> retrieved uuseg.17.0.0 (cached)-> retrieved uucp.17.0.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved zed.3.2.3 (cached)-> retrieved dune.3.21.1, dune-configurator.3.21.1, xdg.3.21.1 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed uchar.0.0.2[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 base-bytes.base-> installed topkg.1.1.1-> installed react.1.2.2-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.21.1-> installed cppo.1.8.0-> installed csexp.1.5.2-> installed ocaml-syntax-shims.1.0.0-> installed ocplib-endian.1.2-> installed re.1.14.0-> installed result.1.5-> installed stdlib-shims.0.3.0-> installed trie.1.0.0-> installed mew.0.1.0-> installed dune-configurator.3.21.1-> installed alcotest.1.9.1-> installed mew_vi.0.5.0-> installed xdg.3.21.1-> installed uucp.17.0.0-> installed lwt.6.1.1-> installed lwt_react.1.2.0-> installed uuseg.17.0.0-> installed zed.3.2.3-> installed logs.0.10.0-> installed lambda-term.3.3.3Done.# To update the current shell environment, run: eval $(opam env)2026-03-14 02:08.40 ---> saved as "42feb7bd2825b38f946f0a34b6d7da836ddf371ef0fde31d02e50c8a58ed2369"C:/: (copy (src .) (dst /cygwin64/home/opam/src))2026-03-14 02:09.48 ---> saved as "a930e3ee90f47f30762de157f96937e93f67b750326b8a2fa5bdeb5348edb05f"C:/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && .\test_lib.exe)Testing `utop'.This run has ID `4GPCBNI8'.[OK] fix_string 0 small.[OK] fix_string 1 empty.Full test results in `~\src\_build\default\test\_build\_tests\4GPCBNI8'.Test Successful in 0.002s. 2 tests run.2026-03-14 02:11.35 ---> saved as "c7175ca9add6a510e79f9e21c2d4febe003749dea9df980cfa6681953b1c7813"Job succeeded2026-03-14 02:11.36: Job succeeded