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

windows-server-2022-amd64-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-09-22 12:29.55: 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.4)
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.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/bin/opam-2.4 /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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && 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.0 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.1.3.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.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.2 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.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 $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


2025-09-22 12:29.55: Using cache hint "mirage/ocaml-9p-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.4-6fec05a1dc67cb5a2315581b650576e2"
2025-09-22 12:29.55: Using OBuilder spec:
((from windows-server-2022-amd64-ocaml-4.14)
(comment windows-server-2022-amd64-4.14_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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && 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.0 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.1.3.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.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.2 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.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-09-22 12:29.55: Waiting for resource in pool OCluster
2025-09-22 21:28.37: Waiting for worker…
2025-09-23 02:19.39: 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)
2025-09-23 02:19.39 ---> using "55c9cbebb0e098c78ccc09b1cc6e84ec9f0bd2275b7cebf331cc913575946dc0" from cache


/: (comment windows-server-2022-amd64-4.14_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-09-23 02:19.39 ---> using "fa5bb00e1b6dc297799f071f6d36c5ba197ac910917f6631927fc1b4259523b1" 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
2025-09-23 02:19.39 ---> using "c9a6bb12454183a6bda5e24c40375763b3914e101e14ca85a4ab6e7ff857e315" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.6.4-1.x86_64
The OCaml toplevel, version 4.14.2
2.4.1
2025-09-23 02:19.39 ---> using "6ecdd3ea7a5353b5481faeb55be51b830717334a488c4abef4de194957089ce9" 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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
f6368c68f9..3f21ebe342  master     -> origin/master
3f21ebe342 Merge pull request #28544 from vouillon/opam-publish-re.1.14.0


<><> 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.3.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)
2025-09-23 02:19.39 ---> using "60bde3762dd034e2e25b3f74b12e0cdc7199278a3500a88d7e476594fd710701" from cache


/: (copy (src protocol-9p.opam protocol-9p-unix.opam protocol-9p-tool.opam)
(dst /Users/opam/src/./))
2025-09-23 02:20.14 ---> saved as "0eafad9f3234888acd47f3d7cf083236e786d744d3d9481b527edbf3ad83114c"


/: (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-09-23 02:21.18 ---> saved as "bb5c1da2374c3223b94a7b80257a1a2c2b23915ddf119aeb4f78dbb798fb7f69"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
2025-09-23 02:22.08 ---> saved as "b2d7e1162c63196073423580c5f7c282953f8cbd5617a59bb663764b88e584ae"


/: (env DEPS "alcotest.1.9.0 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.1.3.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.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.2 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.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-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).
2025-09-23 02:23.50 ---> saved as "9aef3d989632ce9da8d7a1ecc5aeb7603f3bfb7d44a07fb7cfd38ea9dd289060"


/: (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.0
- install   asetmap             0.8.1
- install   astring             0.8.5
- install   base                v0.16.4
- install   base-bytes          base
- install   cmdliner            1.3.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.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.2
- 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.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 alcotest.1.9.0  (cached)
-> retrieved asetmap.0.8.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved base.v0.16.4  (cached)
-> 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)
-> removed   mingw-w64-shims.0.2.0
-> retrieved mirage-flow.5.0.0  (cached)
-> installed mingw-w64-shims.0.2.0
-> retrieved mirage-channel.5.0.0  (https://github.com/mirage/mirage-channel/releases/download/v5.0.0/mirage-channel-5.0.0.tbz)
-> 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 ppxlib.0.35.0  (cached)
-> retrieved prometheus.1.2  (cached)
-> retrieved react.1.2.2  (cached)
-> retrieved re.1.14.0  (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> 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 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.0  (https://erratique.ch/software/topkg/releases/topkg-1.1.0.tbz)
-> retrieved uutf.1.0.4  (cached)
-> retrieved uucp.17.0.0  (https://erratique.ch/software/uucp/releases/uucp-17.0.0.tbz)
-> 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.1.3.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.0
-> installed asetmap.0.8.1
-> installed rresult.0.7.0
-> installed react.1.2.2
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed fmt.0.11.0
-> installed uucp.17.0.0
-> installed dune.3.20.2
-> 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 uuseg.17.0.0
-> installed sexplib0.v0.16.0
-> installed trie.1.0.0
-> installed win-error.1.0
-> installed dune-configurator.3.20.2
-> installed mew.0.1.0
-> installed zed.3.2.3
-> installed alcotest.1.9.0
-> installed parsexp.v0.16.0
-> installed mew_vi.0.5.0
-> installed sexplib.v0.16.0
-> installed cstruct-sexp.6.2.0
-> installed lwt.5.9.2
-> installed base.v0.16.4
-> installed cstruct-lwt.6.2.0
-> installed lwt_react.1.2.0
-> installed mirage-flow.5.0.0
-> installed ppxlib.0.35.0
-> installed prometheus.1.2
-> installed logs.0.9.0
-> installed mirage-channel.5.0.0
-> installed ppx_sexp_conv.v0.16.0
-> installed lambda-term.3.3.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-23 02:40.48 ---> saved as "bc5353abcf457f5ae3b27ef3dc2a71e9d4268b0a400ee47b2d71cfac63e6eaf8"


/: (copy (src .) (dst /Users/opam/src))
2025-09-23 02:41.49 ---> saved as "7d07bb1e0ab6fe596adfbf56521bf3bd001723583d2b6ddaae1b1653d0ef816a"


/: (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
2025-09-23 02:43.08 ---> saved as "9c2986301e6dbd9b61e35f3f337729df42849110c2ea052fc822be2e1dc94856"
Job succeeded
2025-09-23 02:43.08: Job succeeded