Organisationsmirageocaml-9pa99385 (main)windows-server-2022-amd64-4.14_opam-2.5

windows-server-2022-amd64-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-01-16 12:06.25: New job: test mirage/ocaml-9p https://github.com/mirage/ocaml-9p.git#refs/heads/main (a99385884d4c24c5ada8a05520956b7f085d62b5) (windows-amd64:windows-server-2022-amd64-4.14_opam-2.5)
Base: windows-server-2022-amd64-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ocaml-9p.git" -b "main" && cd "ocaml-9p" && git reset --hard a9938588
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-4.14
# windows-server-2022-amd64-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 3259a77d952a829f885db180a223e0c37c1d05e9 || git fetch origin master) && git reset -q --hard 3259a77d952a829f885db180a223e0c37c1d05e9 && git log --no-decorate -n1 --oneline && opam update -u
COPY --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.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.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.21.0 dune-configurator.3.21.0 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.3 logs.0.10.0 lwt.6.0.0 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 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 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 prometheus.1.3 re.1.14.0 react.1.2.2 result.1.5 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 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 win-error.1.0 zed.3.2.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y protocol-9p.dev protocol-9p-unix.dev protocol-9p-tool.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /Users/opam/src
RUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-01-16 12:06.25: Using cache hint "mirage/ocaml-9p-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.5-693f96b87a97c2a0845e7b6f81f2434d"
2026-01-16 12:06.25: Using OBuilder spec:
((from windows-server-2022-amd64-ocaml-4.14)
(comment windows-server-2022-amd64-4.14_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 3259a77d952a829f885db180a223e0c37c1d05e9 || git fetch origin master) && git reset -q --hard 3259a77d952a829f885db180a223e0c37c1d05e9 && 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.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.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.21.0 dune-configurator.3.21.0 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.3 logs.0.10.0 lwt.6.0.0 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 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 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 prometheus.1.3 re.1.14.0 react.1.2.2 result.1.5 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 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 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.5 --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"))
)


2026-01-16 12:06.25: Waiting for resource in pool OCluster
2026-01-17 08:53.55: Waiting for worker…
2026-01-17 14:52.18: Got resource from pool OCluster
Building on thyme
All commits already cached
HEAD is now at a993858 changes for 2.1.0


(from windows-server-2022-amd64-ocaml-4.14)
2026-01-17 14:52.18 ---> using "55c9cbebb0e098c78ccc09b1cc6e84ec9f0bd2275b7cebf331cc913575946dc0" from cache


/: (comment windows-server-2022-amd64-4.14_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-01-17 14:52.18 ---> using "589249c8537cd2595d1a56969bee44d230053ee1da7b9f5fad53810018a00416" 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:\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] no changes from file://C:/Users/opam/opam-repository
2026-01-17 14:52.18 ---> using "b9bc8c8f985ec3874b127afe7be3cf82929cf6115fc0b5fe613bcc544ffc5e38" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.6.5-1.x86_64
The OCaml toplevel, version 4.14.2
2.5.0
2026-01-17 14:52.18 ---> using "a986fc985afd784ee19dda4e2b4661047e76f110654e5682135d95c60aa4a307" 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 3259a77d952a829f885db180a223e0c37c1d05e9 || git fetch origin master) && git reset -q --hard 3259a77d952a829f885db180a223e0c37c1d05e9 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a6b2f19780..6bda456f94  master     -> origin/master
3259a77d95 Merge pull request #29221 from kandu/lambda-term


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file://C:/Users/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.4.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-01-17 14:52.18 ---> using "aa281a43699b132bfd457d47fc190be0ae7af998462591b9555e628c538ab969" from cache


/: (copy (src protocol-9p.opam protocol-9p-unix.opam protocol-9p-tool.opam)
(dst /Users/opam/src/./))
2026-01-17 14:52.40 ---> saved as "179d64ac30e2455f376778825db3bbd71b1303200078cca6bb5c73444d804b0f"


/: (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)
2026-01-17 14:53.08 ---> saved as "8e547dc25bdee7fad57b6f5897647b9b624e02b1ae4f6e95bafddce9ac5667c7"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
2026-01-17 14:53.28 ---> saved as "c242afa6e147405a7138e19d779fda281ffccc6fe09f6f59021631b4afdfa10a"


