Organisationsmiragespamtacus2d10c6 (main)windows-server-2022-amd64-5.4_opam-2.4

windows-server-2022-amd64-5.4_opam-2.4

Link Copied
Code Copied

Logs

2025-10-18 16:36.08: New job: test mirage/spamtacus https://github.com/mirage/spamtacus.git#refs/heads/main (2d10c6f114e63621bb26999fefd7881f3e673bad) (windows-amd64:windows-server-2022-amd64-5.4_opam-2.4)
Base: windows-server-2022-amd64-ocaml-5.4
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/spamtacus.git" -b "main" && cd "spamtacus" && git reset --hard 2d10c6f1
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-5.4
# windows-server-2022-amd64-5.4_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 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 spamtacus.opam spamtacus-mirage.opam spamtacus-bayesian.opam /Users/opam/src/./
RUN opam pin add -yn spamtacus.dev '/Users/opam/src/./' && \
opam pin add -yn spamtacus-mirage.dev '/Users/opam/src/./' && \
opam pin add -yn spamtacus-bayesian.dev '/Users/opam/src/./'
RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'
ENV DEPS="angstrom.0.16.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.2.0.0 coin.0.1.4 conf-mingw-w64-gcc-x86_64.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 emile.1.1 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.1 ke.0.6 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 mingw-w64-shims.0.2.0 mrmime.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 pecu.0.7 prettym.0.0.3 ptime.1.2.0 re.1.14.0 rosetta.0.3.0 rresult.0.7.0 system-mingw.1 topkg.1.1.0 unstrctrd.0.4 uutf.1.0.4 uuuu.0.3.0 yuscii.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y spamtacus.dev spamtacus-mirage.dev spamtacus-bayesian.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-10-18 16:36.08: Using cache hint "mirage/spamtacus-windows-server-2022-amd64-ocaml-5.4-windows-server-2022-amd64-5.4_opam-2.4-40fa4befca6e49e1fcc30d3ffc7c35f8"
2025-10-18 16:36.08: 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 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src spamtacus.opam spamtacus-mirage.opam spamtacus-bayesian.opam)
(dst /Users/opam/src/./))
(run (network host)
(shell  "opam pin add -yn spamtacus.dev '/Users/opam/src/./' && \
\nopam pin add -yn spamtacus-mirage.dev '/Users/opam/src/./' && \
\nopam pin add -yn spamtacus-bayesian.dev '/Users/opam/src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
(env DEPS "angstrom.0.16.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.2.0.0 coin.0.1.4 conf-mingw-w64-gcc-x86_64.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 emile.1.1 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.1 ke.0.6 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 mingw-w64-shims.0.2.0 mrmime.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 pecu.0.7 prettym.0.0.3 ptime.1.2.0 re.1.14.0 rosetta.0.3.0 rresult.0.7.0 system-mingw.1 topkg.1.1.0 unstrctrd.0.4 uutf.1.0.4 uuuu.0.3.0 yuscii.0.3.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.4 --depext-only -y spamtacus.dev spamtacus-mirage.dev spamtacus-bayesian.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-18 16:36.08: Waiting for resource in pool OCluster
2025-10-18 20:56.06: Waiting for worker…
2025-10-19 01:26.36: Got resource from pool OCluster
Building on thyme
All commits already cached
HEAD is now at 2d10c6f Merge pull request #12 from mirage/lint


(from windows-server-2022-amd64-ocaml-5.4)
2025-10-19 01:26.36 ---> 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-19 01:26.36 ---> 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:\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-10-19 01:26.36 ---> using "e3a025f74254e53619e1cb17b830cf27adf6ecfb6e45ea98f6e1b9fc227d98a5" 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.4.1
2025-10-19 01:26.36 ---> 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 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && git log --no-decorate -n1 --oneline && opam update -u"))
60c74a29f5 Merge pull request #28709 from hannesm/release-domain-name-v0.5.0


<><> 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)
2025-10-19 01:26.36 ---> using "46b064f8e7cbef3affdf7fbf29af61cd066bce645b97d0b96f8f9d37f69e9662" from cache


/: (copy (src spamtacus.opam spamtacus-mirage.opam spamtacus-bayesian.opam)
(dst /Users/opam/src/./))
2025-10-19 01:27.01 ---> saved as "f3baf548d7db79aa55db498df5763f14fc4d1bbcb9cae19fb7aadd2ac2d0f862"


/: (run (network host)
(shell  "opam pin add -yn spamtacus.dev '/Users/opam/src/./' && \
\nopam pin add -yn spamtacus-mirage.dev '/Users/opam/src/./' && \
\nopam pin add -yn spamtacus-bayesian.dev '/Users/opam/src/./'"))
[NOTE] Package spamtacus does not exist in opam repositories registered in the current switch.
[spamtacus.dev] synchronised (file://C:/Users/opam/src/.)
spamtacus is now pinned to file://C:/Users/opam/src/. (version dev)
[NOTE] Package spamtacus-mirage does not exist in opam repositories registered in the current switch.
[spamtacus-mirage.dev] synchronised (file://C:/Users/opam/src/.)
spamtacus-mirage is now pinned to file://C:/Users/opam/src/. (version dev)
[NOTE] Package spamtacus-bayesian does not exist in opam repositories registered in the current switch.
[spamtacus-bayesian.dev] synchronised (file://C:/Users/opam/src/.)
spamtacus-bayesian is now pinned to file://C:/Users/opam/src/. (version dev)
2025-10-19 01:27.58 ---> saved as "89dc05522f10df912617be97acaf5b7b6f1210a8457fd9e9da873492a8f52ba2"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
2025-10-19 01:28.57 ---> saved as "cf5d3aadffff22ac4cb549709708839ab2e0b6061adf724cca9b0c49a516d69c"


/: (env DEPS "angstrom.0.16.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.2.0.0 coin.0.1.4 conf-mingw-w64-gcc-x86_64.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 emile.1.1 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.1 ke.0.6 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 mingw-w64-shims.0.2.0 mrmime.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 pecu.0.7 prettym.0.0.3 ptime.1.2.0 re.1.14.0 rosetta.0.3.0 rresult.0.7.0 system-mingw.1 topkg.1.1.0 unstrctrd.0.4 uutf.1.0.4 uuuu.0.3.0 yuscii.0.3.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.4 --depext-only -y spamtacus.dev spamtacus-mirage.dev spamtacus-bayesian.dev $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[spamtacus.dev] synchronised (file://C:/Users/opam/src/.)
[spamtacus-bayesian.dev] synchronised (file://C:/Users/opam/src/.)
[spamtacus-mirage.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-19 01:31.22 ---> saved as "8f3fb1d80297d096fe4ebb1fa456471f7222071c37a94bb760ab1e8d5913362f"


/: (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 38 packages
- install   angstrom           0.16.1
- install   astring            0.8.5
- install   base-bytes         base
- install   base64             3.5.2
- install   bigarray-overlap   0.2.1
- install   bigstringaf        0.10.0
- install   cmdliner           2.0.0
- install   coin               0.1.4
- install   conf-pkg-config    4
- install   cppo               1.8.0
- install   csexp              1.5.2
- install   domain-name        0.5.0
- install   dune               3.20.2
- install   dune-configurator  3.20.2
- install   emile              1.1
- install   fmt                0.11.0
- install   fpath              0.7.3
- install   ipaddr             5.6.1
- install   ke                 0.6
- install   logs               0.9.0
- install   lwt                5.9.2
- install   macaddr            5.6.1
- install   mrmime             0.7.0
- install   ocaml-syntax-shims 1.0.0
- install   ocamlbuild         0.16.1
- install   ocamlfind          1.9.8
- install   ocplib-endian      1.2
- install   pecu               0.7
- install   prettym            0.0.3
- install   ptime              1.2.0
- install   re                 1.14.0
- install   rosetta            0.3.0
- install   rresult            0.7.0
- install   topkg              1.1.0
- install   unstrctrd          0.4
- install   uutf               1.0.4
- install   uuuu               0.3.0
- install   yuscii             0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bigarray-overlap.0.2.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved base64.3.5.2  (https://github.com/mirage/ocaml-base64/releases/download/v3.5.2/base64-3.5.2.tbz)
-> retrieved coin.0.1.4  (cached)
-> retrieved cmdliner.2.0.0  (https://erratique.ch/software/cmdliner/releases/cmdliner-2.0.0.tbz)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-name.0.5.0  (https://github.com/hannesm/domain-name/releases/download/v0.5.0/domain-name-0.5.0.tbz)
-> retrieved emile.1.1  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved fmt.0.11.0  (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)
-> retrieved ke.0.6  (cached)
-> installed conf-pkg-config.4
-> retrieved ipaddr.5.6.1, macaddr.5.6.1  (https://github.com/mirage/ocaml-ipaddr/releases/download/v5.6.1/ipaddr-5.6.1.tbz)
-> retrieved logs.0.9.0  (https://erratique.ch/software/logs/releases/logs-0.9.0.tbz)
-> retrieved mingw-w64-shims.0.2.0  (cached)
-> removed   mingw-w64-shims.0.2.0
-> retrieved lwt.5.9.2  (https://github.com/ocsigen/lwt/archive/refs/tags/5.9.2.tar.gz)
-> retrieved mrmime.0.7.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> installed mingw-w64-shims.0.2.0
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved pecu.0.7  (cached)
-> retrieved prettym.0.0.3  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved rosetta.0.3.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved re.1.14.0  (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)
-> retrieved unstrctrd.0.4  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.0  (https://erratique.ch/software/topkg/releases/topkg-1.1.0.tbz)
-> retrieved uuuu.0.3.0  (cached)
-> retrieved yuscii.0.3.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)
-> installed cmdliner.2.0.0
-> installed ocamlbuild.0.16.1
[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 rresult.0.7.0
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed fpath.0.7.3
-> installed dune.3.20.2
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed bigarray-overlap.0.2.1
-> installed cppo.1.8.0
-> installed domain-name.0.5.0
-> installed ke.0.6
-> installed macaddr.5.6.1
-> installed ocaml-syntax-shims.1.0.0
-> installed pecu.0.7
-> installed yuscii.0.3.0
-> installed ocplib-endian.1.2
-> installed ipaddr.5.6.1
-> installed re.1.14.0
-> installed dune-configurator.3.20.2
-> installed bigstringaf.0.10.0
-> installed coin.0.1.4
-> installed uuuu.0.3.0
-> installed angstrom.0.16.1
-> installed prettym.0.0.3
-> installed rosetta.0.3.0
-> installed emile.1.1
-> installed unstrctrd.0.4
-> installed mrmime.0.7.0
-> installed lwt.5.9.2
-> installed logs.0.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-19 01:43.57 ---> saved as "c8f2de522921ebe54ae6a63e3d8d67f0d44c0abce0288f63d96afa528e01226e"


/: (copy (src .) (dst /Users/opam/src))
2025-10-19 01:44.35 ---> saved as "650e2ed367b747dd77fbcc9d868328b5ea0dd31cd1486907d315e347b90bca3c"


/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-10-19 01:45.35 ---> saved as "3d5bd852a9a30d94be16e5916bafdbcd79af926b999745d0734e66750b23f735"
Job succeeded
2025-10-19 01:45.35: Job succeeded