2026-02-03 06:43.28: New job: test mirage/spamtacus https://github.com/mirage/spamtacus.git#refs/heads/main (2d10c6f114e63621bb26999fefd7881f3e673bad) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.5)Base: freebsd-14.3-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 freebsd-14.3-ocaml-4.14# freebsd-14.3-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 ./RUN opam pin add -yn spamtacus.dev './' && \opam pin add -yn spamtacus-mirage.dev './' && \opam pin add -yn spamtacus-bayesian.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="angstrom.0.16.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 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 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 ke.0.6 logs.0.10.0 lwt.6.1.0 macaddr.5.6.1 mrmime.0.7.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 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 . /srcRUN 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-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.5-ee476c47b6b4ddef34c649956d1f0adf"2026-02-03 06:43.28: Using OBuilder spec:((from freebsd-14.3-ocaml-4.14)(comment freebsd-14.3-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.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 ./))(run (network host)(shell "opam pin add -yn spamtacus.dev './' && \\nopam pin add -yn spamtacus-mirage.dev './' && \\nopam pin add -yn spamtacus-bayesian.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "angstrom.0.16.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 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 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 ke.0.6 logs.0.10.0 lwt.6.1.0 macaddr.5.6.1 mrmime.0.7.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 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 /home/opam/.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 /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "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 06:43.28: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at 2d10c6f Merge pull request #12 from mirage/lint(from freebsd-14.3-ocaml-4.14)2026-02-03 06:45.21 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache/: (comment freebsd-14.3-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))2026-02-03 06:45.22 ---> using "cc65ce37998b2d98fc767b9dc7c3b5c83138e1952bec339ac27a7bb4d9d920d3" from cache/src: (run (shell "opam init --reinit -ni"))No configuration file found, using built-in defaults.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.This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository2026-02-03 06:45.22 ---> using "87889fea7d09081125d96054d270a07df14f9b2a5c081c0c9434b9f215ecc218" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 4.14.22.5.02026-02-03 06:45.22 ---> using "4a6e16f39bb2fab11842c96050ea21902749c68aefdffcd64774b8b7640a3492" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-03 06:45.23 ---> using "ca1b89b4fcfce73b3b6ab80b797b154eda5f870ad814c498da3e18daf8f4b36f" from cache/src: (run (cache (opam-archives (target /home/opam/.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_HEAD71325ac6ed..f34b61248b master -> origin/masterf34b61248b Merge pull request #29295 from raphael-proust/opam-publish-lwt.6.1.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.4.0- ocaml-config.3However, 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.2026-02-03 06:45.23 ---> using "86745bd3cc7d13b50e2260267a4ff83a5fdf5a38d02649caee5303f16cbb38df" from cache/src: (copy (src spamtacus.opam spamtacus-mirage.opam spamtacus-bayesian.opam)(dst ./))2026-02-03 06:45.24 ---> saved as "966ba15928a5e2ee4d69cd4699e299b2160b4e7b00af8af1a1403bc4c8e77826"/src: (run (network host)(shell "opam pin add -yn spamtacus.dev './' && \\nopam pin add -yn spamtacus-mirage.dev './' && \\nopam pin add -yn spamtacus-bayesian.dev './'"))[NOTE] Package spamtacus does not exist in opam repositories registered in the current switch.[spamtacus.dev] synchronised (file:///src)spamtacus is now pinned to file:///src (version dev)[NOTE] Package spamtacus-mirage does not exist in opam repositories registered in the current switch.[spamtacus-mirage.dev] synchronised (file:///src)spamtacus-mirage is now pinned to file:///src (version dev)[NOTE] Package spamtacus-bayesian does not exist in opam repositories registered in the current switch.[spamtacus-bayesian.dev] synchronised (file:///src)spamtacus-bayesian is now pinned to file:///src (version dev)2026-02-03 06:45.28 ---> saved as "c90f3a56b57bd0eb5caf08508818bb1d92470387fea59239084fd2439a1bf844"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-03 06:45.29 ---> saved as "e70ca29486aa70363f881bdc75d715a4ff9304b42130f623256a02f5daa2a82e"/src: (env DEPS "angstrom.0.16.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 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 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 ke.0.6 logs.0.10.0 lwt.6.1.0 macaddr.5.6.1 mrmime.0.7.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 topkg.1.1.1 unstrctrd.0.4 uutf.1.0.4 uuuu.0.4.0 yuscii.0.3.0")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.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"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[spamtacus-mirage.dev] synchronised (file:///src)[spamtacus-bayesian.dev] synchronised (file:///src)[spamtacus.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[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 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).2026-02-03 06:45.38 ---> saved as "7fc25ae30529eb7f515ee4fd94ee452ae40ce7e7a37dc00d701ef17f3c73543a"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[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 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).The following actions will be performed:=== install 36 packages∗ angstrom 0.16.1∗ astring 0.8.5∗ base-bytes base∗ base64 3.5.2∗ bigstringaf 0.10.0∗ bstr 0.0.4∗ cmdliner 2.1.0∗ coin 0.1.5∗ 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∗ fmt 0.11.0∗ fpath 0.7.3∗ ipaddr 5.6.1∗ ke 0.6∗ logs 0.10.0∗ lwt 6.1.0∗ macaddr 5.6.1∗ mrmime 0.7.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∗ topkg 1.1.1∗ unstrctrd 0.4∗ uutf 1.0.4∗ uuuu 0.4.0∗ yuscii 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved base64.3.5.2 (cached)⬇ retrieved astring.0.8.5 (cached)⬇ retrieved angstrom.0.16.1 (cached)⬇ retrieved bigstringaf.0.10.0 (cached)⬇ retrieved bstr.0.0.4 (cached)⬇ retrieved coin.0.1.5 (cached)⬇ retrieved cppo.1.8.0 (cached)⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved domain-name.0.5.0 (cached)⬇ retrieved cmdliner.2.1.0 (cached)⬇ retrieved emile.1.1 (cached)⬇ retrieved fmt.0.11.0 (cached)⬇ retrieved fpath.0.7.3 (cached)⬇ retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached)⬇ retrieved ke.0.6 (cached)⬇ retrieved logs.0.10.0 (cached)⬇ retrieved lwt.6.1.0 (cached)⬇ retrieved mrmime.0.7.1 (cached)⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved ocplib-endian.1.2 (cached)⬇ retrieved ocamlbuild.0.16.1 (cached)⬇ retrieved prettym.0.0.4 (cached)⬇ retrieved pecu.0.7 (cached)⬇ retrieved rosetta.0.4.0 (cached)⬇ retrieved ptime.1.2.0 (cached)⬇ retrieved rresult.0.7.0 (cached)⬇ retrieved unstrctrd.0.4 (cached)⬇ retrieved uutf.1.0.4 (cached)⬇ retrieved uuuu.0.4.0 (cached)⬇ retrieved topkg.1.1.1 (cached)⬇ retrieved yuscii.0.3.0 (cached)⬇ retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)∗ installed ocamlbuild.0.16.1∗ installed cmdliner.2.1.0∗ 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 ptime.1.2.0∗ installed fmt.0.11.0∗ installed astring.0.8.5∗ installed fpath.0.7.3∗ installed dune.3.21.0∗ installed yuscii.0.3.0∗ installed base64.3.5.2∗ installed csexp.1.5.2∗ installed uuuu.0.4.0∗ installed pecu.0.7∗ installed ocaml-syntax-shims.1.0.0∗ installed macaddr.5.6.1∗ installed ke.0.6∗ installed domain-name.0.5.0∗ installed cppo.1.8.0∗ installed coin.0.1.5∗ installed bstr.0.0.4∗ installed rosetta.0.4.0∗ installed ocplib-endian.1.2∗ installed ipaddr.5.6.1∗ installed prettym.0.0.4∗ installed dune-configurator.3.21.0∗ installed bigstringaf.0.10.0∗ installed angstrom.0.16.1∗ installed unstrctrd.0.4∗ installed emile.1.1∗ installed mrmime.0.7.1∗ installed lwt.6.1.0∗ installed logs.0.10.0Done.2026-02-03 06:46.39 ---> saved as "22511472742726f82bc017fe6ad88fd89c9ba0c1101e8d2e8c98ad79db179167"/src: (copy (src .) (dst /src))2026-02-03 06:46.40 ---> saved as "f78fe0728e02ba9861a4ca95c16f6071f02355dca5a18cab6874c7577a5f6438"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-02-03 06:47.22 ---> saved as "c2494daef33130733d57441046cdc7cc6b94b071c0075dcb69cda5998146c940"Job succeeded2026-02-03 06:50.27: Job succeeded