/: (env DEPS "alcotest.1.9.1 arch-x86_64.1 asetmap.0.8.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.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.21.0 dune-configurator.3.21.0 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.3 logs.0.10.0 lwt.6.0.0 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 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 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 prometheus.1.3 re.1.14.0 react.1.2.2 result.1.5 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 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 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.5 --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-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-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-01-17 14:54.44 ---> saved as "476f782bdd52a53e2e5d18566ea28359e4668aabfc20b1d74f50c50afc316cfe"


/: (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-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-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 50 packages
- install   alcotest            1.9.1
- install   asetmap             0.8.1
- install   astring             0.8.5
- install   base                v0.16.4
- install   base-bytes          base
- install   cmdliner            2.1.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.21.0
- install   dune-configurator   3.21.0
- install   fmt                 0.11.0
- install   io-page             3.0.0
- install   lambda-term         3.3.3
- install   logs                0.10.0
- install   lwt                 6.0.0
- 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.12.4
- install   ocaml-syntax-shims  1.0.0
- install   ocamlbuild          0.16.1
- install   ocamlfind           1.9.8
- install   ocplib-endian       1.2
- install   parsexp             v0.16.0
- install   ppx_derivers        1.2.1
- install   ppx_sexp_conv       v0.16.0
- install   ppxlib              0.35.0
- install   prometheus          1.3
- install   re                  1.14.0
- install   react               1.2.2
- install   result              1.5
- install   rresult             0.7.0
- install   sexplib             v0.16.0
- install   sexplib0            v0.16.0
- 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   win-error           1.0
- install   zed                 3.2.3


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asetmap.0.8.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-sexp.6.2.0  (cached)
-> retrieved alcotest.1.9.1  (https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz)
-> retrieved cmdliner.2.1.0  (https://erratique.ch/software/cmdliner/releases/cmdliner-2.1.0.tbz)
-> retrieved io-page.3.0.0  (cached)
-> retrieved fmt.0.11.0  (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)
-> retrieved logs.0.10.0  (https://erratique.ch/software/logs/releases/logs-0.10.0.tbz)
-> retrieved lambda-term.3.3.3  (https://github.com/ocaml-community/lambda-term/archive/refs/tags/3.3.3.tar.gz)
-> retrieved lwt.6.0.0  (https://github.com/ocsigen/lwt/archive/refs/tags/6.0.0.tar.gz)
-> retrieved lwt_react.1.2.0  (cached)
-> retrieved mew.0.1.0  (cached)
-> retrieved mew_vi.0.5.0  (cached)
-> retrieved mingw-w64-shims.0.2.0  (cached)
-> removed   mingw-w64-shims.0.2.0
-> 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.12.4  (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 ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved prometheus.1.3  (https://github.com/mirage/prometheus/releases/download/v1.3/prometheus-1.3.tbz)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved re.1.14.0  (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)
-> retrieved react.1.2.2  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.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.1  (https://erratique.ch/software/topkg/releases/topkg-1.1.1.tbz)
-> retrieved dune.3.21.0, dune-configurator.3.21.0  (https://github.com/ocaml/dune/releases/download/3.21.0/dune-3.21.0.tbz)
-> retrieved uucp.17.0.0  (https://erratique.ch/software/uucp/releases/uucp-17.0.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 win-error.1.0  (cached)
-> retrieved zed.3.2.3  (cached)
-> installed cmdliner.2.1.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\4.14.2\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\4.14.2\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe
[WARNING] C:\Users\opam\AppData\Local\opam\4.14.2\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 asetmap.0.8.1
-> installed rresult.0.7.0
-> installed react.1.2.2
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed uutf.1.0.4
-> installed dune.3.21.0
-> installed csexp.1.5.2
-> installed ppx_derivers.1.2.1
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed io-page.3.0.0
-> installed ocplib-endian.1.2
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed uucp.17.0.0
-> installed sexplib0.v0.16.0
-> installed trie.1.0.0
-> installed win-error.1.0
-> installed dune-configurator.3.21.0
-> installed mew.0.1.0
-> installed alcotest.1.9.1
-> installed parsexp.v0.16.0
-> installed mew_vi.0.5.0
-> installed uuseg.17.0.0
-> installed sexplib.v0.16.0
-> installed zed.3.2.3
-> installed cstruct-sexp.6.2.0
-> installed lwt.6.0.0
-> installed base.v0.16.4
-> installed cstruct-lwt.6.2.0
-> installed lwt_react.1.2.0
-> installed mirage-flow.5.0.0
-> installed prometheus.1.3
-> installed ppxlib.0.35.0
-> installed logs.0.10.0
-> installed mirage-channel.5.0.0
-> installed ppx_sexp_conv.v0.16.0
-> installed lambda-term.3.3.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-17 15:01.18 ---> saved as "aacfa56390286754da1f154ad0e6c1d8b7fd0a637c42e91fe8d18a9c336ddae0"


/: (copy (src .) (dst /Users/opam/src))
2026-01-17 15:01.47 ---> saved as "aec91d0e4025fc85e7a371f6b696b49b001320258119affe8485f5d444d08412"


/: (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 Windows
2026-01-17 15:02.18 ---> saved as "abe118cd9a124eab41a0fe389d4b0f035661f58c85636a0904bdce8141bbdeb8"
Job succeeded
2026-01-17 15:02.18: Job succeeded