2025-10-27 22:43.11: New job: test mirage/ocaml-9p https://github.com/mirage/ocaml-9p.git#refs/heads/main (a99385884d4c24c5ada8a05520956b7f085d62b5) (windows-amd64:windows-server-2022-amd64-5.4_opam-2.4)Base: windows-server-2022-amd64-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/ocaml-9p.git" -b "main" && cd "ocaml-9p" && git reset --hard a9938588cat > Dockerfile <<'END-OF-DOCKERFILE'FROM windows-server-2022-amd64-ocaml-5.4# windows-server-2022-amd64-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 protocol-9p.opam protocol-9p-unix.opam protocol-9p-tool.opam /Users/opam/src/./RUN opam pin add -yn protocol-9p.dev '/Users/opam/src/./' && \opam pin add -yn protocol-9p-unix.dev '/Users/opam/src/./' && \opam pin add -yn protocol-9p-tool.dev '/Users/opam/src/./'RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'ENV DEPS="alcotest.1.9.1 arch-x86_64.1 asetmap.0.8.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-mingw-w64-gcc-x86_64.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-sexp.6.2.0 dune.3.20.2 dune-configurator.3.20.2 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 io-page.3.0.0 lambda-term.3.3.2 logs.0.9.0 lwt.5.9.2 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 mingw-w64-shims.0.2.0 mirage-channel.5.0.0 mirage-flow.5.0.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 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 prometheus.1.2 re.1.14.0 react.1.2.2 result.1.5 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.0 trie.1.0.0 uchar.0.0.2 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 win-error.1.0 zed.3.2.3"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y protocol-9p.dev protocol-9p-unix.dev protocol-9p-tool.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-BLOCK2025-10-27 22:43.11: Using cache hint "mirage/ocaml-9p-windows-server-2022-amd64-ocaml-5.4-windows-server-2022-amd64-5.4_opam-2.4-e6986629606a47ad1f23d95956a67808"2025-10-27 22:43.11: 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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src protocol-9p.opam protocol-9p-unix.opam protocol-9p-tool.opam)(dst /Users/opam/src/./))(run (network host)(shell "opam pin add -yn protocol-9p.dev '/Users/opam/src/./' && \\nopam pin add -yn protocol-9p-unix.dev '/Users/opam/src/./' && \\nopam pin add -yn protocol-9p-tool.dev '/Users/opam/src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))(env DEPS "alcotest.1.9.1 arch-x86_64.1 asetmap.0.8.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-mingw-w64-gcc-x86_64.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-sexp.6.2.0 dune.3.20.2 dune-configurator.3.20.2 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 io-page.3.0.0 lambda-term.3.3.2 logs.0.9.0 lwt.5.9.2 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 mingw-w64-shims.0.2.0 mirage-channel.5.0.0 mirage-flow.5.0.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 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 prometheus.1.2 re.1.14.0 react.1.2.2 result.1.5 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.0 trie.1.0.0 uchar.0.0.2 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 win-error.1.0 zed.3.2.3")(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 protocol-9p.dev protocol-9p-unix.dev protocol-9p-tool.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-27 22:43.11: Waiting for resource in pool OCluster2025-10-28 04:11.23: Waiting for worker…2025-10-28 07:48.00: Got resource from pool OClusterBuilding on thymeAll commits already cachedHEAD is now at a993858 changes for 2.1.0(from windows-server-2022-amd64-ocaml-5.4)2025-10-28 07:48.00 ---> 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-28 07:48.00 ---> 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:\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-repository2025-10-28 07:48.00 ---> using "e3a025f74254e53619e1cb17b830cf27adf6ecfb6e45ea98f6e1b9fc227d98a5" 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.4.12025-10-28 07:48.00 ---> 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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD5bf570252b..7f9c784b97 master -> origin/master7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file://C:/Users/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-28 07:48.00 ---> using "bbb896385bc1fda1c995bc3c234fb9b91b84dd5f77658f4c807922434c26e333" from cache/: (copy (src protocol-9p.opam protocol-9p-unix.opam protocol-9p-tool.opam)(dst /Users/opam/src/./))2025-10-28 07:48.26 ---> saved as "1b7a1c10f6aae72ae50ce8537035ee94daca1ed83fb1d043a21a5522aa8104f1"/: (run (network host)(shell "opam pin add -yn protocol-9p.dev '/Users/opam/src/./' && \\nopam pin add -yn protocol-9p-unix.dev '/Users/opam/src/./' && \\nopam pin add -yn protocol-9p-tool.dev '/Users/opam/src/./'"))[protocol-9p.dev] synchronised (file://C:/Users/opam/src/.)protocol-9p is now pinned to file://C:/Users/opam/src/. (version dev)[protocol-9p-unix.dev] synchronised (file://C:/Users/opam/src/.)protocol-9p-unix is now pinned to file://C:/Users/opam/src/. (version dev)[protocol-9p-tool.dev] synchronised (file://C:/Users/opam/src/.)protocol-9p-tool is now pinned to file://C:/Users/opam/src/. (version dev)2025-10-28 07:49.07 ---> saved as "ba96d9fb45bbc61f7cfdac27b084f68d92a59d151cb29f8a5c8957d82fb7f746"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))2025-10-28 07:49.45 ---> saved as "ba94a792a6efc9a87bc02586f845f88a9fc56818954f9235afbc9b837cce9513"/: (env DEPS "alcotest.1.9.1 arch-x86_64.1 asetmap.0.8.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-mingw-w64-gcc-x86_64.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-sexp.6.2.0 dune.3.20.2 dune-configurator.3.20.2 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 io-page.3.0.0 lambda-term.3.3.2 logs.0.9.0 lwt.5.9.2 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 mingw-w64-shims.0.2.0 mirage-channel.5.0.0 mirage-flow.5.0.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 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 prometheus.1.2 re.1.14.0 react.1.2.2 result.1.5 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.0 trie.1.0.0 uchar.0.0.2 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 win-error.1.0 zed.3.2.3")/: (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 protocol-9p.dev protocol-9p-unix.dev protocol-9p-tool.dev $DEPS"))<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[protocol-9p.dev] synchronised (file://C:/Users/opam/src/.)[protocol-9p-tool.dev] synchronised (file://C:/Users/opam/src/.)[protocol-9p-unix.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).2025-10-28 07:51.29 ---> saved as "b7ee6b9f2306701225322905533ebf9c661799b5e4550f89ab4f67a5ee59920b"/: (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 52 packages- install alcotest 1.9.1- install asetmap 0.8.1- install astring 0.8.5- install base v0.17.3- install base-bytes base- install cmdliner 2.0.0- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install cstruct-lwt 6.2.0- install cstruct-sexp 6.2.0- install dune 3.20.2- install dune-configurator 3.20.2- install fmt 0.11.0- install io-page 3.0.0- install lambda-term 3.3.2- install logs 0.9.0- install lwt 5.9.2- install lwt_react 1.2.0- install mew 0.1.0- install mew_vi 0.5.0- install mirage-channel 5.0.0- install mirage-flow 5.0.0- install num 1.6- install ocaml-compiler-libs v0.17.0- install ocaml-syntax-shims 1.0.0- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install parsexp v0.17.0- install ppx_derivers 1.2.1- install ppx_sexp_conv v0.17.1- install ppxlib 0.37.0- install ppxlib_jane v0.17.4- install prometheus 1.2- install re 1.14.0- install react 1.2.2- install result 1.5- install rresult 0.7.0- install sexplib v0.17.0- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.0- 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 win-error 1.0- install zed 3.2.3<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved asetmap.0.8.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved alcotest.1.9.1 (https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz)-> retrieved cmdliner.2.0.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-2.0.0.tbz)-> retrieved base.v0.17.3 (https://github.com/janestreet/base/archive/refs/tags/v0.17.3.tar.gz)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-sexp.6.2.0 (cached)-> retrieved io-page.3.0.0 (cached)-> retrieved fmt.0.11.0 (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)-> installed conf-pkg-config.4-> retrieved lambda-term.3.3.2 (cached)-> retrieved logs.0.9.0 (https://erratique.ch/software/logs/releases/logs-0.9.0.tbz)-> retrieved lwt_react.1.2.0 (cached)-> retrieved lwt.5.9.2 (https://github.com/ocsigen/lwt/archive/refs/tags/5.9.2.tar.gz)-> retrieved mew.0.1.0 (cached)-> retrieved mew_vi.0.5.0 (cached)-> retrieved mingw-w64-shims.0.2.0 (cached)-> retrieved mirage-flow.5.0.0 (cached)-> retrieved mirage-channel.5.0.0 (https://github.com/mirage/mirage-channel/releases/download/v5.0.0/mirage-channel-5.0.0.tbz)-> installed mingw-w64-shims.0.2.0-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved num.1.6 (https://github.com/ocaml/num/archive/refs/tags/v1.6.tar.gz)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.17.1 (https://github.com/janestreet/ppx_sexp_conv/archive/refs/tags/v0.17.1.tar.gz)-> retrieved ppxlib_jane.v0.17.4 (https://github.com/janestreet/ppxlib_jane/archive/refs/tags/v0.17.4.tar.gz)-> retrieved ppxlib.0.37.0 (https://github.com/ocaml-ppx/ppxlib/releases/download/0.37.0/ppxlib-0.37.0.tbz)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz)-> retrieved prometheus.1.2 (cached)-> retrieved react.1.2.2 (cached)-> retrieved result.1.5 (cached)-> retrieved re.1.14.0 (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)-> retrieved rresult.0.7.0 (cached)-> retrieved sexplib.v0.17.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved trie.1.0.0 (cached)-> retrieved uchar.0.0.2 (cached)-> retrieved topkg.1.1.0 (https://erratique.ch/software/topkg/releases/topkg-1.1.0.tbz)-> retrieved uutf.1.0.4 (cached)-> retrieved uuseg.17.0.0 (https://erratique.ch/software/uuseg/releases/uuseg-17.0.0.tbz)-> retrieved uucp.17.0.0 (https://erratique.ch/software/uucp/releases/uucp-17.0.0.tbz)-> retrieved win-error.1.0 (cached)-> retrieved zed.3.2.3 (cached)-> installed cmdliner.2.0.0-> installed num.1.6-> 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:\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 base-bytes.base-> installed topkg.1.1.0-> installed asetmap.0.8.1-> installed rresult.0.7.0-> installed react.1.2.2-> installed astring.0.8.5-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed dune.3.20.2-> installed csexp.1.5.2-> installed cstruct.6.2.0-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ppx_derivers.1.2.1-> installed io-page.3.0.0-> installed ocplib-endian.1.2-> installed result.1.5-> installed uucp.17.0.0-> installed stdlib-shims.0.3.0-> installed trie.1.0.0-> installed sexplib0.v0.17.0-> installed dune-configurator.3.20.2-> installed mew.0.1.0-> installed re.1.14.0-> installed win-error.1.0-> installed parsexp.v0.17.0-> installed uuseg.17.0.0-> installed mew_vi.0.5.0-> installed alcotest.1.9.1-> installed sexplib.v0.17.0-> installed zed.3.2.3-> installed cstruct-sexp.6.2.0-> installed lwt.5.9.2-> installed cstruct-lwt.6.2.0-> installed mirage-flow.5.0.0-> installed prometheus.1.2-> installed lwt_react.1.2.0-> installed base.v0.17.3-> installed ppxlib.0.37.0-> installed logs.0.9.0-> installed mirage-channel.5.0.0-> installed ppxlib_jane.v0.17.4-> installed lambda-term.3.3.2-> installed ppx_sexp_conv.v0.17.1Done.# To update the current shell environment, run: eval $(opam env)2025-10-28 08:07.50 ---> saved as "feb39db1e0b714f659bb2155e2becc281e2096eb97a507742ff09d7ed85a41a6"/: (copy (src .) (dst /Users/opam/src))2025-10-28 08:08.27 ---> saved as "340a9cb74a9d1a523a7a2329436f4a9ccf39e8a632ab16c81a85d6c5be2789df"/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/lib_test && .\lofs_test.exe -e -v)Skipping LOFS tests on Windows2025-10-28 08:09.44 ---> saved as "8d999b733b7f5010f1bc9c6807bd44047e0205c53d7d1d1d56e2ed577487a70b"Job succeeded2025-10-28 08:09.45: Job succeeded