2026-02-03 06:43.28: New job: test mirage/spamtacus https://github.com/mirage/spamtacus.git#refs/heads/main (2d10c6f114e63621bb26999fefd7881f3e673bad) (windows-amd64:windows-server-2022-amd64-4.14_opam-2.5)Base: windows-server-2022-amd64-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/spamtacus.git" -b "main" && cd "spamtacus" && git reset --hard 2d10c6f1cat > Dockerfile <<'END-OF-DOCKERFILE'FROM windows-server-2022-amd64-ocaml-4.14# windows-server-2022-amd64-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e f34b61248bf2b41a5b1430c0f5fbf47ce08e7fb1 || git fetch origin master) && git reset -q --hard f34b61248bf2b41a5b1430c0f5fbf47ce08e7fb1 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bstr.0.0.4 cmdliner.2.1.0 coin.0.1.5 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 domain-name.0.5.0 dune.3.21.0 dune-configurator.3.21.0 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.10.0 lwt.6.1.0 macaddr.5.6.1 mingw-w64-shims.0.2.0 mrmime.0.7.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.4 ptime.1.2.0 rosetta.0.4.0 rresult.0.7.0 system-mingw.1 topkg.1.1.1 unstrctrd.0.4 uutf.1.0.4 uuuu.0.4.0 yuscii.0.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y spamtacus.dev spamtacus-mirage.dev spamtacus-bayesian.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /Users/opam/srcRUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-02-03 06:43.28: Using cache hint "mirage/spamtacus-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.5-e8fc56936100b2737c50545f66cc9df2"2026-02-03 06:43.28: 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 f34b61248bf2b41a5b1430c0f5fbf47ce08e7fb1 || git fetch origin master) && git reset -q --hard f34b61248bf2b41a5b1430c0f5fbf47ce08e7fb1 && 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-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bstr.0.0.4 cmdliner.2.1.0 coin.0.1.5 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 domain-name.0.5.0 dune.3.21.0 dune-configurator.3.21.0 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.10.0 lwt.6.1.0 macaddr.5.6.1 mingw-w64-shims.0.2.0 mrmime.0.7.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.4 ptime.1.2.0 rosetta.0.4.0 rresult.0.7.0 system-mingw.1 topkg.1.1.1 unstrctrd.0.4 uutf.1.0.4 uuuu.0.4.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.5 --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")))2026-02-03 06:43.28: Waiting for resource in pool OCluster2026-02-03 06:43.28: Waiting for worker…2026-02-03 07:18.17: Got resource from pool OClusterBuilding on thymeAll commits already cachedHEAD is now at 2d10c6f Merge pull request #12 from mirage/lint(from windows-server-2022-amd64-ocaml-4.14)2026-02-03 07:18.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-02-03 07:18.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:\cygwin644. Use another existing Cygwin/MSYS2 installation5. Abort initialisation[1/2/3/4/5] 1Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from file://C:/Users/opam/opam-repository2026-02-03 07:18.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_64The OCaml toplevel, version 4.14.22.5.02026-02-03 07:18.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 f34b61248bf2b41a5b1430c0f5fbf47ce08e7fb1 || git fetch origin master) && git reset -q --hard f34b61248bf2b41a5b1430c0f5fbf47ce08e7fb1 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..d01aee6c25 master -> origin/masterf34b61248b Merge pull request #29295 from raphael-proust/opam-publish-lwt.6.1.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file://C:/Users/opam/opam-repositoryEverything 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-02-03 07:18.18 ---> using "25a174aae331497f7098b37a29005c1015b7ee9eff00dc37a951a8939fb6ae07" from cache/: (copy (src spamtacus.opam spamtacus-mirage.opam spamtacus-bayesian.opam)(dst /Users/opam/src/./))2026-02-03 07:18.54 ---> saved as "570f0cfa23c109de8388a35654cdb0dee43758b6e969daa4770684b10b7fc191"/: (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)2026-02-03 07:20.38 ---> saved as "e202efe8ec53a6b3576938b3240580e6a1a1d85d94b40f45778620c3331a6ffc"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))2026-02-03 07:21.30 ---> saved as "58d3471e4718b5b7bd2b34512ad021981a39cb62dc11f205571bde2d80e2c1c2"/: (env DEPS "angstrom.0.16.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bstr.0.0.4 cmdliner.2.1.0 coin.0.1.5 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 domain-name.0.5.0 dune.3.21.0 dune-configurator.3.21.0 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.10.0 lwt.6.1.0 macaddr.5.6.1 mingw-w64-shims.0.2.0 mrmime.0.7.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.4 ptime.1.2.0 rosetta.0.4.0 rresult.0.7.0 system-mingw.1 topkg.1.1.1 unstrctrd.0.4 uutf.1.0.4 uuuu.0.4.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.5 --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-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-02-03 07:23.22 ---> saved as "a680c4006a9c159ed7904be62e460390779b07dec3ab75fd8357ee305c646e35"/: (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:=== install 36 packages- install angstrom 0.16.1- install astring 0.8.5- install base-bytes base- install base64 3.5.2- install bigstringaf 0.10.0- install bstr 0.0.4- install cmdliner 2.1.0- install coin 0.1.5- install cppo 1.8.0- install csexp 1.5.2- install domain-name 0.5.0- install dune 3.21.0- install dune-configurator 3.21.0- 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.10.0- install lwt 6.1.0- install macaddr 5.6.1- install mrmime 0.7.1- 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.4- install ptime 1.2.0- install rosetta 0.4.0- install rresult 0.7.0- install topkg 1.1.1- install unstrctrd 0.4- install uutf 1.0.4- install uuuu 0.4.0- install yuscii 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved angstrom.0.16.1 (cached)-> retrieved astring.0.8.5 (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 bstr.0.0.4 (https://github.com/robur-coop/bstr/releases/download/v0.0.4/bstr-0.0.4.tbz)-> retrieved cmdliner.2.1.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-2.1.0.tbz)-> retrieved cppo.1.8.0 (cached)-> retrieved coin.0.1.5 (https://github.com/mirage/coin/releases/download/v0.1.5/coin-0.1.5.tbz)-> 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)-> 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.10.0 (https://erratique.ch/software/logs/releases/logs-0.10.0.tbz)-> retrieved lwt.6.1.0 (https://github.com/ocsigen/lwt/archive/refs/tags/6.1.0.tar.gz)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved mrmime.0.7.1 (https://github.com/mirage/mrmime/releases/download/v0.7.1/mrmime-0.7.1.tbz)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved pecu.0.7 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved prettym.0.0.4 (https://github.com/dinosaure/prettym/releases/download/0.0.4/prettym-0.0.4.tbz)-> retrieved rresult.0.7.0 (cached)-> retrieved rosetta.0.4.0 (https://github.com/mirage/rosetta/releases/download/v0.4.0/rosetta-0.4.0.tbz)-> retrieved unstrctrd.0.4 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (https://erratique.ch/software/topkg/releases/topkg-1.1.1.tbz)-> retrieved yuscii.0.3.0 (cached)-> retrieved uuuu.0.4.0 (https://github.com/mirage/uuuu/releases/download/v0.4.0/uuuu-0.4.0.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)-> installed cmdliner.2.1.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\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 rresult.0.7.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed ptime.1.2.0-> installed fpath.0.7.3-> installed dune.3.21.0-> installed base64.3.5.2-> installed bstr.0.0.4-> installed csexp.1.5.2-> installed domain-name.0.5.0-> installed coin.0.1.5-> installed cppo.1.8.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 prettym.0.0.4-> installed uuuu.0.4.0-> installed dune-configurator.3.21.0-> installed rosetta.0.4.0-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed emile.1.1-> installed unstrctrd.0.4-> installed mrmime.0.7.1-> installed lwt.6.1.0-> installed logs.0.10.0Done.# To update the current shell environment, run: eval $(opam env)2026-02-03 07:36.06 ---> saved as "dabff78b983259526d27e555a635b524da85ee275b54238e6f14bc51da15312e"/: (copy (src .) (dst /Users/opam/src))2026-02-03 07:36.53 ---> saved as "48fcbb4ec140f63c1142d299f9a47ffa0e0435121b0cc533b6e784fa487b316d"/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-02-03 07:38.04 ---> saved as "0c068c55647f5e668ca4125c58cdeb5ddf09a2b8c952b2f1a652f6c6d70fcab6"Job succeeded2026-02-03 07:38.04: Job succeeded