2026-04-22 14:12.08: New job: test tarides/mongoc-ocaml https://github.com/tarides/mongoc-ocaml.git#refs/heads/main (042080ab77ab888069120fa0910b9b4c87e6e274) (linux-x86_64:fedora-42-5.4_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bbOpam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/mongoc-ocaml.git" -b "main" && cd "mongoc-ocaml" && git reset --hard 042080abcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb# fedora-42-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 mongoc.opam ./RUN opam pin add -yn mongoc.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 dune.3.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mongoc.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-04-22 14:12.08: Using cache hint "tarides/mongoc-ocaml-ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb-fedora-42-5.4_opam-2.5-3a3be88da46736842478fc4386c76d36"2026-04-22 14:12.08: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb)(comment fedora-42-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src mongoc.opam) (dst ./))(run (network host)(shell "opam pin add -yn mongoc.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 dune.3.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.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 mongoc.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-04-22 14:12.08: Waiting for resource in pool OCluster2026-04-22 15:22.37: Waiting for worker…2026-04-22 15:25.22: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 042080a Merge pull request #2 from tarides/ci(from ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb)Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb' locallydocker.io/ocaml/opam@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb: Pulling from ocaml/opambcbfb8588268: Already exists7c86f07d981d: Already existse523f6cbdc73: Already existse196c832855a: Already existsc24dcc89d23e: Already existscd9def049d81: Already existse360f9824a3f: Already existsfbeadbd8287f: Already existsb5be9212d8a5: Already exists58850ac9f02f: Already exists94de074660d5: Already existsc6d785172de9: Pulling fs layer5642a0bc3a02: Pulling fs layer677ac3b3af73: Pulling fs layer97f4a46fa01c: Pulling fs layer97f4a46fa01c: Waiting887c8b3bd767: Pulling fs layer887c8b3bd767: Waiting8572bae05e44: Pulling fs layera801ab04175f: Pulling fs layer8572bae05e44: Waiting8eb7359ab813: Pulling fs layera801ab04175f: Waitingea7dd170751f: Pulling fs layer8eb7359ab813: Waitingea7dd170751f: Waiting4f4fb700ef54: Pulling fs layer4eeb3f6c741a: Pulling fs layer4f4fb700ef54: Waitingd8096e11e5a7: Pulling fs layer4eeb3f6c741a: Waitingb45c71862e05: Pulling fs layerd8096e11e5a7: Waiting3d3025681a79: Pulling fs layerb45c71862e05: Waiting3619e9f4de7b: Pulling fs layer3d3025681a79: Waitinge1d8131f324a: Pulling fs layer98ffe2fff5c0: Pulling fs layere1d8131f324a: Waitingecf008026c3e: Pulling fs layer98ffe2fff5c0: Waitingb7768b04427d: Pulling fs layerecf008026c3e: Waitingaad28dcc458f: Pulling fs layerb7768b04427d: Waiting2972bd6e2f3d: Pulling fs layeraad28dcc458f: Waitingca68011eb393: Pulling fs layer2972bd6e2f3d: Waitingca68011eb393: Waitingae07445296b0: Pulling fs layerae07445296b0: Waitingf042b21668eb: Pulling fs layer45040ee99e59: Pulling fs layerf042b21668eb: Waiting9ffc20870c04: Pulling fs layer45040ee99e59: Waiting5238c2dafd46: Pulling fs layer9ffc20870c04: Waiting5238c2dafd46: Waitingd98d556ee1fb: Pulling fs layerfd7b54172364: Pulling fs layerd98d556ee1fb: Waitingbb0d31b2f870: Pulling fs layerfd7b54172364: Waitingbb0d31b2f870: Waiting0f27e5b0a211: Pulling fs layere4629b699694: Pulling fs layer0f27e5b0a211: Waitinge80cce26268d: Pulling fs layere4629b699694: Waitinge80cce26268d: Waiting677ac3b3af73: Download complete5642a0bc3a02: Verifying Checksum5642a0bc3a02: Download complete97f4a46fa01c: Verifying Checksum97f4a46fa01c: Download complete887c8b3bd767: Verifying Checksum887c8b3bd767: Download complete8572bae05e44: Download completec6d785172de9: Verifying Checksumc6d785172de9: Download completea801ab04175f: Download complete8eb7359ab813: Verifying Checksum8eb7359ab813: Download completeea7dd170751f: Verifying Checksumea7dd170751f: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete4eeb3f6c741a: Verifying Checksum4eeb3f6c741a: Download completec6d785172de9: Pull completeb45c71862e05: Download complete3d3025681a79: Verifying Checksum3d3025681a79: Download completed8096e11e5a7: Verifying Checksumd8096e11e5a7: Download complete5642a0bc3a02: Pull complete677ac3b3af73: Pull complete97f4a46fa01c: Pull complete887c8b3bd767: Pull completee1d8131f324a: Verifying Checksume1d8131f324a: Download complete98ffe2fff5c0: Verifying Checksum98ffe2fff5c0: Download complete8572bae05e44: Pull complete3619e9f4de7b: Verifying Checksum3619e9f4de7b: Download completea801ab04175f: Pull complete8eb7359ab813: Pull completeea7dd170751f: Pull complete4f4fb700ef54: Pull complete4eeb3f6c741a: Pull completed8096e11e5a7: Pull completeb45c71862e05: Pull complete3d3025681a79: Pull complete3619e9f4de7b: Pull completee1d8131f324a: Pull complete98ffe2fff5c0: Pull completeecf008026c3e: Verifying Checksumecf008026c3e: Download completeecf008026c3e: Pull completeb7768b04427d: Download completeb7768b04427d: Pull completeaad28dcc458f: Download completeaad28dcc458f: Pull complete2972bd6e2f3d: Download complete2972bd6e2f3d: Pull completeca68011eb393: Verifying Checksumca68011eb393: Download completeca68011eb393: Pull completef042b21668eb: Download complete9ffc20870c04: Verifying Checksum9ffc20870c04: Download complete5238c2dafd46: Download completed98d556ee1fb: Download completefd7b54172364: Verifying Checksumfd7b54172364: Download completebb0d31b2f870: Verifying Checksumbb0d31b2f870: Download complete0f27e5b0a211: Verifying Checksum0f27e5b0a211: Download completee4629b699694: Verifying Checksume4629b699694: Download completee80cce26268d: Verifying Checksume80cce26268d: Download complete45040ee99e59: Verifying Checksum45040ee99e59: Download completeae07445296b0: Verifying Checksumae07445296b0: Download completeae07445296b0: Pull completef042b21668eb: Pull complete45040ee99e59: Pull complete9ffc20870c04: Pull complete5238c2dafd46: Pull completed98d556ee1fb: Pull completefd7b54172364: Pull completebb0d31b2f870: Pull complete0f27e5b0a211: Pull completee4629b699694: Pull completee80cce26268d: Pull completeDigest: sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bbStatus: Downloaded newer image for ocaml/opam@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb2026-04-22 15:25.22 ---> using "423398002419b3482a8b9665338c10f3f6c6b1984e842901c7828810d9f1719f" from cache/: (comment fedora-42-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 42 - x86_64 - Updates 100% | 32.2 KiB/s | 16.1 KiB | 00m01sFedora 42 - x86_64 100% | 73.4 KiB/s | 21.4 KiB | 00m00sFedora 42 openh264 (From Cisco) - x86_ 100% | 6.6 KiB/s | 986.0 B | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-04-22 15:25.22 ---> using "1427494dc45be5d05dbedbb8c6284d5e83d9273a70f2daf74a61f90a98d0153e" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-22 15:25.22 ---> using "19628ecee2b7021c05d076acb8b575d724060ee9d27e8253ec58be2a65f4ddd0" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-22 15:25.22 ---> using "00f7701599ad8380429df556869d2f9cb63297eff82a94fac2e05a284e8da899" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.4.12.5.02026-04-22 15:25.22 ---> using "e55eb9acff13ea939a36766f3c838462b852eaadd915ca3606d1a3083dc268bf" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-22 15:25.22 ---> using "6c2e1647892afca68a954ba31371313f5c7a85b2327e123f87d1fdd112f8c4bd" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..80ba534fc6 master -> origin/master036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositorydefault (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 possibleHowever, 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-04-22 15:25.22 ---> using "36036cdbd63f65f9eca29a3b51cd2e26346aca2e24094b6d59fb63fb74267869" from cache/src: (copy (src mongoc.opam) (dst ./))2026-04-22 15:25.23 ---> saved as "9ce599b0db752f234014ff1a4e2fcb6e5e4a68ce115fac2a72d0c168e59e42a0"/src: (run (network host)(shell "opam pin add -yn mongoc.dev './'"))[NOTE] Package mongoc does not exist in opam repositories registered in the current switch.[mongoc.dev] synchronised (file:///src)mongoc is now pinned to file:///src (version dev)2026-04-22 15:25.25 ---> saved as "72da79b17d2f34b2c94fe75932b5f1c1e98760a29ee8321cd0717a0df88235a6"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-22 15:25.25 ---> saved as "ab30dcbfa338db2a596d9f795f377252867453bfc3be7110394c42185953992b"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 dune.3.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.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 mongoc.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mongoc.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).The following system packages will first need to be installed:mongo-c-driver-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/sbin/sudo "yum" "install" "-y" "mongo-c-driver-devel"- Updating and loading repositories:- Repositories loaded.- Package Arch Version Repository Size- Installing:- mongo-c-driver-devel x86_64 1.30.8-1.fc42 updates 1.2 MiB- Installing dependencies:- cmake-filesystem x86_64 3.31.11-1.fc42 updates 0.0 B- libbson x86_64 1.30.8-1.fc42 updates 260.9 KiB- libbson-devel x86_64 1.30.8-1.fc42 updates 490.8 KiB- libmongocrypt x86_64 1.15.2-1.fc42 updates 3.1 MiB- libmongocrypt-devel x86_64 1.15.2-1.fc42 updates 1.2 MiB- libzstd-devel x86_64 1.5.7-1.fc42 fedora 208.0 KiB- mongo-c-driver x86_64 1.30.8-1.fc42 updates 11.5 KiB- mongo-c-driver-libs x86_64 1.30.8-1.fc42 updates 1.1 MiB- snappy x86_64 1.2.1-4.fc42 fedora 71.3 KiB- utf8proc x86_64 2.10.0-1.fc42 fedora 372.0 KiB-- Transaction Summary:- Installing: 11 packages-- Total size of inbound packages is 4 MiB. Need to download 4 MiB.- After this operation, 8 MiB extra will be used (install 8 MiB, remove 0 B).- [ 1/11] mongo-c-driver-0:1.30.8-1.fc42. 100% | 137.3 KiB/s | 13.9 KiB | 00m00s- [ 2/11] snappy-0:1.2.1-4.fc42.x86_64 100% | 738.4 KiB/s | 39.9 KiB | 00m00s- [ 3/11] utf8proc-0:2.10.0-1.fc42.x86_64 100% | 6.1 MiB/s | 81.8 KiB | 00m00s- [ 4/11] libbson-0:1.30.8-1.fc42.x86_64 100% | 624.5 KiB/s | 103.7 KiB | 00m00s- [ 5/11] mongo-c-driver-libs-0:1.30.8-1. 100% | 1.1 MiB/s | 383.3 KiB | 00m00s- [ 6/11] cmake-filesystem-0:3.31.11-1.fc 100% | 582.4 KiB/s | 12.8 KiB | 00m00s- [ 7/11] libbson-devel-0:1.30.8-1.fc42.x 100% | 1.4 MiB/s | 336.7 KiB | 00m00s- [ 8/11] mongo-c-driver-devel-0:1.30.8-1 100% | 1.5 MiB/s | 1.1 MiB | 00m01s- [ 9/11] libmongocrypt-devel-0:1.15.2-1. 100% | 1.9 MiB/s | 207.3 KiB | 00m00s- [10/11] libzstd-devel-0:1.5.7-1.fc42.x8 100% | 2.6 MiB/s | 53.1 KiB | 00m00s- [11/11] libmongocrypt-0:1.15.2-1.fc42.x 100% | 855.7 KiB/s | 1.4 MiB | 00m02s- --------------------------------------------------------------------------------- [11/11] Total 100% | 1.6 MiB/s | 3.7 MiB | 00m02s- Running transaction- [ 1/13] Verify package files 100% | 224.0 B/s | 11.0 B | 00m00s- [ 2/13] Prepare transaction 100% | 88.0 B/s | 11.0 B | 00m00s- [ 3/13] Installing cmake-filesystem-0:3 100% | 1.1 MiB/s | 7.6 KiB | 00m00s- [ 4/13] Installing libbson-0:1.30.8-1.f 100% | 36.6 MiB/s | 262.2 KiB | 00m00s- [ 5/13] Installing libmongocrypt-0:1.15 100% | 85.3 MiB/s | 3.1 MiB | 00m00s- [ 6/13] Installing libbson-devel-0:1.30 100% | 37.6 MiB/s | 539.1 KiB | 00m00s- [ 7/13] Installing libmongocrypt-devel- 100% | 114.5 MiB/s | 1.3 MiB | 00m00s- [ 8/13] Installing libzstd-devel-0:1.5. 100% | 40.8 MiB/s | 208.8 KiB | 00m00s- [ 9/13] Installing utf8proc-0:2.10.0-1. 100% | 72.9 MiB/s | 373.4 KiB | 00m00s- [10/13] Installing snappy-0:1.2.1-4.fc4 100% | 23.7 MiB/s | 72.9 KiB | 00m00s- [11/13] Installing mongo-c-driver-libs- 100% | 67.1 MiB/s | 1.1 MiB | 00m00s- [12/13] Installing mongo-c-driver-0:1.3 100% | 283.8 KiB/s | 12.2 KiB | 00m00s- [13/13] Installing mongo-c-driver-devel 100% | 11.7 MiB/s | 1.4 MiB | 00m00s- Complete!+ /usr/sbin/rpm "-q" "--whatprovides" "mongo-c-driver-devel"- mongo-c-driver-devel-1.30.8-1.fc42.x86_64# To update the current shell environment, run: eval $(opam env)2026-04-22 15:25.50 ---> saved as "96197cff60a8c15a8b9b1aca75cb30ef95c885aac160e8d28cb3da3a0bfb903a"/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 8 packages- install cmdliner 2.1.1- install conf-pkg-config 4- install csexp 1.5.2- install ctypes 0.24.0- install dune 3.22.2- install dune-configurator 3.22.2- install integers 0.7.0- install stdlib-shims 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cmdliner.2.1.1 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ctypes.0.24.0 (cached)-> installed conf-pkg-config.4-> retrieved integers.0.7.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> installed cmdliner.2.1.1-> installed dune.3.22.2-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed integers.0.7.0-> installed dune-configurator.3.22.2-> installed ctypes.0.24.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-22 15:27.45 ---> saved as "6c1270349ac5abca8471a15f1ce6ed4abbc1b7e14615cbfcbce502154f1318b7"/src: (copy (src .) (dst /src))2026-04-22 15:27.45 ---> saved as "1acd2074cea1a8826b82951ba0b7400fca21ef4a7e2a570bb08823badaa9f88e"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-22 15:27.51 ---> saved as "c4c6c88dbefe52c4dc8cb9b9cb87abda111d4160fe7b87f4431010aced4f233f"Job succeeded2026-04-22 15:27.51: Job succeeded