2025-07-04 15:14.58: New job: test mirage/spamtacus https://github.com/mirage/spamtacus.git#refs/heads/main (2d10c6f114e63621bb26999fefd7881f3e673bad) (openbsd-amd64:openbsd-76-amd64-4.14_opam-2.3) Base: openbsd-76-amd64-ocaml-4.14 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 openbsd-76-amd64-ocaml-4.14 # openbsd-76-amd64-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN doas ln -f /usr/bin/opam-2.3 /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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 spamtacus.opam spamtacus-mirage.opam spamtacus-bayesian.opam /home/opam/src/./ RUN opam pin add -yn spamtacus.dev '/home/opam/src/./' && \ opam pin add -yn spamtacus-mirage.dev '/home/opam/src/./' && \ opam pin add -yn spamtacus-bayesian.dev '/home/opam/src/./' RUN echo '(lang dune 3.0)' > '/home/opam/src/./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.1 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.1.3.0 coin.0.1.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 emile.1.1 fmt.0.10.0 fpath.0.7.3 ipaddr.5.6.0 ke.0.6 logs.0.8.0 lwt.5.9.1 macaddr.5.6.0 mrmime.0.7.0 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.3 ptime.1.2.0 re.1.13.2 rosetta.0.3.0 rresult.0.7.0 seq.base topkg.1.0.8 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.3 --depext-only -y spamtacus.dev spamtacus-mirage.dev spamtacus-bayesian.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /home/opam/src RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-07-04 15:14.58: Using cache hint "mirage/spamtacus-openbsd-76-amd64-ocaml-4.14-openbsd-76-amd64-4.14_opam-2.3-1197e9013ff410fcb5dc87b676cac4ea" 2025-07-04 15:14.58: Using OBuilder spec: ((from openbsd-76-amd64-ocaml-4.14) (comment openbsd-76-amd64-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src spamtacus.opam spamtacus-mirage.opam spamtacus-bayesian.opam) (dst /home/opam/src/./)) (run (network host) (shell "opam pin add -yn spamtacus.dev '/home/opam/src/./' && \ \nopam pin add -yn spamtacus-mirage.dev '/home/opam/src/./' && \ \nopam pin add -yn spamtacus-bayesian.dev '/home/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./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.1 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.1.3.0 coin.0.1.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 emile.1.1 fmt.0.10.0 fpath.0.7.3 ipaddr.5.6.0 ke.0.6 logs.0.8.0 lwt.5.9.1 macaddr.5.6.0 mrmime.0.7.0 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.3 ptime.1.2.0 re.1.13.2 rosetta.0.3.0 rresult.0.7.0 seq.base topkg.1.0.8 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 /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --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 /home/opam/src)) (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-07-04 15:14.58: Waiting for resource in pool OCluster 2025-07-05 05:40.30: Waiting for worker… 2025-07-05 11:10.45: Got resource from pool OCluster Building on oregano All commits already cached HEAD is now at 2d10c6f Merge pull request #12 from mirage/lint (from openbsd-76-amd64-ocaml-4.14) 2025-07-05 11:10.45 ---> using "273e81235ea8a6b452476629509f5a1e49a129b613e30bfb7515f80881f75048" from cache /: (comment openbsd-76-amd64-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-07-05 11:10.45 ---> using "8f4c505b74dc31d91c5d30f3e3d123c2567bb97ae9c1708d719a97f14994a2cb" from cache /: (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. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2025-07-05 11:10.45 ---> using "b66ba35f8a9a53257673fce4c0b7f7307b571514bb7b92fa06cc7e407f80f85e" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.6 The OCaml toplevel, version 4.14.2 2.3.0 2025-07-05 11:10.45 ---> using "136946daf17d74755f97e0e0d17c355664b0b582f53f270159dfd90ff2a9858b" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 727427c1e7..ee56c84f60 master -> origin/master 382e02b4c1 Merge pull request #28124 from kit-ty-kate/opam-publish-re.1.13.2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/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, 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-07-05 11:10.45 ---> using "3388e73058bd43334cc387815d8304b5181b028014bfba6787c6a9b7fec960a8" from cache /: (copy (src spamtacus.opam spamtacus-mirage.opam spamtacus-bayesian.opam) (dst /home/opam/src/./)) 2025-07-05 11:11.44 ---> saved as "18e699e944ae1ee1edb2099e4a0a5a0e8ac206fb1b35a98700687aeac3d8c58d" /: (run (network host) (shell "opam pin add -yn spamtacus.dev '/home/opam/src/./' && \ \nopam pin add -yn spamtacus-mirage.dev '/home/opam/src/./' && \ \nopam pin add -yn spamtacus-bayesian.dev '/home/opam/src/./'")) Package spamtacus does not exist, create as a NEW package? [y/n] y [spamtacus.dev] synchronised (file:///home/opam/src) spamtacus is now pinned to file:///home/opam/src (version dev) Package spamtacus-mirage does not exist, create as a NEW package? [y/n] y [spamtacus-mirage.dev] synchronised (file:///home/opam/src) spamtacus-mirage is now pinned to file:///home/opam/src (version dev) Package spamtacus-bayesian does not exist, create as a NEW package? [y/n] y [spamtacus-bayesian.dev] synchronised (file:///home/opam/src) spamtacus-bayesian is now pinned to file:///home/opam/src (version dev) 2025-07-05 11:12.42 ---> saved as "f1e07d0967389d86e727c33dd6275a929d268b6b299d1b8c1d0e75250ee55e2b" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2025-07-05 11:13.25 ---> saved as "bed69bd361c5bf5634415b49039e8f029ef05b43f7279dbc7b17c9e09584220f" /: (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.1 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.1.3.0 coin.0.1.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 emile.1.1 fmt.0.10.0 fpath.0.7.3 ipaddr.5.6.0 ke.0.6 logs.0.8.0 lwt.5.9.1 macaddr.5.6.0 mrmime.0.7.0 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.3 ptime.1.2.0 re.1.13.2 rosetta.0.3.0 rresult.0.7.0 seq.base topkg.1.0.8 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 /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --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.dev] synchronised (file:///home/opam/src) [spamtacus-mirage.dev] synchronised (file:///home/opam/src) [spamtacus-bayesian.dev] synchronised (file:///home/opam/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). 2025-07-05 11:14.23 ---> saved as "68eb217151d48fc457d8545f95972cf59473c740c86819c26b6d86403420654a" /: (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 39 packages - install angstrom 0.16.1 - install astring 0.8.5 - install base-bytes base - install base64 3.5.1 - install bigarray-overlap 0.2.1 - install bigstringaf 0.10.0 - install cmdliner 1.3.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.4.1 - install dune 3.19.1 - install dune-configurator 3.19.1 - install emile 1.1 - install fmt 0.10.0 - install fpath 0.7.3 - install ipaddr 5.6.0 - install ke 0.6 - install logs 0.8.0 - install lwt 5.9.1 - install macaddr 5.6.0 - 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.13.2 - install rosetta 0.3.0 - install rresult 0.7.0 - install seq base - install topkg 1.0.8 - install unstrctrd 0.4 - install uutf 1.0.4 - install uuuu 0.3.0 - install yuscii 0.3.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base64.3.5.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved bigarray-overlap.0.2.1 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved angstrom.0.16.1 (cached) -> installed conf-pkg-config.4 -> retrieved cppo.1.8.0 (cached) -> retrieved coin.0.1.4 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved domain-name.0.4.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved emile.1.1 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved ipaddr.5.6.0, macaddr.5.6.0 (cached) -> retrieved ke.0.6 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved lwt.5.9.1 (cached) -> retrieved mrmime.0.7.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> 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 re.1.13.2 (cached) -> retrieved rosetta.0.3.0 (cached) -> retrieved seq.base (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved unstrctrd.0.4 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved uuuu.0.3.0 (cached) -> retrieved yuscii.0.3.0 (cached) -> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) -> installed cmdliner.1.3.0 -> installed dune.3.19.1 -> installed ocamlbuild.0.16.1 -> installed base64.3.5.1 -> installed bigarray-overlap.0.2.1 -> installed cppo.1.8.0 -> installed csexp.1.5.2 -> installed domain-name.0.4.1 -> installed dune-configurator.3.19.1 -> installed macaddr.5.6.0 -> installed bigstringaf.0.10.0 -> installed ipaddr.5.6.0 -> installed ocaml-syntax-shims.1.0.0 -> installed ocamlfind.1.9.8 -> installed angstrom.0.16.1 -> installed base-bytes.base -> installed pecu.0.7 -> installed ocplib-endian.1.2 -> installed seq.base -> installed topkg.1.0.8 -> installed lwt.5.9.1 -> installed astring.0.8.5 -> installed fmt.0.10.0 -> installed fpath.0.7.3 -> installed ke.0.6 -> installed logs.0.8.0 -> installed prettym.0.0.3 -> installed ptime.1.2.0 -> installed re.1.13.2 -> installed rresult.0.7.0 -> installed coin.0.1.4 -> installed uutf.1.0.4 -> installed uuuu.0.3.0 -> installed emile.1.1 -> installed unstrctrd.0.4 -> installed yuscii.0.3.0 -> installed rosetta.0.3.0 -> installed mrmime.0.7.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-05 11:24.03 ---> saved as "dc28c95eacb05d17675bf0f542d35e374b5f827d0e95b5c7a3ff2196a8facdc0" /: (copy (src .) (dst /home/opam/src)) 2025-07-05 11:24.45 ---> saved as "79c18c613ed70371da8770e93865d94ae7e10c17132092a2f088a707ac373561" /: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-07-05 11:26.31 ---> saved as "ba5c098214b036c4a88c5f749843e5c04c521a3554b8be37f57d6a961d443189" Job succeeded 2025-07-05 11:26.31: Job succeeded