2025-07-04 15:14.58: New job: test mirage/spamtacus https://github.com/mirage/spamtacus.git#refs/heads/main (2d10c6f114e63621bb26999fefd7881f3e673bad) (linux-x86_64:debian-11-4.14_opam-2.3) Base: ocaml/opam:debian-11-ocaml-4.14@sha256:439983ac4eaf6e5afff9930383a52f0561d66aca4c8694318a7efae8db246f5b 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 ocaml/opam:debian-11-ocaml-4.14@sha256:439983ac4eaf6e5afff9930383a52f0561d66aca4c8694318a7efae8db246f5b # debian-11-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src 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 ./ 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.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 . /src RUN 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-ocaml/opam:debian-11-ocaml-4.14@sha256:439983ac4eaf6e5afff9930383a52f0561d66aca4c8694318a7efae8db246f5b-debian-11-4.14_opam-2.3-1197e9013ff410fcb5dc87b676cac4ea" 2025-07-04 15:14.58: Using OBuilder spec: ((from ocaml/opam:debian-11-ocaml-4.14@sha256:439983ac4eaf6e5afff9930383a52f0561d66aca4c8694318a7efae8db246f5b) (comment debian-11-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo 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")) (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 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 ./)) (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.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 /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-07-04 15:14.58: Waiting for resource in pool OCluster 2025-07-04 18:03.45: Waiting for worker… 2025-07-04 18:06.29: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 2d10c6f Merge pull request #12 from mirage/lint (from ocaml/opam:debian-11-ocaml-4.14@sha256:439983ac4eaf6e5afff9930383a52f0561d66aca4c8694318a7efae8db246f5b) 2025-07-04 18:06.29 ---> using "5139f751e8ca6d32092a09bff0cf130b2d5e8fb8695ddfda8d0c91f3ab34356d" from cache /: (comment debian-11-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-07-04 18:06.29 ---> using "4ab28cffe28db98fdb1142efb300c861daddb13a75d54e7c512bab1c113bf2f7" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-07-04 18:06.29 ---> using "c4ddbfa8f36377deb2cd3efc9c5ea5eca070ccd1f1952591854d7c1dbf234fef" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-60-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-07-04 18:06.29 ---> using "96d9234fabc13d54407c97df20a2948e74e6d738fc48c161bd7dd9ee76cd6555" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-04 18:06.29 ---> using "c686d3886c2d03b3e22e34d9661d0dc14d80522f00304367f57481ea60ce3875" from cache /src: (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 c7269f729a..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 git+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-04 18:06.29 ---> using "a9ec3caac94a99c8e83f8cbce071135541383f9b24a1e5101e8af908b202c01b" from cache /src: (copy (src spamtacus.opam spamtacus-mirage.opam spamtacus-bayesian.opam) (dst ./)) 2025-07-04 18:06.29 ---> saved as "34c92ef81b5dbee057aa9a435a0ff9cb4095aad3a1385fd4d0219360d3957a14" /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 './'")) Package spamtacus does not exist, create as a NEW package? [y/n] y [spamtacus.dev] synchronised (file:///src) spamtacus is now pinned to file:///src (version dev) Package spamtacus-mirage does not exist, create as a NEW package? [y/n] y [spamtacus-mirage.dev] synchronised (file:///src) spamtacus-mirage is now pinned to file:///src (version dev) Package spamtacus-bayesian does not exist, create as a NEW package? [y/n] y [spamtacus-bayesian.dev] synchronised (file:///src) spamtacus-bayesian is now pinned to file:///src (version dev) 2025-07-04 18:06.32 ---> saved as "d68daf2068d36568ecc11c74adafa536c9984036390346cf88412cac5ca158fe" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-04 18:06.32 ---> saved as "fec50b4bc44d4920b0bbe74f714028ad36739a510b42a762348dce958046a9f9" /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.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") /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.3 --depext-only -y spamtacus.dev spamtacus-mirage.dev spamtacus-bayesian.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bullseye InRelease - Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB] - Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB] - Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [384 kB] - Fetched 455 kB in 0s (1186 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [spamtacus.dev] synchronised (file:///src) [spamtacus-bayesian.dev] synchronised (file:///src) [spamtacus-mirage.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). The following system packages will first need to be installed: pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libglib2.0-0:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18342 files and directories currently installed.) - Preparing to unpack .../0-libglib2.0-0_2.66.8-1+deb11u6_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.66.8-1+deb11u6) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../1-libglib2.0-data_2.66.8-1+deb11u6_all.deb ... - Unpacking libglib2.0-data (2.66.8-1+deb11u6) ... - Selecting previously unselected package libicu67:amd64. - Preparing to unpack .../2-libicu67_67.1-7+deb11u1_amd64.deb ... - Unpacking libicu67:amd64 (67.1-7+deb11u1) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../3-libxml2_2.9.10+dfsg-6.7+deb11u7_amd64.deb ... - Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u7) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../4-pkg-config_0.29.2-1_amd64.deb ... - Unpacking pkg-config (0.29.2-1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../5-shared-mime-info_2.0-1_amd64.deb ... - Unpacking shared-mime-info (2.0-1) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../6-xdg-user-dirs_0.17-2_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2) ... - Setting up libicu67:amd64 (67.1-7+deb11u1) ... - Setting up xdg-user-dirs (0.17-2) ... - Setting up libglib2.0-0:amd64 (2.66.8-1+deb11u6) ... - No schema files found: doing nothing. - Setting up libglib2.0-data (2.66.8-1+deb11u6) ... - Setting up pkg-config (0.29.2-1) ... - Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u7) ... - Setting up shared-mime-info (2.0-1) ... - Processing triggers for libc-bin (2.31-13+deb11u13) ... 2025-07-04 18:06.42 ---> saved as "be539c2f50c6b9c6908f357ffa9a2851d2bbba99bc173956ddb91a50dca119b3" /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 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 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 cmdliner.1.3.0 (cached) -> retrieved coin.0.1.4 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-pkg-config.4 -> retrieved csexp.1.5.2 (cached) -> retrieved domain-name.0.4.1 (cached) -> retrieved emile.1.1 (cached) -> retrieved fmt.0.10.0 (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) -> installed seq.base -> retrieved rresult.0.7.0 (cached) -> retrieved unstrctrd.0.4 (cached) -> retrieved topkg.1.0.8 (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 ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.0.8 -> installed rresult.0.7.0 -> installed uutf.1.0.4 -> installed fmt.0.10.0 -> installed ptime.1.2.0 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.19.1 -> installed csexp.1.5.2 -> installed base64.3.5.1 -> installed bigarray-overlap.0.2.1 -> installed cppo.1.8.0 -> installed domain-name.0.4.1 -> installed ke.0.6 -> installed macaddr.5.6.0 -> installed ocaml-syntax-shims.1.0.0 -> installed pecu.0.7 -> installed re.1.13.2 -> installed yuscii.0.3.0 -> installed ocplib-endian.1.2 -> installed ipaddr.5.6.0 -> installed coin.0.1.4 -> installed uuuu.0.3.0 -> installed rosetta.0.3.0 -> installed dune-configurator.3.19.1 -> installed bigstringaf.0.10.0 -> installed angstrom.0.16.1 -> installed prettym.0.0.3 -> installed unstrctrd.0.4 -> installed emile.1.1 -> installed mrmime.0.7.0 -> installed lwt.5.9.1 -> installed logs.0.8.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-04 18:07.16 ---> saved as "c0c9874e36f14a122bafb914c87add13d31c4ea6566d7415d978c65e3df35401" /src: (copy (src .) (dst /src)) 2025-07-04 18:07.17 ---> saved as "fee58de09823bf6f900fb9e679def77e7996a8ea8e0a485b52d81ab5f9a7d9f8" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-07-04 18:07.33 ---> saved as "cda79282b433ba2e5e10118555bc135aa2baf6f13ac121fa9f88d4261a366b21" Job succeeded 2025-07-04 18:07.33: Job succeeded