2026-05-05 14:39.24: New job: test mirage/spamtacus https://github.com/mirage/spamtacus.git#refs/heads/main (2d10c6f114e63621bb26999fefd7881f3e673bad) (linux-x86_64:alpine-3.23-4.14_opam-2.5)Base: ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9Opam 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 ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9# alpine-3.23-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && 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.1 coin.0.1.5 cppo.1.8.0 csexp.1.5.2 domain-name.0.5.0 dune.3.23.0 dune-configurator.3.23.0 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.2 ke.0.6 logs.0.10.0 lwt.6.1.2 macaddr.5.6.2 mrmime.0.7.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.5 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-05-05 14:39.24: Using cache hint "mirage/spamtacus-ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9-alpine-3.23-4.14_opam-2.5-e043f0f27d7245de6f882329e941a64e"2026-05-05 14:39.24: Using OBuilder spec:((from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9)(comment alpine-3.23-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/bin/opam-2.5 /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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && 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 (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.1 coin.0.1.5 cppo.1.8.0 csexp.1.5.2 domain-name.0.5.0 dune.3.23.0 dune-configurator.3.23.0 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.2 ke.0.6 logs.0.10.0 lwt.6.1.2 macaddr.5.6.2 mrmime.0.7.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.5 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-05-05 14:39.24: Waiting for resource in pool OCluster2026-05-05 15:48.36: Waiting for worker…2026-05-05 15:53.41: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 2d10c6f Merge pull request #12 from mirage/lint(from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9)Unable to find image 'ocaml/opam:alpine-3.23-ocaml-4.14@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9' locallydocker.io/ocaml/opam@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9: Pulling from ocaml/opam6a0ac1617861: Pulling fs layer9630673831f3: Pulling fs layer4cffb540229a: Pulling fs layeraa3cee094119: Pulling fs layerf2700202f619: Pulling fs layer33135c7375d5: Pulling fs layer1ea4b64ae955: Pulling fs layerca34ef70eda1: Pulling fs layer4cffb540229a: Waitingd4998b6f8f35: Pulling fs layerf2700202f619: Waiting33135c7375d5: Waitingaa3cee094119: Waitingca34ef70eda1: Waiting1ea4b64ae955: Waiting9630673831f3: Waiting6a0ac1617861: Waitingd4998b6f8f35: Waiting4a43cfe8648c: Pulling fs layer453dd28eaace: Pulling fs layera962f0379f0a: Pulling fs layer453dd28eaace: Waitingb68882dcbbd8: Pulling fs layera962f0379f0a: Waiting3f63b4eac828: Pulling fs layer0720e1e1068a: Pulling fs layerb68882dcbbd8: Waiting0676d4d6023a: Pulling fs layer3f63b4eac828: Waiting0ab690805f49: Pulling fs layer0720e1e1068a: Waitingfc0af979c0fe: Pulling fs layer0676d4d6023a: Waiting4f4fb700ef54: Pulling fs layer63f1d0bef8ae: Pulling fs layerfc0af979c0fe: Waiting4f4fb700ef54: Waiting0ab690805f49: Waiting43fd6995d88f: Pulling fs layer63f1d0bef8ae: Waitingc775bfb331ab: Pulling fs layera7a9b5ed8780: Pulling fs layer43fd6995d88f: Waiting86ac791930d3: Pulling fs layerc775bfb331ab: Waiting2e34d70b785c: Pulling fs layera7a9b5ed8780: Waiting86ac791930d3: Waiting56c554cb0baa: Pulling fs layer0109b7ea4beb: Pulling fs layer2e34d70b785c: Waitinga72aa581a14e: Pulling fs layer0109b7ea4beb: Waiting56c554cb0baa: Waiting0b969b88b90b: Pulling fs layera72aa581a14e: Waitingd1ae0e2bf910: Pulling fs layercfd8efe5a061: Pulling fs layer0b969b88b90b: Waitinga34595d6f491: Pulling fs layerd1ae0e2bf910: Waiting7333547f58a0: Pulling fs layercfd8efe5a061: Waitinga34595d6f491: Waiting803cdf5f2902: Pulling fs layerd74501489c54: Pulling fs layer803cdf5f2902: Waiting628aecb9cafb: Pulling fs layer7333547f58a0: Waitingd74501489c54: Waiting0c52f398a865: Pulling fs layer628aecb9cafb: Waitingc0458221ae1b: Pulling fs layer5f395ae7d7f2: Pulling fs layer767edc63c5be: Pulling fs layer0c52f398a865: Waitingf3eb2829860a: Pulling fs layerc0458221ae1b: Waiting767edc63c5be: Waiting5f395ae7d7f2: Waiting2cde0115c1f3: Pulling fs layerf3eb2829860a: Waiting2cde0115c1f3: Waiting6a0ac1617861: Verifying Checksum6a0ac1617861: Download complete9630673831f3: Verifying Checksum9630673831f3: Download complete6a0ac1617861: Pull complete9630673831f3: Pull complete4cffb540229a: Download complete4cffb540229a: Pull complete33135c7375d5: Verifying Checksum33135c7375d5: Download completef2700202f619: Verifying Checksumf2700202f619: Download completeaa3cee094119: Verifying Checksumaa3cee094119: Download completeca34ef70eda1: Verifying Checksumca34ef70eda1: Download complete1ea4b64ae955: Verifying Checksum1ea4b64ae955: Download completed4998b6f8f35: Verifying Checksumd4998b6f8f35: Download complete4a43cfe8648c: Verifying Checksum4a43cfe8648c: Download complete453dd28eaace: Download completea962f0379f0a: Verifying Checksuma962f0379f0a: Download completeb68882dcbbd8: Download complete3f63b4eac828: Download complete0676d4d6023a: Verifying Checksum0676d4d6023a: Download complete0720e1e1068a: Verifying Checksum0720e1e1068a: Download complete0ab690805f49: Verifying Checksum0ab690805f49: Download completefc0af979c0fe: Verifying Checksumfc0af979c0fe: Download complete4f4fb700ef54: Download complete63f1d0bef8ae: Verifying Checksum63f1d0bef8ae: Download complete43fd6995d88f: Download completec775bfb331ab: Download completea7a9b5ed8780: Download complete86ac791930d3: Verifying Checksum86ac791930d3: Download complete2e34d70b785c: Verifying Checksum2e34d70b785c: Download complete56c554cb0baa: Verifying Checksum56c554cb0baa: Download complete0109b7ea4beb: Verifying Checksum0109b7ea4beb: Download complete0b969b88b90b: Verifying Checksum0b969b88b90b: Download completed1ae0e2bf910: Download completecfd8efe5a061: Verifying Checksumcfd8efe5a061: Download complete7333547f58a0: Download completed74501489c54: Download complete628aecb9cafb: Verifying Checksum628aecb9cafb: Download complete0c52f398a865: Verifying Checksum0c52f398a865: Download complete803cdf5f2902: Verifying Checksum803cdf5f2902: Download completeaa3cee094119: Pull completef2700202f619: Pull complete33135c7375d5: Pull complete1ea4b64ae955: Pull completeca34ef70eda1: Pull completec0458221ae1b: Verifying Checksumc0458221ae1b: Download completed4998b6f8f35: Pull complete767edc63c5be: Download completef3eb2829860a: Verifying Checksumf3eb2829860a: Download complete4a43cfe8648c: Pull complete5f395ae7d7f2: Verifying Checksum5f395ae7d7f2: Download complete2cde0115c1f3: Verifying Checksum2cde0115c1f3: Download complete453dd28eaace: Pull completea962f0379f0a: Pull completeb68882dcbbd8: Pull complete3f63b4eac828: Pull complete0720e1e1068a: Pull complete0676d4d6023a: Pull complete0ab690805f49: Pull completefc0af979c0fe: Pull complete4f4fb700ef54: Pull complete63f1d0bef8ae: Pull complete43fd6995d88f: Pull completec775bfb331ab: Pull completea7a9b5ed8780: Pull complete86ac791930d3: Pull complete2e34d70b785c: Pull complete56c554cb0baa: Pull complete0109b7ea4beb: Pull completea72aa581a14e: Pull complete0b969b88b90b: Pull completed1ae0e2bf910: Pull completecfd8efe5a061: Pull completea34595d6f491: Verifying Checksuma34595d6f491: Download completea34595d6f491: Pull complete7333547f58a0: Pull complete803cdf5f2902: Pull completed74501489c54: Pull complete628aecb9cafb: Pull complete0c52f398a865: Pull completec0458221ae1b: Pull complete5f395ae7d7f2: Pull complete767edc63c5be: Pull completef3eb2829860a: Pull complete2cde0115c1f3: Pull completeDigest: sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef9Status: Downloaded newer image for ocaml/opam@sha256:c98c3afc38d39340ca2b1e9c3c1b8c127283806cba433dd4865c01d18c619ef92026-05-05 15:53.44 ---> using "8e65bc4d84a4bbc3f291f4c89c5f0411ea9740fc4228eddb2c11cbc44748b04d" from cache/: (comment alpine-3.23-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/bin/opam-2.5 /usr/bin/opam"))2026-05-05 15:53.44 ---> using "aab497e11bbd2fd71b7803c973cd82c25e2349fb71321f802961e3807e924999" 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 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com (Could not contact DNS servers)"[default] Initialised2026-05-05 15:53.44 ---> using "eb2bed6cc5341e5b0471166d705fb405ed6ae7bb0de6d51c8d40ccae315d2b42" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-110-genericThe OCaml toplevel, version 4.14.32.5.12026-05-05 15:53.44 ---> using "ea09d7cee032ea00f9c93f1d8f0d9acf6ca9697250ec8c7e8afdd1bda0b49776" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-05 15:53.44 ---> using "cac31a3672ff69f16a2ecc50953ac5f79547f2bf715d87c44760644423dcc0a2" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD045748b2d8..163a32c4d5 master -> origin/mastera70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[default] synchronised from git+file:///home/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.5.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-05-05 15:53.44 ---> using "964f603627bed1554329b39dd917a3bef6d8fe3e1e8380035cebf7deeab8969e" from cache/src: (copy (src spamtacus.opam spamtacus-mirage.opam spamtacus-bayesian.opam)(dst ./))2026-05-05 15:53.44 ---> saved as "59909465db52cceb24313b2210e24229fd38f78129c314d606289a58db06bde7"/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-05-05 15:53.48 ---> saved as "e8e458d27d11293123717ebf1de82b765d095bf6a5c52487e7d72245678bdd90"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-05 15:53.48 ---> saved as "82c0f4ef96557734c71553d1fb74fa45f538befa62ab335493da25119edd15b7"/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.1 coin.0.1.5 cppo.1.8.0 csexp.1.5.2 domain-name.0.5.0 dune.3.23.0 dune-configurator.3.23.0 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.2 ke.0.6 logs.0.10.0 lwt.6.1.2 macaddr.5.6.2 mrmime.0.7.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.5 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"))+ /usr/bin/sudo "apk" "update"- v3.23.4-136-g11c41b79f3b [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]- v3.23.4-131-gb5d853bc1dd [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]- v20260127-9047-gbf8898bdf81 [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20260127-9078-g3ca7d88f119 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20260127-9076-g6fcd29c33b6 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 62171 distinct packages available<><> 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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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).# To update the current shell environment, run: eval $(opam env)2026-05-05 15:53.58 ---> saved as "279ef6a601df0ecf3f13702ceace4e91798c479f3419d94128cc464bd1cc9b8c"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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- 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.1- install coin 0.1.5- install cppo 1.8.0- install csexp 1.5.2- install domain-name 0.5.0- install dune 3.23.0- install dune-configurator 3.23.0- install emile 1.1- install fmt 0.11.0- install fpath 0.7.3- install ipaddr 5.6.2- install ke 0.6- install logs 0.10.0- install lwt 6.1.2- install macaddr 5.6.2- install mrmime 0.7.2- 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.5- 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 base64.3.5.2 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved bstr.0.0.4 (cached)-> retrieved coin.0.1.5 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved domain-name.0.5.0 (cached)-> retrieved emile.1.1 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ke.0.6 (cached)-> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt.6.1.2 (cached)-> retrieved mrmime.0.7.2 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved pecu.0.7 (cached)-> retrieved prettym.0.0.5 (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 topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved uuuu.0.4.0 (cached)-> retrieved yuscii.0.3.0 (cached)-> retrieved dune.3.23.0, dune-configurator.3.23.0 (cached)-> installed cmdliner.2.1.1-> installed ocamlbuild.0.16.1-> 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 ptime.1.2.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.23.0-> installed base64.3.5.2-> installed csexp.1.5.2-> installed bstr.0.0.4-> installed coin.0.1.5-> installed cppo.1.8.0-> installed domain-name.0.5.0-> installed ke.0.6-> installed macaddr.5.6.2-> installed ocaml-syntax-shims.1.0.0-> installed pecu.0.7-> installed uuuu.0.4.0-> installed yuscii.0.3.0-> installed ocplib-endian.1.2-> installed rosetta.0.4.0-> installed prettym.0.0.5-> installed ipaddr.5.6.2-> installed dune-configurator.3.23.0-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed unstrctrd.0.4-> installed emile.1.1-> installed mrmime.0.7.2-> installed lwt.6.1.2-> installed logs.0.10.0Done.# To update the current shell environment, run: eval $(opam env)2026-05-05 15:54.47 ---> saved as "7c95fb0fb1259d7c24e914a45c102e1a2a7f8430a6f49fb6e4e748f1d0a20f77"/src: (copy (src .) (dst /src))2026-05-05 15:54.48 ---> saved as "141646d87c6780eac3bb9323c86e41244e27f87dbe5df9ef52c4e22d9d9d2d9c"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-05-05 15:55.08 ---> saved as "fdf3f24ff85e6eccae6fc25ff12cdad436fa1d6d483b19d19bf0c697d40089fd"Job succeeded2026-05-05 15:55.08: Job succeeded