2025-10-18 16:36.08: New job: test mirage/spamtacus https://github.com/mirage/spamtacus.git#refs/heads/main (2d10c6f114e63621bb26999fefd7881f3e673bad) (linux-x86_64:opensuse-16.0-4.14_opam-2.4) Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1 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:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1 # opensuse-16.0-4.14_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && 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.2 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.2.0.0 coin.0.1.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 ke.0.6 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 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.14.0 rosetta.0.3.0 rresult.0.7.0 topkg.1.1.0 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.4 --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-10-18 16:36.08: Using cache hint "mirage/spamtacus-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1-opensuse-16.0-4.14_opam-2.4-a955f9c84ea5a0c849085c394e5e98a5" 2025-10-18 16:36.08: Using OBuilder spec: ((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1) (comment opensuse-16.0-4.14_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && 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 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.2.0.0 coin.0.1.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 ke.0.6 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 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.14.0 rosetta.0.3.0 rresult.0.7.0 topkg.1.1.0 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.4 --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-10-18 16:36.08: Waiting for resource in pool OCluster 2025-10-18 17:32.00: Waiting for worker… 2025-10-18 17:39.22: Got resource from pool OCluster Building on eumache hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialised empty Git repository in /var/cache/obuilder/ocluster/git/spamtacus.git-d8a1c7d91cabad4d45525bf478b263707ec6a5db/.git/ HEAD is now at 2d10c6f Merge pull request #12 from mirage/lint (from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1) Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1' locally docker.io/ocaml/opam@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1: Pulling from ocaml/opam 64cfa2a65095: Already exists 7971a163c5cf: Already exists 0bcedfafe7dd: Already exists f42ca884ff10: Already exists 7a58dd924804: Already exists 73b6bf2442e2: Already exists c7b2f1118c39: Already exists 9664ba876e4c: Already exists d307e097761a: Already exists a2f7a77a011c: Already exists 94b2c92a6e32: Already exists dc059a0b69a6: Already exists b1b115775ad6: Already exists 9578045c60a5: Pulling fs layer 9438161e6dc8: Pulling fs layer 5354b34c6410: Pulling fs layer 7ba29a3affaf: Pulling fs layer 9578045c60a5: Waiting 978c6754ed91: Pulling fs layer 9438161e6dc8: Waiting 5354b34c6410: Waiting 4f4fb700ef54: Pulling fs layer 7ba29a3affaf: Waiting 1a894d493bd5: Pulling fs layer e279e4c3cc8b: Pulling fs layer cdfaa2485c7d: Pulling fs layer 4f4fb700ef54: Waiting c8563e41aa6f: Pulling fs layer 911bff4bcd02: Pulling fs layer 978c6754ed91: Waiting 1a894d493bd5: Waiting 7e6490154d95: Pulling fs layer cdfaa2485c7d: Waiting dd6beeecc8f8: Pulling fs layer e279e4c3cc8b: Waiting c8563e41aa6f: Waiting 911bff4bcd02: Waiting 3e02f73f561d: Pulling fs layer 7e6490154d95: Waiting dd6beeecc8f8: Waiting 801dc6436763: Pulling fs layer 7ddd0c153f59: Pulling fs layer 3e02f73f561d: Waiting 801dc6436763: Waiting 5ee8f7f96184: Pulling fs layer 7ddd0c153f59: Waiting facc8b57701e: Pulling fs layer f5c712f16134: Pulling fs layer 7c5c7be08383: Pulling fs layer 5ee8f7f96184: Waiting 25e2ed376925: Pulling fs layer facc8b57701e: Waiting 1b4a119d9eef: Pulling fs layer f5c712f16134: Waiting 7c5c7be08383: Waiting ab7e2fb7737c: Pulling fs layer 25e2ed376925: Waiting db30acbe9a06: Pulling fs layer 1b4a119d9eef: Waiting 4f666f8f907e: Pulling fs layer 23c142cc9273: Pulling fs layer e74b0971cd39: Pulling fs layer 23c142cc9273: Waiting ab7e2fb7737c: Waiting db30acbe9a06: Waiting eea27d0942eb: Pulling fs layer 4f666f8f907e: Waiting e74b0971cd39: Waiting eea27d0942eb: Waiting 9438161e6dc8: Verifying Checksum 9438161e6dc8: Download complete 5354b34c6410: Verifying Checksum 5354b34c6410: Download complete 7ba29a3affaf: Verifying Checksum 7ba29a3affaf: Download complete 978c6754ed91: Verifying Checksum 978c6754ed91: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 1a894d493bd5: Download complete e279e4c3cc8b: Verifying Checksum e279e4c3cc8b: Download complete cdfaa2485c7d: Download complete c8563e41aa6f: Download complete 911bff4bcd02: Download complete 7e6490154d95: Verifying Checksum 7e6490154d95: Download complete dd6beeecc8f8: Verifying Checksum dd6beeecc8f8: Download complete 9578045c60a5: Verifying Checksum 9578045c60a5: Download complete 3e02f73f561d: Download complete 9578045c60a5: Pull complete 9438161e6dc8: Pull complete 5354b34c6410: Pull complete 7ba29a3affaf: Pull complete 978c6754ed91: Pull complete 4f4fb700ef54: Pull complete 1a894d493bd5: Pull complete e279e4c3cc8b: Pull complete cdfaa2485c7d: Pull complete c8563e41aa6f: Pull complete 911bff4bcd02: Pull complete 7e6490154d95: Pull complete dd6beeecc8f8: Pull complete 3e02f73f561d: Pull complete 801dc6436763: Verifying Checksum 801dc6436763: Download complete 801dc6436763: Pull complete 7ddd0c153f59: Verifying Checksum 7ddd0c153f59: Download complete 7ddd0c153f59: Pull complete 5ee8f7f96184: Verifying Checksum 5ee8f7f96184: Download complete 5ee8f7f96184: Pull complete facc8b57701e: Verifying Checksum facc8b57701e: Download complete facc8b57701e: Pull complete 7c5c7be08383: Download complete 1b4a119d9eef: Download complete ab7e2fb7737c: Verifying Checksum ab7e2fb7737c: Download complete db30acbe9a06: Download complete f5c712f16134: Verifying Checksum f5c712f16134: Download complete 23c142cc9273: Verifying Checksum 23c142cc9273: Download complete e74b0971cd39: Verifying Checksum e74b0971cd39: Download complete eea27d0942eb: Verifying Checksum eea27d0942eb: Download complete f5c712f16134: Pull complete 7c5c7be08383: Pull complete 25e2ed376925: Verifying Checksum 25e2ed376925: Download complete 25e2ed376925: Pull complete 1b4a119d9eef: Pull complete ab7e2fb7737c: Pull complete db30acbe9a06: Pull complete 4f666f8f907e: Verifying Checksum 4f666f8f907e: Download complete 4f666f8f907e: Pull complete 23c142cc9273: Pull complete e74b0971cd39: Pull complete eea27d0942eb: Pull complete Digest: sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1 Status: Downloaded newer image for ocaml/opam@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1 2025-10-18 17:39.23 ---> using "edeae5226791935b63a8fd5be3eaac2ce37c898763f283ad46f4cdae8d9b727f" from cache /: (comment opensuse-16.0-4.14_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-10-18 17:39.23 ---> using "3120a7277ea96be3f4a85df6f9443ac9eaa0a35193d3790dbf701864a67e6b3a" 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. Continue? [Y/n] y 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. [NOTE] The 'jobs' option was reset, its value was 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-10-18 17:39.23 ---> using "aed3ef74c0e3f661f96253076c2d23652dab93a943434cd93f5d0e10d3cb2a0c" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-10-18 17:39.23 ---> using "1cd582082aacd8d1a8a2bdf75160f7d1d095e044090e56f0e8a5efaa787f8af0" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-18 17:39.23 ---> using "d477bbe834e90da9624ae1e0cff2923d54e3c6e42da56f5a8ac8408ae118e4f6" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 1abfcdbf14..5bf570252b master -> origin/master 60c74a29f5 Merge pull request #28709 from hannesm/release-domain-name-v0.5.0 <><> 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 at these versions (e.g. "opam upgrade ocaml.5.3.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) 2025-10-18 17:39.23 ---> using "dc48ea4613ba289fab42b80154e61abec2b39e9475bf66d5dea7d91267a9debc" from cache /src: (copy (src spamtacus.opam spamtacus-mirage.opam spamtacus-bayesian.opam) (dst ./)) 2025-10-18 17:39.24 ---> saved as "fbda1ea072cac4a12bca4b148330e08c0a0bc9812a70a9fa0119bc6920fc9af1" /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) 2025-10-18 17:39.29 ---> saved as "02d4d04aab142775915ab36eb1621f9c22cb9e573e9f1b6d3178a368d6ea3008" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-18 17:39.29 ---> saved as "9e56123342295ea9c4a077b8ff20d48d9ab733060c145ac60c1249e63ee8d8dd" /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 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.2.0.0 coin.0.1.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 ke.0.6 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 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.14.0 rosetta.0.3.0 rresult.0.7.0 topkg.1.1.0 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.4 --depext-only -y spamtacus.dev spamtacus-mirage.dev spamtacus-bayesian.dev $DEPS")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Repository 'repo-openh264 (16.0)' is up to date. - Repository 'repo-oss (16.0)' is up to date. - All repositories have been refreshed. <><> 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). 2025-10-18 17:39.45 ---> saved as "a46de5481c763943d9125108bad0443e1ed425db366d4457a60765ac544edcdc" /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 38 packages - install angstrom 0.16.1 - install astring 0.8.5 - install base-bytes base - install base64 3.5.2 - install bigarray-overlap 0.2.1 - install bigstringaf 0.10.0 - install cmdliner 2.0.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.5.0 - install dune 3.20.2 - install dune-configurator 3.20.2 - 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.9.0 - install lwt 5.9.2 - install macaddr 5.6.1 - 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.14.0 - install rosetta 0.3.0 - install rresult 0.7.0 - install topkg 1.1.0 - install unstrctrd 0.4 - install uutf 1.0.4 - install uuuu 0.3.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 bigarray-overlap.0.2.1 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved cmdliner.2.0.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.5.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved emile.1.1 (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.9.0 (cached) -> retrieved lwt.5.9.2 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved mrmime.0.7.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.3 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved rosetta.0.3.0 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved unstrctrd.0.4 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved uuuu.0.3.0 (cached) -> retrieved yuscii.0.3.0 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> installed cmdliner.2.0.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.0 -> installed rresult.0.7.0 -> installed uutf.1.0.4 -> installed ptime.1.2.0 -> installed astring.0.8.5 -> installed fmt.0.11.0 -> installed fpath.0.7.3 -> installed dune.3.20.2 -> installed yuscii.0.3.0 -> installed base64.3.5.2 -> installed bigarray-overlap.0.2.1 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed domain-name.0.5.0 -> installed ke.0.6 -> installed macaddr.5.6.1 -> installed ocaml-syntax-shims.1.0.0 -> installed pecu.0.7 -> installed re.1.14.0 -> installed ocplib-endian.1.2 -> installed ipaddr.5.6.1 -> installed coin.0.1.4 -> installed uuuu.0.3.0 -> installed rosetta.0.3.0 -> installed dune-configurator.3.20.2 -> 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.2 -> installed logs.0.9.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-10-18 17:41.27 ---> saved as "198ca20141831acdbb7e4ef429b8574684b902575fbba69eb037813171e54444" /src: (copy (src .) (dst /src)) 2025-10-18 17:41.27 ---> saved as "7100130629e74ed328d37a62a65e67e180a6132077c6e5f7a0bda0eef74c1183" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-10-18 17:42.35 ---> saved as "f5c115c268d41fc8a2afb166237828f76050ab893bb17752c823fe1d6dcb1e95" Job succeeded 2025-10-18 17:42.35: Job succeeded