2026-05-05 14:40.14: New job: test mirage/bechamel https://github.com/mirage/bechamel.git#refs/pull/55/head (fe430a3bcbfe43f9b3f0ab3946548e38cd3255c6) (linux-x86_64:opensuse-15.6-5.4_opam-2.5) Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/bechamel.git" && cd "bechamel" && git fetch origin "refs/pull/55/head" && git reset --hard fe430a3b cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745 # opensuse-15.6-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mperf.opam bechamel.opam bechamel-perf.opam bechamel-notty.opam bechamel-js.opam ./ RUN opam pin add -yn mperf.dev './' && \ opam pin add -yn bechamel.dev './' && \ opam pin add -yn bechamel-perf.dev './' && \ opam pin add -yn bechamel-notty.dev './' && \ opam pin add -yn bechamel-js.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.2.1.1 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.23.0 dune-configurator.3.23.0 fmt.0.11.0 hex.1.5.0 json-data-encoding.1.1.1 jsonm.1.0.2 notty-community.0.2.4 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mperf.dev bechamel.dev bechamel-perf.dev bechamel-notty.dev bechamel-js.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 2026-05-05 14:40.14: Using cache hint "mirage/bechamel-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745-opensuse-15.6-5.4_opam-2.5-7a1a36408f1b1ba40a6b8421b6a91bf7" 2026-05-05 14:40.14: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745) (comment opensuse-15.6-5.4_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 mperf.opam bechamel.opam bechamel-perf.opam bechamel-notty.opam bechamel-js.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mperf.dev './' && \ \nopam pin add -yn bechamel.dev './' && \ \nopam pin add -yn bechamel-perf.dev './' && \ \nopam pin add -yn bechamel-notty.dev './' && \ \nopam pin add -yn bechamel-js.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.2.1.1 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.23.0 dune-configurator.3.23.0 fmt.0.11.0 hex.1.5.0 json-data-encoding.1.1.1 jsonm.1.0.2 notty-community.0.2.4 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4") (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 mperf.dev bechamel.dev bechamel-perf.dev bechamel-notty.dev bechamel-js.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:40.14: Waiting for resource in pool OCluster 2026-05-05 16:45.54: Waiting for worker… 2026-05-05 16:49.07: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at fe430a3 Bechamel requires, at least, OCaml 4.10 (from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745) Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745' locally docker.io/ocaml/opam@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745: Pulling from ocaml/opam 2824220eb759: Pulling fs layer d6e0f6bf3ee8: Pulling fs layer 98ea95f8982c: Pulling fs layer 66c4e2d11417: Pulling fs layer 178bf13c4542: Pulling fs layer 3363b6690622: Pulling fs layer 178bf13c4542: Waiting 2f360ed5ed1c: Pulling fs layer 3363b6690622: Waiting 0157dc55738d: Pulling fs layer 2f360ed5ed1c: Waiting adbd7b083662: Pulling fs layer 0157dc55738d: Waiting 08da4b8ec306: Pulling fs layer adbd7b083662: Waiting 2d08af6962f0: Pulling fs layer 0eb7579d9e49: Pulling fs layer 08da4b8ec306: Waiting 2d08af6962f0: Waiting a469e6a3633d: Pulling fs layer 0eb7579d9e49: Waiting 82c744fdb18a: Pulling fs layer a469e6a3633d: Waiting 36b9f578dfd0: Pulling fs layer 82c744fdb18a: Waiting 67e235ccb630: Pulling fs layer 36b9f578dfd0: Waiting 054af01a93fc: Pulling fs layer 67e235ccb630: Waiting e8dd567f0fce: Pulling fs layer 054af01a93fc: Waiting e8dd567f0fce: Waiting 4f4fb700ef54: Pulling fs layer 95a8dc77b77e: Pulling fs layer cc10f5cb66cf: Pulling fs layer 4f4fb700ef54: Waiting 95a8dc77b77e: Waiting cc10f5cb66cf: Waiting c6967ed40884: Pulling fs layer 86261b212eac: Pulling fs layer c593fa27ed82: Pulling fs layer c6967ed40884: Waiting 86261b212eac: Waiting 327409bbc709: Pulling fs layer c593fa27ed82: Waiting 68843b0965c1: Pulling fs layer 327409bbc709: Waiting 1dce24306ea4: Pulling fs layer 68843b0965c1: Waiting d41b89be77dc: Pulling fs layer a847491754f8: Pulling fs layer 2ba6e682b334: Pulling fs layer 1dce24306ea4: Waiting a847491754f8: Waiting d41b89be77dc: Waiting 88783f87eac5: Pulling fs layer 2ba6e682b334: Waiting 94a228a5ee2b: Pulling fs layer 88783f87eac5: Waiting effccec7e4d4: Pulling fs layer 94a228a5ee2b: Waiting 2f4d54523759: Pulling fs layer effccec7e4d4: Waiting c433d8fc16c8: Pulling fs layer e8dea40a6ae6: Pulling fs layer c433d8fc16c8: Waiting 5be5b25f37bd: Pulling fs layer e8dea40a6ae6: Waiting 8a320261bc75: Pulling fs layer 5be5b25f37bd: Waiting f36d6c98cb79: Pulling fs layer 8a320261bc75: Waiting 48745103a26a: Pulling fs layer 2c60e853f538: Pulling fs layer f36d6c98cb79: Waiting 48745103a26a: Waiting 303d675deef6: Pulling fs layer 10d6d5991602: Pulling fs layer 2c60e853f538: Waiting 303d675deef6: Waiting 10d6d5991602: Waiting 49510a9bffbc: Pulling fs layer 49510a9bffbc: Waiting d6e0f6bf3ee8: Download complete 98ea95f8982c: Verifying Checksum 98ea95f8982c: Download complete 178bf13c4542: Download complete 3363b6690622: Verifying Checksum 3363b6690622: Download complete 2f360ed5ed1c: Download complete 0157dc55738d: Download complete adbd7b083662: Verifying Checksum adbd7b083662: Download complete 08da4b8ec306: Verifying Checksum 08da4b8ec306: Download complete 2d08af6962f0: Verifying Checksum 2d08af6962f0: Download complete 0eb7579d9e49: Download complete a469e6a3633d: Verifying Checksum a469e6a3633d: Download complete 82c744fdb18a: Verifying Checksum 82c744fdb18a: Download complete 36b9f578dfd0: Verifying Checksum 36b9f578dfd0: Download complete 67e235ccb630: Verifying Checksum 67e235ccb630: Download complete 054af01a93fc: Verifying Checksum 054af01a93fc: Download complete e8dd567f0fce: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 95a8dc77b77e: Download complete cc10f5cb66cf: Verifying Checksum cc10f5cb66cf: Download complete c6967ed40884: Verifying Checksum c6967ed40884: Download complete 86261b212eac: Download complete c593fa27ed82: Verifying Checksum c593fa27ed82: Download complete 327409bbc709: Verifying Checksum 327409bbc709: Download complete 68843b0965c1: Verifying Checksum 68843b0965c1: Download complete 1dce24306ea4: Verifying Checksum 1dce24306ea4: Download complete d41b89be77dc: Verifying Checksum d41b89be77dc: Download complete a847491754f8: Verifying Checksum a847491754f8: Download complete 2ba6e682b334: Verifying Checksum 2ba6e682b334: Download complete 88783f87eac5: Verifying Checksum 88783f87eac5: Download complete 2824220eb759: Download complete effccec7e4d4: Verifying Checksum effccec7e4d4: Download complete 2824220eb759: Pull complete d6e0f6bf3ee8: Pull complete 98ea95f8982c: Pull complete 2f4d54523759: Verifying Checksum 2f4d54523759: Download complete 66c4e2d11417: Verifying Checksum 66c4e2d11417: Download complete e8dea40a6ae6: Verifying Checksum e8dea40a6ae6: Download complete c433d8fc16c8: Verifying Checksum c433d8fc16c8: Download complete 5be5b25f37bd: Verifying Checksum 5be5b25f37bd: Download complete 8a320261bc75: Verifying Checksum 8a320261bc75: Download complete f36d6c98cb79: Verifying Checksum f36d6c98cb79: Download complete 48745103a26a: Verifying Checksum 48745103a26a: Download complete 303d675deef6: Verifying Checksum 303d675deef6: Download complete 49510a9bffbc: Download complete 2c60e853f538: Verifying Checksum 2c60e853f538: Download complete 66c4e2d11417: Pull complete 178bf13c4542: Pull complete 3363b6690622: Pull complete 2f360ed5ed1c: Pull complete 0157dc55738d: Pull complete 94a228a5ee2b: Verifying Checksum 94a228a5ee2b: Download complete adbd7b083662: Pull complete 08da4b8ec306: Pull complete 2d08af6962f0: Pull complete 0eb7579d9e49: Pull complete a469e6a3633d: Pull complete 82c744fdb18a: Pull complete 36b9f578dfd0: Pull complete 67e235ccb630: Pull complete 054af01a93fc: Pull complete e8dd567f0fce: Pull complete 4f4fb700ef54: Pull complete 95a8dc77b77e: Pull complete cc10f5cb66cf: Pull complete c6967ed40884: Pull complete 86261b212eac: Pull complete c593fa27ed82: Pull complete 327409bbc709: Pull complete 68843b0965c1: Pull complete 1dce24306ea4: Pull complete d41b89be77dc: Pull complete a847491754f8: Pull complete 2ba6e682b334: Pull complete 88783f87eac5: Pull complete 94a228a5ee2b: Pull complete effccec7e4d4: Pull complete 2f4d54523759: Pull complete c433d8fc16c8: Pull complete e8dea40a6ae6: Pull complete 5be5b25f37bd: Pull complete 8a320261bc75: Pull complete f36d6c98cb79: Pull complete 48745103a26a: Pull complete 2c60e853f538: Pull complete 303d675deef6: Pull complete 10d6d5991602: Pull complete 49510a9bffbc: Pull complete Digest: sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745 Status: Downloaded newer image for ocaml/opam@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745 2026-05-05 16:49.07 ---> using "5a3680208c73beb3331771a2f7c7cfa44299220a0d1ff13e680cdae5b80bdaf8" from cache /: (comment opensuse-15.6-5.4_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 16:49.07 ---> using "463c319ef5be82dadb4076ef7cbdb1657274c5987ad974c76f4520c6671653ad" 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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-05-05 16:49.07 ---> using "78bb359f9aafa4629dc59de13b9deb4bc92d380688527008853d4cbf7d329c49" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-110-generic The OCaml toplevel, version 5.4.1 2.5.0 2026-05-05 16:49.07 ---> using "f6fc4b12b0418b37aa6f9f032abf9c0881c3fa85253a420db64176a4057fa51e" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-05 16:49.07 ---> using "1b29546a3142f107d43752c85d792b294550aa31a3a2bc5277f7fff61f0aa274" 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_HEAD 42844088d7..a70af20c71 master -> origin/master a70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository default (at git+file:///home/opam/opam-repository): [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html) default (at git+file:///home/opam/opam-repository): [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html) Everything as up-to-date as possible 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 16:49.07 ---> using "a11968f3feb325792cfeb6dbf1a880855f5647391f7afdf1e853e9f2715506b6" from cache /src: (copy (src mperf.opam bechamel.opam bechamel-perf.opam bechamel-notty.opam bechamel-js.opam) (dst ./)) 2026-05-05 16:49.08 ---> saved as "d425e05f1606f2c091bbb7eb4c4c6cffbaa4f93ee1a1455d8597731e99ac0557" /src: (run (network host) (shell "opam pin add -yn mperf.dev './' && \ \nopam pin add -yn bechamel.dev './' && \ \nopam pin add -yn bechamel-perf.dev './' && \ \nopam pin add -yn bechamel-notty.dev './' && \ \nopam pin add -yn bechamel-js.dev './'")) [mperf.dev] synchronised (file:///src) mperf is now pinned to file:///src (version dev) [bechamel.dev] synchronised (file:///src) bechamel is now pinned to file:///src (version dev) [bechamel-perf.dev] synchronised (file:///src) bechamel-perf is now pinned to file:///src (version dev) [bechamel-notty.dev] synchronised (file:///src) bechamel-notty is now pinned to file:///src (version dev) [bechamel-js.dev] synchronised (file:///src) bechamel-js is now pinned to file:///src (version dev) 2026-05-05 16:49.13 ---> saved as "1a820fff7143a8ce6ba1866b2adf1f9309e0088dc0c97b90026d41e09f084a15" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-05 16:49.13 ---> saved as "d9122d7b8f63b6f401167cd04d2545b40ea61f62e8ac7105dc2240a1e9a9c377" /src: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.2.1.1 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.23.0 dune-configurator.3.23.0 fmt.0.11.0 hex.1.5.0 json-data-encoding.1.1.1 jsonm.1.0.2 notty-community.0.2.4 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4") /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 mperf.dev bechamel.dev bechamel-perf.dev bechamel-notty.dev bechamel-js.dev $DEPS")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Retrieving repository 'Update repository of openSUSE Backports' metadata [.. - Looking for gpg keys in repository Update repository of openSUSE Backports. - gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key - ... - ..... - .... - .... - .... - .... - .... - ............done] - Building repository 'Update repository of openSUSE Backports' cache [.. - ..done] - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [. - . - Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15. - gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key - ....... - .... - .... - .... - ... - .......... - .......... - .......... - ......... - .......... - .......... - ......... - .......... - .......... - .......... - ......... - .......... - .......... - .......... - .......... - ... - . - . - .. - .. - ...... - . - done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - Retrieving repository 'Main Update Repository' metadata [. - . - Looking for gpg keys in repository Main Update Repository. - gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key - . - . - ..... - .... - .... - .... - .... - . - .. - . - .. - .. - . - . - done] - Building repository 'Main Update Repository' cache [.. - ..done] - Retrieving repository 'Update Repository (Non-Oss)' metadata [. - . - - Looking for gpg keys in repository Update Repository (Non-Oss). - gpgkey=http://download.opensuse.org/update/leap/15.6/non-oss/repodata/repomd.xml.key - . - . - ... - .... - .... - .... - .... - .... - ... - . - . - .. - . - .. - . - done] - Building repository 'Update Repository (Non-Oss)' cache [.. - ..done] - Repository 'Non-OSS Repository' is up to date. - Repository 'Main Repository' is up to date. - All repositories have been refreshed. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [bechamel.dev] synchronised (file:///src) [bechamel-js.dev] synchronised (file:///src) [bechamel-notty.dev] synchronised (file:///src) [bechamel-perf.dev] synchronised (file:///src) [mperf.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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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 16:52.21 ---> saved as "0ed8e3b0c1c744cacd324002e0114b379a38ffe93d395f6388b99829f5fc7b00" /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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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 27 packages - install alcotest 1.9.1 - install angstrom 0.16.1 - install astring 0.8.5 - install bigstringaf 0.10.0 - install cmdliner 2.1.1 - install conf-linux-libc-dev 0 - install cppo 1.8.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install dune 3.23.0 - install dune-configurator 3.23.0 - install fmt 0.11.0 - install hex 1.5.0 - install json-data-encoding 1.1.1 - install jsonm 1.0.2 - install notty-community 0.2.4 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install re 1.14.0 - install result 1.5 - install rresult 0.7.0 - install stdlib-shims 0.3.0 - install stringext 1.6.0 - install topkg 1.1.1 - install uri 4.4.0 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.1 (cached) -> retrieved angstrom.0.16.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cmdliner.2.1.1 (cached) -> installed conf-linux-libc-dev.0 -> retrieved cstruct.6.2.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved hex.1.5.0 (cached) -> retrieved json-data-encoding.1.1.1 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved notty-community.0.2.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved re.1.14.0 (cached) -> retrieved result.1.5 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved stringext.1.6.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved uri.4.4.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 topkg.1.1.1 -> installed rresult.0.7.0 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed dune.3.23.0 -> installed result.1.5 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed cstruct.6.2.0 -> installed ocaml-syntax-shims.1.0.0 -> installed stdlib-shims.0.3.0 -> installed stringext.1.6.0 -> installed re.1.14.0 -> installed hex.1.5.0 -> installed notty-community.0.2.4 -> installed alcotest.1.9.1 -> installed dune-configurator.3.23.0 -> installed bigstringaf.0.10.0 -> installed angstrom.0.16.1 -> installed uri.4.4.0 -> installed json-data-encoding.1.1.1 Done. # To update the current shell environment, run: eval $(opam env) 2026-05-05 16:54.36 ---> saved as "30b7bc1fd04aca711a91285cd50d924b12b336ace69a229820d0effcfb75ed3c" /src: (copy (src .) (dst /src)) 2026-05-05 16:54.37 ---> saved as "d4666f85fd9e07ed1a6c5931c0d07be943aefc7ae6906e24b90311482433aaf7" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test/allocate && ./test.exe) Testing `allocate'. This run has ID `2TVTELR8'. [OK] uniq 0 all released. [OK] uniq 1 with kde. [OK] uniq 2 uniq resources. [OK] uniq 3 double free. [OK] multiple 0 all released. [OK] multiple 1 with kde. [OK] multiple 2 uniq resources. [OK] multiple 3 double free. Full test results in `/src/_build/default/test/allocate/_build/_tests/allocate'. Test Successful in 0.264s. 8 tests run. 2026-05-05 16:54.41 ---> saved as "46c28778649822454b076199b72c724b6952b48c3fb373484a52ac4cbcff6f83" Job succeeded 2026-05-05 16:54.41: Job succeeded