2026-04-03 11:36.16: New job: test tarides/mongoc-ocaml https://github.com/tarides/mongoc-ocaml.git#refs/heads/main (042080ab77ab888069120fa0910b9b4c87e6e274) (linux-x86_64:fedora-43-5.4_opam-2.5)Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0Opam 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-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0# fedora-43-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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.0 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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-03 11:36.16: Using cache hint "tarides/mongoc-ocaml-ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0-fedora-43-5.4_opam-2.5-48f329bb723c392cfc5a0cc6d2e046dd"2026-04-03 11:36.16: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)(comment fedora-43-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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.0 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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-03 11:36.16: Waiting for resource in pool OCluster2026-04-03 14:16.56: Waiting for worker…2026-04-03 14:20.00: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 042080a Merge pull request #2 from tarides/ci(from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0' locallydocker.io/ocaml/opam@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0: Pulling from ocaml/opam5bc90b3315da: Pulling fs layer33cde4bdcf90: Pulling fs layerb5955b8be52e: Pulling fs layerfbf1b27930a6: Pulling fs layer5bc90b3315da: Waiting33cde4bdcf90: Waitingb347f3d8654c: Pulling fs layer612ce5ee7018: Pulling fs layerb5955b8be52e: Waitingfbf1b27930a6: Waiting39a0083c72b4: Pulling fs layer612ce5ee7018: Waiting2a32d726bc66: Pulling fs layerb347f3d8654c: Waiting39a0083c72b4: Waitinge11ae392722c: Pulling fs layer2a32d726bc66: Waiting8d611bf8a252: Pulling fs layere11ae392722c: Waiting0e1351173a64: Pulling fs layer8d611bf8a252: Waitingf8d564b68b69: Pulling fs layer0e1646b50296: Pulling fs layer0e1351173a64: Waiting2801b00e97cb: Pulling fs layer0e1646b50296: Waiting4043da018e76: Pulling fs layerf8d564b68b69: Waiting78d7c0bec0d9: Pulling fs layer2801b00e97cb: Waiting4043da018e76: Waiting3b3b2404c3c9: Pulling fs layer78d7c0bec0d9: Waiting8467b570f768: Pulling fs layer3b3b2404c3c9: Waitingaf1b4ee1a3ae: Pulling fs layerd8dfc440aace: Pulling fs layer49b2a8e5a461: Pulling fs layeraf1b4ee1a3ae: Waiting8467b570f768: Waiting4f4fb700ef54: Pulling fs layerd8dfc440aace: Waiting8be6bee5bc68: Pulling fs layer49b2a8e5a461: Waiting3c9a56c64991: Pulling fs layer8be6bee5bc68: Waitinge80b01b68140: Pulling fs layerfef37f6a2418: Pulling fs layer3c9a56c64991: Waiting2585abb9d55d: Pulling fs layere80b01b68140: Waiting120374638853: Pulling fs layerfef37f6a2418: Waiting2585abb9d55d: Waiting4f4fb700ef54: Waiting63dfb60472ab: Pulling fs layer120374638853: Waitingabc6281a8a2d: Pulling fs layereed1b7440d1e: Pulling fs layer63dfb60472ab: Waitingabc6281a8a2d: Waiting0a3bf2765d2e: Pulling fs layereed1b7440d1e: Waiting886ab5bf800e: Pulling fs layera46169c2e251: Pulling fs layer80ef96b71029: Pulling fs layer886ab5bf800e: Waiting895656fb7a7a: Pulling fs layera46169c2e251: Waitingfa1d27dc8eab: Pulling fs layer3813748e3271: Pulling fs layer80ef96b71029: Waiting895656fb7a7a: Waitingfa1d27dc8eab: Waiting55d32576fd82: Pulling fs layer77f643b56c63: Pulling fs layer3813748e3271: Waitingce0f0971e20d: Pulling fs layer9e039d85a4d4: Pulling fs layer55d32576fd82: Waitingce0f0971e20d: Waiting77f643b56c63: Waiting4000d2b4aa9a: Pulling fs layer26f209a0e652: Pulling fs layer9e039d85a4d4: Waiting4000d2b4aa9a: Waiting135e05105094: Pulling fs layer26f209a0e652: Waiting135e05105094: Waiting33cde4bdcf90: Download complete5bc90b3315da: Verifying Checksum5bc90b3315da: Download completefbf1b27930a6: Verifying Checksumfbf1b27930a6: Download complete5bc90b3315da: Pull completeb347f3d8654c: Verifying Checksumb347f3d8654c: Download complete33cde4bdcf90: Pull complete612ce5ee7018: Verifying Checksum612ce5ee7018: Download complete39a0083c72b4: Verifying Checksum39a0083c72b4: Download complete2a32d726bc66: Download completee11ae392722c: Verifying Checksume11ae392722c: Download complete8d611bf8a252: Verifying Checksum8d611bf8a252: Download complete0e1351173a64: Verifying Checksum0e1351173a64: Download completef8d564b68b69: Verifying Checksumf8d564b68b69: Download completeb5955b8be52e: Verifying Checksumb5955b8be52e: Download completeb5955b8be52e: Pull complete4043da018e76: Download complete2801b00e97cb: Download complete0e1646b50296: Verifying Checksum0e1646b50296: Download complete3b3b2404c3c9: Verifying Checksum3b3b2404c3c9: Download completeaf1b4ee1a3ae: Verifying Checksumaf1b4ee1a3ae: Download complete8467b570f768: Download complete78d7c0bec0d9: Verifying Checksum78d7c0bec0d9: Download completed8dfc440aace: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete49b2a8e5a461: Download complete8be6bee5bc68: Download complete3c9a56c64991: Verifying Checksum3c9a56c64991: Download completee80b01b68140: Verifying Checksume80b01b68140: Download completefef37f6a2418: Verifying Checksumfef37f6a2418: Download complete2585abb9d55d: Verifying Checksum2585abb9d55d: Download complete120374638853: Verifying Checksum120374638853: Download complete63dfb60472ab: Verifying Checksum63dfb60472ab: Download completeeed1b7440d1e: Verifying Checksumeed1b7440d1e: Download complete0a3bf2765d2e: Verifying Checksum0a3bf2765d2e: Download completeabc6281a8a2d: Verifying Checksumabc6281a8a2d: Download complete886ab5bf800e: Download completea46169c2e251: Download complete895656fb7a7a: Verifying Checksum895656fb7a7a: Download complete3813748e3271: Verifying Checksum3813748e3271: Download complete55d32576fd82: Download complete77f643b56c63: Verifying Checksum77f643b56c63: Download completece0f0971e20d: Download complete80ef96b71029: Verifying Checksum80ef96b71029: Download completefa1d27dc8eab: Verifying Checksumfa1d27dc8eab: Download completefbf1b27930a6: Pull complete26f209a0e652: Verifying Checksum26f209a0e652: Download complete4000d2b4aa9a: Download complete135e05105094: Download completeb347f3d8654c: Pull complete612ce5ee7018: Pull complete39a0083c72b4: Pull complete2a32d726bc66: Pull completee11ae392722c: Pull complete8d611bf8a252: Pull complete0e1351173a64: Pull completef8d564b68b69: Pull complete0e1646b50296: Pull complete2801b00e97cb: Pull complete4043da018e76: Pull complete78d7c0bec0d9: Pull complete3b3b2404c3c9: Pull complete8467b570f768: Pull completeaf1b4ee1a3ae: Pull completed8dfc440aace: Pull complete49b2a8e5a461: Pull complete4f4fb700ef54: Pull complete8be6bee5bc68: Pull complete3c9a56c64991: Pull completee80b01b68140: Pull completefef37f6a2418: Pull complete2585abb9d55d: Pull complete120374638853: Pull complete63dfb60472ab: Pull completeabc6281a8a2d: Pull completeeed1b7440d1e: Pull complete0a3bf2765d2e: Pull complete886ab5bf800e: Pull completea46169c2e251: Pull complete9e039d85a4d4: Verifying Checksum9e039d85a4d4: Download complete80ef96b71029: Pull complete895656fb7a7a: Pull completefa1d27dc8eab: Pull complete3813748e3271: Pull complete55d32576fd82: Pull complete77f643b56c63: Pull completece0f0971e20d: Pull complete9e039d85a4d4: Pull complete4000d2b4aa9a: Pull complete26f209a0e652: Pull complete135e05105094: Pull completeDigest: sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0Status: Downloaded newer image for ocaml/opam@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc02026-04-03 14:20.01 ---> using "55235f591e73e0a73aca087590237c1328c7cdaa35a59ddc1b194c05d8428492" from cache/: (comment fedora-43-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 43 openh264 (From Cisco) - x86_ 100% | 2.6 KiB/s | 986.0 B | 00m00sFedora 43 - x86_64 - Updates 100% | 20.5 KiB/s | 5.3 KiB | 00m00sFedora 43 - x86_64 100% | 112.2 KiB/s | 21.8 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2026-04-03 14:20.01 ---> using "7be4732085dd791e3306e4890e7569aeb833b1c020b82d2656f90ce5709ff383" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-03 14:20.01 ---> using "a71c21cacef3eec18238e988128fcc4b6f9993c22d77b143d9eb518c22533292" 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[NOTE] The 'jobs' option was reset, its value was 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-03 14:20.01 ---> using "2db368f3560f30e6502da68709ea4cd9e55d7fac30af1db9e0e4de129f5987b6" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.4.02.5.02026-04-03 14:20.01 ---> using "f3d4c2d71b743487228470cbb258b245e8bb4eef88b4bcc7c24bcbdafa500505" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 14:20.01 ---> using "9c94321cd96c56d0bfea35e9fa0a7ab6bf97f253006f5c4f91b2747c471fc520" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD4f056bfedf..d06cfb1853 master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[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-04-03 14:20.01 ---> using "073a3f4a992d5ae3c4395393a4968d31fd18da7644cfae38b152fe905bf97483" from cache/src: (copy (src mongoc.opam) (dst ./))2026-04-03 14:20.01 ---> saved as "a8ba6a3f03ebeaef4c62c1a342785fc7e93daf7997a07788a1e23c1714a44ad0"/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-03 14:20.02 ---> saved as "9f5b990d51524747f9ed81f1dd49756630c304b0acc018bbfbac600e74bcd5f9"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 14:20.03 ---> saved as "80b9d7fc8e7f0470590966e100640ad7b988bf831807635991380c7bc7a11a73"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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:- Fedora 43 - x86_64 - Updates 100% | 55.8 KiB/s | 6.0 KiB | 00m00s- 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.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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.7-2.fc43 updates 1.2 MiB- Installing dependencies:- cmake-filesystem x86_64 3.31.11-1.fc43 updates 0.0 B- libbson x86_64 1.30.7-2.fc43 updates 260.9 KiB- libbson-devel x86_64 1.30.7-2.fc43 updates 490.6 KiB- libmongocrypt x86_64 1.15.2-1.fc43 fedora 3.1 MiB- libmongocrypt-devel x86_64 1.15.2-1.fc43 fedora 1.2 MiB- libzstd-devel x86_64 1.5.7-2.fc43 fedora 208.0 KiB- mongo-c-driver x86_64 1.30.7-2.fc43 updates 11.5 KiB- mongo-c-driver-libs x86_64 1.30.7-2.fc43 updates 1.1 MiB- snappy x86_64 1.2.2-2.fc43 fedora 71.8 KiB- utf8proc x86_64 2.10.0-2.fc43 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.7-2.fc43. 100% | 116.6 KiB/s | 14.0 KiB | 00m00s- [ 2/11] libmongocrypt-0:1.15.2-1.fc43.x 100% | 18.5 MiB/s | 1.4 MiB | 00m00s- [ 3/11] mongo-c-driver-libs-0:1.30.7-2. 100% | 1.9 MiB/s | 383.5 KiB | 00m00s- [ 4/11] snappy-0:1.2.2-2.fc43.x86_64 100% | 7.7 MiB/s | 39.6 KiB | 00m00s- [ 5/11] mongo-c-driver-devel-0:1.30.7-2 100% | 4.5 MiB/s | 1.1 MiB | 00m00s- [ 6/11] utf8proc-0:2.10.0-2.fc43.x86_64 100% | 2.2 MiB/s | 81.8 KiB | 00m00s- [ 7/11] cmake-filesystem-0:3.31.11-1.fc 100% | 891.5 KiB/s | 13.4 KiB | 00m00s- [ 8/11] libbson-0:1.30.7-2.fc43.x86_64 100% | 1.9 MiB/s | 103.8 KiB | 00m00s- [ 9/11] libzstd-devel-0:1.5.7-2.fc43.x8 100% | 5.7 MiB/s | 52.9 KiB | 00m00s- [10/11] libmongocrypt-devel-0:1.15.2-1. 100% | 9.6 MiB/s | 187.2 KiB | 00m00s- [11/11] libbson-devel-0:1.30.7-2.fc43.x 100% | 9.7 MiB/s | 336.8 KiB | 00m00s- --------------------------------------------------------------------------------- [11/11] Total 100% | 6.4 MiB/s | 3.6 MiB | 00m01s- Running transaction- [ 1/13] Verify package files 100% | 687.0 B/s | 11.0 B | 00m00s- [ 2/13] Prepare transaction 100% | 186.0 B/s | 11.0 B | 00m00s- [ 3/13] Installing cmake-filesystem-0:3 100% | 1.5 MiB/s | 7.6 KiB | 00m00s- [ 4/13] Installing libbson-0:1.30.7-2.f 100% | 85.3 MiB/s | 262.2 KiB | 00m00s- [ 5/13] Installing libmongocrypt-0:1.15 100% | 255.9 MiB/s | 3.1 MiB | 00m00s- [ 6/13] Installing libbson-devel-0:1.30 100% | 75.2 MiB/s | 538.9 KiB | 00m00s- [ 7/13] Installing libmongocrypt-devel- 100% | 199.0 MiB/s | 1.2 MiB | 00m00s- [ 8/13] Installing libzstd-devel-0:1.5. 100% | 203.9 MiB/s | 208.8 KiB | 00m00s- [ 9/13] Installing utf8proc-0:2.10.0-2. 100% | 182.3 MiB/s | 373.4 KiB | 00m00s- [10/13] Installing snappy-0:1.2.2-2.fc4 100% | 71.8 MiB/s | 73.5 KiB | 00m00s- [11/13] Installing mongo-c-driver-libs- 100% | 178.9 MiB/s | 1.1 MiB | 00m00s- [12/13] Installing mongo-c-driver-0:1.3 100% | 609.8 KiB/s | 12.2 KiB | 00m00s- [13/13] Installing mongo-c-driver-devel 100% | 21.9 MiB/s | 1.4 MiB | 00m00s- Complete!+ /usr/sbin/rpm "-q" "--whatprovides" "mongo-c-driver-devel"- mongo-c-driver-devel-1.30.7-2.fc43.x86_64# To update the current shell environment, run: eval $(opam env)2026-04-03 14:20.16 ---> saved as "bf8b8e503c5feaf63131ab8faa4e5cec39b91a8f54b90da0396f74958cc3c4f1"/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.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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.0- install conf-pkg-config 4- install csexp 1.5.2- install ctypes 0.24.0- install dune 3.22.1- install dune-configurator 3.22.1- install integers 0.7.0- install stdlib-shims 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cmdliner.2.1.0 (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.1, dune-configurator.3.22.1 (cached)-> installed cmdliner.2.1.0-> installed dune.3.22.1-> installed csexp.1.5.2-> installed stdlib-shims.0.3.0-> installed integers.0.7.0-> installed dune-configurator.3.22.1-> installed ctypes.0.24.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-03 14:21.01 ---> saved as "a2038c36d5d0cd21f169877ed0e625227541242b3d93a51abdd3fbd4532fb848"/src: (copy (src .) (dst /src))2026-04-03 14:21.02 ---> saved as "4547bcb7e835736001b5e00626cb2835e70306b76f086b94d05843adf3585eec"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-03 14:21.04 ---> saved as "7e6e77da35c76ad80e312ac4dec1795af03d4345a788014f680052c383edea20"Job succeeded2026-04-03 14:21.04: Job succeeded