Organisationsocurrentobuilder131b85 ()windows-server-2022-amd64-5.4_opam-2.5

windows-server-2022-amd64-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-02-15 23:18.39: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/203/head (131b85645c3a6ff6219f4770a096093a7d01885b) (windows-amd64:windows-server-2022-amd64-5.4_opam-2.5)
Base: windows-server-2022-amd64-ocaml-5.4
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/203/head" && git reset --hard 131b8564
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-5.4
# windows-server-2022-amd64-5.4_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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 obuilder.opam obuilder-spec.opam /Users/opam/src/./
RUN opam pin add -yn obuilder.dev '/Users/opam/src/./' && \
opam pin add -yn obuilder-spec.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 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 bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-sqlite3-x86_64.1 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 decompress.1.5.3 domain-local-await.1.0.1 dune.3.21.1 dune-configurator.3.21.1 eio.1.3 eio_main.1.3 eio_windows.1.3 extunix.0.4.4 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 hmap.0.8.1 host-arch-x86_64.1 host-system-mingw.1 logs.0.10.0 lwt.5.9.2 lwt-dllist.1.1.0 lwt_eio.0.5.1 mingw-w64-shims.0.2.0 mtime.2.1.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 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 ptime.1.2.0 re.1.14.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.3.1 stdlib-shims.0.3.0 system-mingw.1 tar.3.3.0 tar-unix.3.3.0 thread-table.1.0.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y obuilder.dev obuilder-spec.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-02-15 23:18.39: Using cache hint "ocurrent/obuilder-windows-server-2022-amd64-ocaml-5.4-windows-server-2022-amd64-5.4_opam-2.5-8e54179b4dc38a10141ac34d8d8c26c9"
2026-02-15 23:18.39: 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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src obuilder.opam obuilder-spec.opam) (dst /Users/opam/src/./))
(run (network host)
(shell  "opam pin add -yn obuilder.dev '/Users/opam/src/./' && \
\nopam pin add -yn obuilder-spec.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 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 bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-sqlite3-x86_64.1 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 decompress.1.5.3 domain-local-await.1.0.1 dune.3.21.1 dune-configurator.3.21.1 eio.1.3 eio_main.1.3 eio_windows.1.3 extunix.0.4.4 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 hmap.0.8.1 host-arch-x86_64.1 host-system-mingw.1 logs.0.10.0 lwt.5.9.2 lwt-dllist.1.1.0 lwt_eio.0.5.1 mingw-w64-shims.0.2.0 mtime.2.1.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 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 ptime.1.2.0 re.1.14.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.3.1 stdlib-shims.0.3.0 system-mingw.1 tar.3.3.0 tar-unix.3.3.0 thread-table.1.0.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0")
(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 obuilder.dev obuilder-spec.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-15 23:18.39: Waiting for resource in pool OCluster
2026-02-15 23:18.40: Waiting for worker…
2026-02-15 23:19.08: Got resource from pool OCluster
Building on thyme
HEAD is now at 9810eb2 Merge pull request #202 from mtelvers/windows-update
HEAD is now at 131b856 Rewrite to use latest EIO


(from windows-server-2022-amd64-ocaml-5.4)
2026-02-15 23:19.28 ---> 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-15 23:19.28 ---> 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:\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-02-15 23:19.28 ---> using "3bceda86eced6c80594b1121f6cd17638cfd192928e335ef4b5c0e6a8a370c40" 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 5.4.0
2.5.0
2026-02-15 23:19.28 ---> 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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a6b2f19780..302e116c40  master     -> origin/master
302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file://C:/Users/opam/opam-repository


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-02-15 23:19.28 ---> using "5b9caae1aeda7a027d2d5a6e523ab4f0e26ced0660280ed7ccf4fa416833c78a" from cache


/: (copy (src obuilder.opam obuilder-spec.opam) (dst /Users/opam/src/./))
2026-02-15 23:20.28 ---> saved as "b067eb0520a10aeac67f38a1eef8dbf4db0534d53aa2c8899d7dba42f79cba99"


/: (run (network host)
(shell  "opam pin add -yn obuilder.dev '/Users/opam/src/./' && \
\nopam pin add -yn obuilder-spec.dev '/Users/opam/src/./'"))
[obuilder.dev] synchronised (file://C:/Users/opam/src/.)
obuilder is now pinned to file://C:/Users/opam/src/. (version dev)
[obuilder-spec.dev] synchronised (file://C:/Users/opam/src/.)
obuilder-spec is now pinned to file://C:/Users/opam/src/. (version dev)
2026-02-15 23:21.16 ---> saved as "bfe56bcf0f38e069812d3d7595b8c9f345337fa01330478d56d91663dfc9e5c3"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
2026-02-15 23:22.00 ---> saved as "f62fed763ee7fe7ac026a49aeb8993c5d69ad9a910213373e8b2c63bde0fdf5f"


/: (env DEPS "alcotest.1.9.1 arch-x86_64.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 bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-sqlite3-x86_64.1 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 decompress.1.5.3 domain-local-await.1.0.1 dune.3.21.1 dune-configurator.3.21.1 eio.1.3 eio_main.1.3 eio_windows.1.3 extunix.0.4.4 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 hmap.0.8.1 host-arch-x86_64.1 host-system-mingw.1 logs.0.10.0 lwt.5.9.2 lwt-dllist.1.1.0 lwt_eio.0.5.1 mingw-w64-shims.0.2.0 mtime.2.1.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 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 ptime.1.2.0 re.1.14.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.3.1 stdlib-shims.0.3.0 system-mingw.1 tar.3.3.0 tar-unix.3.3.0 thread-table.1.0.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0")


/: (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 obuilder.dev obuilder-spec.dev $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[obuilder.dev] synchronised (file://C:/Users/opam/src/.)
[obuilder-spec.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).


The following system packages will first need to be installed:
mingw64-x86_64-sqlite3


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ C:\Users\opam\AppData\Local\opam\.cygwin\setup-x86_64.exe "--root" "C:\\cygwin64" "--quiet-mode" "unattended" "--no-shortcuts" "--no-startmenu" "--no-desktop" "--no-admin" "--no-version-check" "--no-write-registry" "--packages" "mingw64-x86_64-sqlite3"
- Starting cygwin install, version 2.935
- User has backup/restore rights
- User has symlink creation right
- Current Directory: C:\Windows\system32
- root: C:\cygwin64 system
- Changing gid to Administrators
- Selected local directory: C:\Windows\system32
- net: Preconfig
- site: https://cygwin.mirror.constant.com/
- solving: 2 tasks, update: no, use test packages: no
- solving: 2 tasks, update: no, use test packages: no
- Augmented Transaction List:
-    0 install gettext-locale-alias   0.26-1
-    1 install mingw64-x86_64-sqlite3 3.34.0-1
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gettext/gettext-locale-alias/gettext-locale-alias-0.26-1-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-sqlite3/mingw64-x86_64-sqlite3-3.34.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gettext/gettext-locale-alias/gettext-locale-alias-0.26-1-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-sqlite3/mingw64-x86_64-sqlite3-3.34.0-1.tar.xz
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_000_autorebase.dash"
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_update-info-dir.dash"
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/zp_man-db-update-index.dash"
- Ending cygwin install
- NOTE: you should run 'diskperf -y' to enable the disk statistics
- NOTE: you should run 'diskperf -y' to enable the disk statistics
# To update the current shell environment, run: eval $(opam env)
2026-02-15 23:25.12 ---> saved as "77f356236e847e2ce1b828bc8bd5a5f4ac1490694931e9cee66cf0d8f612de64"


/: (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 59 packages
- install   alcotest                      1.9.1
- install   astring                       0.8.5
- install   base                          v0.17.3
- install   base-bytes                    base
- install   bigstringaf                   0.10.0
- install   checkseum                     0.5.2
- install   cmdliner                      2.1.0
- install   conf-mingw-w64-sqlite3-x86_64 1
- install   conf-pkg-config               4
- install   conf-sqlite3                  1
- install   cppo                          1.8.0
- install   crunch                        4.0.0
- install   csexp                         1.5.2
- install   cstruct                       6.2.0
- install   decompress                    1.5.3
- install   domain-local-await            1.0.1
- install   dune                          3.21.1
- install   dune-configurator             3.21.1
- install   eio                           1.3
- install   eio_main                      1.3
- install   eio_windows                   1.3
- install   extunix                       0.4.4
- install   fmt                           0.11.0
- install   fpath                         0.7.3
- install   hmap                          0.8.1
- install   logs                          0.10.0
- install   lwt                           5.9.2
- install   lwt-dllist                    1.1.0
- install   lwt_eio                       0.5.1
- install   mtime                         2.1.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   optint                        0.3.0
- install   parsexp                       v0.17.0
- install   ppx_derivers                  1.2.1
- install   ppx_deriving                  6.1.1
- install   ppx_sexp_conv                 v0.17.1
- install   ppxlib                        0.37.0
- install   ppxlib_jane                   v0.17.4
- install   psq                           0.2.1
- install   ptime                         1.2.0
- install   re                            1.14.0
- install   seq                           base
- install   sexplib                       v0.17.0
- install   sexplib0                      v0.17.0
- install   sha                           1.15.4
- install   sqlite3                       5.3.1
- install   stdlib-shims                  0.3.0
- install   tar                           3.3.0
- install   tar-unix                      3.3.0
- install   thread-table                  1.0.0
- install   topkg                         1.1.1
- install   uutf                          1.0.4
- install   yojson                        3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved alcotest.1.9.1  (https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.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 cmdliner.2.1.0  (https://erratique.ch/software/cmdliner/releases/cmdliner-2.1.0.tbz)
-> retrieved crunch.4.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved decompress.1.5.3  (cached)
-> installed conf-pkg-config.4
-> installed conf-mingw-w64-sqlite3-x86_64.1
-> retrieved extunix.0.4.4  (https://github.com/ygrek/extunix/releases/download/v0.4.4/extunix-0.4.4.tbz)
-> installed conf-sqlite3.1
-> retrieved fmt.0.11.0  (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)
-> retrieved eio.1.3, eio_main.1.3, eio_windows.1.3  (https://github.com/ocaml-multicore/eio/releases/download/v1.3/eio-1.3.tbz)
-> retrieved fpath.0.7.3  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved logs.0.10.0  (https://erratique.ch/software/logs/releases/logs-0.10.0.tbz)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved lwt_eio.0.5.1  (cached)
-> retrieved mingw-w64-shims.0.2.0  (cached)
-> retrieved lwt.5.9.2  (https://github.com/ocsigen/lwt/archive/refs/tags/5.9.2.tar.gz)
-> retrieved mtime.2.1.0  (cached)
-> 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 optint.0.3.0  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (https://github.com/ocaml-ppx/ppx_deriving/releases/download/v6.1.1/ppx_deriving-6.1.1.tar.gz)
-> 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 psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> installed cmdliner.2.1.0
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (https://github.com/ocaml/dune/releases/download/3.21.1/dune-3.21.1.tbz)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ppxlib.0.37.0  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.37.0/ppxlib-0.37.0.tbz)
-> retrieved re.1.14.0  (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved sqlite3.5.3.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed num.1.6
-> retrieved thread-table.1.0.0  (cached)
-> retrieved tar.3.3.0, tar-unix.3.3.0  (https://github.com/mirage/ocaml-tar/releases/download/v3.3.0/tar-3.3.0.tbz)
-> retrieved uutf.1.0.4  (cached)
-> installed ocamlbuild.0.16.1
-> retrieved topkg.1.1.1  (https://erratique.ch/software/topkg/releases/topkg-1.1.1.tbz)
-> retrieved yojson.3.0.0  (https://github.com/ocaml-community/yojson/releases/download/3.0.0/yojson-3.0.0.tbz)
[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.1
-> installed hmap.0.8.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed fpath.0.7.3
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed crunch.4.0.0
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed lwt-dllist.1.1.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed optint.0.3.0
-> installed ocplib-endian.1.2
-> installed ppx_derivers.1.2.1
-> installed psq.0.2.1
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed sexplib0.v0.17.0
-> installed dune-configurator.3.21.1
-> installed domain-local-await.1.0.1
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed sha.1.15.4
-> installed parsexp.v0.17.0
-> installed bigstringaf.0.10.0
-> installed checkseum.0.5.2
-> installed alcotest.1.9.1
-> installed sqlite3.5.3.1
-> installed sexplib.v0.17.0
-> installed decompress.1.5.3
-> installed tar.3.3.0
-> installed eio.1.3
-> installed lwt.5.9.2
-> installed lwt_eio.0.5.1
-> installed tar-unix.3.3.0
-> installed base.v0.17.3
-> installed ppxlib.0.37.0
-> installed eio_windows.1.3
-> installed logs.0.10.0
-> installed eio_main.1.3
-> installed ppxlib_jane.v0.17.4
-> installed ppx_deriving.6.1.1
-> installed ppx_sexp_conv.v0.17.1
-> installed extunix.0.4.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-16 00:01.06 ---> saved as "a4a4ad326fe7612c086b1be5c1ee852df36ce258f6bb33abdffca30b7f58b3fb"


/: (copy (src .) (dst /Users/opam/src))
2026-02-16 00:02.14 ---> saved as "5d0b1e36b226b872dcd215699b5a0f7bff2d4a995dbc9ea5432b9835db031756"


/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib && C:\Users\opam\AppData\Local\opam\5.4.0\bin\ocaml-crunch.exe ../static --mode=plain -o Static_files.ml)
Generating Static_files.ml
Skipping generation of .mli
File "dune", line 3, characters 8-12:
3 |   (name main)
^^^^
(cd _build/default && C:\Users\opam\AppData\Local\opam\5.4.0\bin\ocamlopt.opt.exe -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o main.exe C:\Users\opam\AppData\Local\opam\5.4.0\lib\hmap\hmap.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\lwt-dllist\lwt_dllist.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\fmt\fmt.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\optint\optint.cmxa C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\runtime_events\runtime_events.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\eio\runtime_events/eio_runtime_events.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\eio\core/eio__core.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\cstruct\cstruct.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\cstruct C:\Users\opam\AppData\Local\opam\5.4.0\lib\bigstringaf\bigstringaf.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\bigstringaf C:\Users\opam\AppData\Local\opam\5.4.0\lib\mtime\mtime.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\eio\eio.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\psq\psq.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\thread-table\Thread_table.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\domain-local-await\Domain_local_await.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\eio\utils/eio_utils.cmxa C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\unix\unix.cmxa C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\threads\threads.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\mtime/clock\mtime_clock.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\mtime/clock -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\mtime/clock C:\Users\opam\AppData\Local\opam\5.4.0\lib\eio\unix/eio_unix.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\eio\unix C:\Users\opam\AppData\Local\opam\5.4.0\lib\eio_windows\eio_windows.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\eio_windows C:\Users\opam\AppData\Local\opam\5.4.0\lib\eio_main\eio_main.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\cmdliner\cmdliner.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\fmt/cli\fmt_cli.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\fmt/tty\fmt_tty.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\tar\tar.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\lwt\lwt.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian\ocplib_endian.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian\bigstring/ocplib_endian_bigstring.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\lwt\unix/lwt_unix.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\lwt\unix C:\Users\opam\AppData\Local\opam\5.4.0\lib\tar-unix\tar_unix.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\astring\astring.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\fpath\fpath.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\lwt_eio\lwt_eio.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\yojson\yojson.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\sexplib0\sexplib0.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\parsexp\parsexp.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\sexplib\sexplib.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\sqlite3\sqlite3.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\sqlite3 C:\Users\opam\AppData\Local\opam\5.4.0\lib\logs\logs.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\stdlib-shims\stdlib_shims.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\sha\sha.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\sha C:\Users\opam\AppData\Local\opam\5.4.0\lib\ppx_sexp_conv\runtime-lib/ppx_sexp_conv_lib.cmxa lib_spec/obuilder_spec.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\extunix\ExtUnix.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\extunix lib/obuilder.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\logs/fmt\logs_fmt.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\logs/cli\logs_cli.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\ppx_deriving/runtime\ppx_deriving_runtime.cmxa .main.eobjs/native/dune__exe__Main.cmx)
/usr/lib/gcc/x86_64-w64-mingw32/13/../../../../x86_64-w64-mingw32/bin/ld: /usr/x86_64-w64-mingw32/sys-root/mingw/lib/../lib/libmsvcrt.a(lib64_libmsvcrt_extra_a-mbrtowc.o): in function `mbsrtowcs':
/usr/src/debug/mingw64-x86_64-runtime-13.0.0-1/misc/mbrtowc.c:113: multiple definition of `mbsrtowcs'; C:/cygwin64/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libucrtbase.a(libucrtbase_defs02381.o):(.text+0x0): first defined here
collect2: error: ld returned 1 exit status
** Fatal error: Error during linking


File "caml_startup", line 1:
Error: Error during linking (exit code 2)
File "test/dune", line 10, characters 7-11:
10 |  (name test)
^^^^
(cd _build/default && C:\Users\opam\AppData\Local\opam\5.4.0\bin\ocamlopt.opt.exe -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o test/test.exe C:\Users\opam\AppData\Local\opam\5.4.0\lib\astring\astring.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\cmdliner\cmdliner.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\uutf\uutf.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\alcotest\stdlib_ext/alcotest_stdlib_ext.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\fmt\fmt.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\fmt/cli\fmt_cli.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\re\re.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\stdlib-shims\stdlib_shims.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\alcotest\engine/alcotest_engine.cmxa C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\unix\unix.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\fmt/tty\fmt_tty.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\alcotest\alcotest.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\alcotest C:\Users\opam\AppData\Local\opam\5.4.0\lib\hmap\hmap.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\lwt-dllist\lwt_dllist.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\optint\optint.cmxa C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\runtime_events\runtime_events.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\eio\runtime_events/eio_runtime_events.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\eio\core/eio__core.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\cstruct\cstruct.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\cstruct C:\Users\opam\AppData\Local\opam\5.4.0\lib\bigstringaf\bigstringaf.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\bigstringaf C:\Users\opam\AppData\Local\opam\5.4.0\lib\mtime\mtime.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\eio\eio.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\psq\psq.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\thread-table\Thread_table.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\domain-local-await\Domain_local_await.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\eio\utils/eio_utils.cmxa C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\threads\threads.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\mtime/clock\mtime_clock.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\mtime/clock -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\mtime/clock C:\Users\opam\AppData\Local\opam\5.4.0\lib\eio\unix/eio_unix.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\eio\unix C:\Users\opam\AppData\Local\opam\5.4.0\lib\eio_windows\eio_windows.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\eio_windows C:\Users\opam\AppData\Local\opam\5.4.0\lib\eio_main\eio_main.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\fpath\fpath.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\lwt\lwt.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian\ocplib_endian.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian\bigstring/ocplib_endian_bigstring.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\lwt\unix/lwt_unix.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\lwt\unix C:\Users\opam\AppData\Local\opam\5.4.0\lib\lwt_eio\lwt_eio.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\tar\tar.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\tar-unix\tar_unix.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\yojson\yojson.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\sexplib0\sexplib0.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\parsexp\parsexp.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\sexplib\sexplib.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\sqlite3\sqlite3.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\sqlite3 C:\Users\opam\AppData\Local\opam\5.4.0\lib\logs\logs.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\sha\sha.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\sha C:\Users\opam\AppData\Local\opam\5.4.0\lib\ppx_sexp_conv\runtime-lib/ppx_sexp_conv_lib.cmxa lib_spec/obuilder_spec.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\extunix\ExtUnix.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\extunix lib/obuilder.cmxa C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\str\str.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\logs/fmt\logs_fmt.cmxa test/.test.eobjs/native/dune__exe.cmx test/.test.eobjs/native/dune__exe__Log.cmx test/.test.eobjs/native/dune__exe__Mock_exec.cmx test/.test.eobjs/native/dune__exe__Mock_sandbox.cmx test/.test.eobjs/native/dune__exe__Mock_store.cmx test/.test.eobjs/native/dune__exe__Test.cmx)
/usr/lib/gcc/x86_64-w64-mingw32/13/../../../../x86_64-w64-mingw32/bin/ld: /usr/x86_64-w64-mingw32/sys-root/mingw/lib/../lib/libmsvcrt.a(lib64_libmsvcrt_extra_a-mbrtowc.o): in function `mbsrtowcs':
/usr/src/debug/mingw64-x86_64-runtime-13.0.0-1/misc/mbrtowc.c:113: multiple definition of `mbsrtowcs'; C:/cygwin64/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libucrtbase.a(libucrtbase_defs02381.o):(.text+0x0): first defined here
collect2: error: ld returned 1 exit status
** Fatal error: Error during linking


File "caml_startup", line 1:
Error: Error during linking (exit code 2)
"cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-02-16 00:05.29: Job failed: Failed: Build failed