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-4.14_opam-2.5) Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2 Opam project build To reproduce locally: git clone --recursive "https://github.com/tarides/mongoc-ocaml.git" -b "main" && cd "mongoc-ocaml" && git reset --hard 042080ab cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2 # fedora-43-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u COPY --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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 $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-04-03 11:36.16: Using cache hint "tarides/mongoc-ocaml-ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2-fedora-43-4.14_opam-2.5-7ba2cc2c30b15e389781591baf544611" 2026-04-03 11:36.16: Using OBuilder spec: ((from ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2) (comment fedora-43-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 OCluster 2026-04-03 14:17.00: Waiting for worker… 2026-04-03 14:20.00: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 042080a Merge pull request #2 from tarides/ci (from ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2) Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2' locally docker.io/ocaml/opam@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2: Pulling from ocaml/opam 5bc90b3315da: Pulling fs layer 33cde4bdcf90: Pulling fs layer b5955b8be52e: Pulling fs layer fbf1b27930a6: Pulling fs layer b347f3d8654c: Pulling fs layer 612ce5ee7018: Pulling fs layer 39a0083c72b4: Pulling fs layer 2a32d726bc66: Pulling fs layer b5955b8be52e: Waiting e11ae392722c: Pulling fs layer 5bc90b3315da: Waiting 33cde4bdcf90: Waiting 612ce5ee7018: Waiting fbf1b27930a6: Waiting 8d611bf8a252: Pulling fs layer b347f3d8654c: Waiting 39a0083c72b4: Waiting 0e1351173a64: Pulling fs layer 2a32d726bc66: Waiting e11ae392722c: Waiting f8d564b68b69: Pulling fs layer 8d611bf8a252: Waiting 0e1646b50296: Pulling fs layer 0e1351173a64: Waiting f8d564b68b69: Waiting 2801b00e97cb: Pulling fs layer 0e1646b50296: Waiting 4043da018e76: Pulling fs layer 78d7c0bec0d9: Pulling fs layer 2801b00e97cb: Waiting 4043da018e76: Waiting 3b3b2404c3c9: Pulling fs layer 8467b570f768: Pulling fs layer af1b4ee1a3ae: Pulling fs layer d8dfc440aace: Pulling fs layer 49b2a8e5a461: Pulling fs layer 4f4fb700ef54: Pulling fs layer 8be6bee5bc68: Pulling fs layer 3c9a56c64991: Pulling fs layer e80b01b68140: Pulling fs layer fef37f6a2418: Pulling fs layer 2585abb9d55d: Pulling fs layer 120374638853: Pulling fs layer 63dfb60472ab: Pulling fs layer abc6281a8a2d: Pulling fs layer eed1b7440d1e: Pulling fs layer 0a3bf2765d2e: Pulling fs layer 8be6bee5bc68: Waiting 886ab5bf800e: Pulling fs layer 78d7c0bec0d9: Waiting 3b3b2404c3c9: Waiting 8467b570f768: Waiting a46169c2e251: Pulling fs layer af1b4ee1a3ae: Waiting d8dfc440aace: Waiting 80ef96b71029: Pulling fs layer 49b2a8e5a461: Waiting 4f4fb700ef54: Waiting 63dfb60472ab: Waiting 895656fb7a7a: Pulling fs layer 3c9a56c64991: Waiting e80b01b68140: Waiting fa1d27dc8eab: Pulling fs layer fef37f6a2418: Waiting a46169c2e251: Waiting 2585abb9d55d: Waiting 120374638853: Waiting 0a3bf2765d2e: Waiting 886ab5bf800e: Waiting 3813748e3271: Pulling fs layer abc6281a8a2d: Waiting 55d32576fd82: Pulling fs layer eed1b7440d1e: Waiting 77f643b56c63: Pulling fs layer 1c1f26e1d048: Pulling fs layer fa1d27dc8eab: Waiting 80ef96b71029: Waiting 895656fb7a7a: Waiting 02871ce6db7b: Pulling fs layer 77f643b56c63: Waiting 3813748e3271: Waiting 47618e07c40b: Pulling fs layer 55d32576fd82: Waiting 79033ef94591: Pulling fs layer 1c1f26e1d048: Waiting 02871ce6db7b: Waiting 47618e07c40b: Waiting 33cde4bdcf90: Download complete 5bc90b3315da: Download complete fbf1b27930a6: Download complete 5bc90b3315da: Pull complete b347f3d8654c: Verifying Checksum b347f3d8654c: Download complete 33cde4bdcf90: Pull complete 612ce5ee7018: Verifying Checksum 612ce5ee7018: Download complete 39a0083c72b4: Verifying Checksum 39a0083c72b4: Download complete 2a32d726bc66: Verifying Checksum 2a32d726bc66: Download complete e11ae392722c: Verifying Checksum e11ae392722c: Download complete 8d611bf8a252: Verifying Checksum 8d611bf8a252: Download complete 0e1351173a64: Verifying Checksum 0e1351173a64: Download complete f8d564b68b69: Verifying Checksum f8d564b68b69: Download complete b5955b8be52e: Verifying Checksum b5955b8be52e: Download complete b5955b8be52e: Pull complete 4043da018e76: Download complete 2801b00e97cb: Download complete 0e1646b50296: Verifying Checksum 0e1646b50296: Download complete 3b3b2404c3c9: Verifying Checksum 3b3b2404c3c9: Download complete af1b4ee1a3ae: Verifying Checksum af1b4ee1a3ae: Download complete 78d7c0bec0d9: Verifying Checksum 78d7c0bec0d9: Download complete d8dfc440aace: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 49b2a8e5a461: Download complete 8be6bee5bc68: Download complete 3c9a56c64991: Verifying Checksum 3c9a56c64991: Download complete e80b01b68140: Verifying Checksum e80b01b68140: Download complete fef37f6a2418: Verifying Checksum fef37f6a2418: Download complete 2585abb9d55d: Download complete 120374638853: Verifying Checksum 120374638853: Download complete 63dfb60472ab: Verifying Checksum 63dfb60472ab: Download complete eed1b7440d1e: Verifying Checksum eed1b7440d1e: Download complete 0a3bf2765d2e: Verifying Checksum 0a3bf2765d2e: Download complete abc6281a8a2d: Verifying Checksum abc6281a8a2d: Download complete 886ab5bf800e: Download complete a46169c2e251: Download complete 895656fb7a7a: Verifying Checksum 895656fb7a7a: Download complete 3813748e3271: Verifying Checksum 3813748e3271: Download complete 55d32576fd82: Verifying Checksum 55d32576fd82: Download complete 77f643b56c63: Verifying Checksum 77f643b56c63: Download complete 80ef96b71029: Verifying Checksum 80ef96b71029: Download complete fa1d27dc8eab: Verifying Checksum fa1d27dc8eab: Download complete fbf1b27930a6: Pull complete 02871ce6db7b: Download complete b347f3d8654c: Pull complete 612ce5ee7018: Pull complete 47618e07c40b: Verifying Checksum 47618e07c40b: Download complete 39a0083c72b4: Pull complete 2a32d726bc66: Pull complete e11ae392722c: Pull complete 8d611bf8a252: Pull complete 0e1351173a64: Pull complete 79033ef94591: Verifying Checksum 79033ef94591: Download complete f8d564b68b69: Pull complete 0e1646b50296: Pull complete 2801b00e97cb: Pull complete 4043da018e76: Pull complete 78d7c0bec0d9: Pull complete 3b3b2404c3c9: Pull complete 8467b570f768: Pull complete af1b4ee1a3ae: Pull complete d8dfc440aace: Pull complete 49b2a8e5a461: Pull complete 4f4fb700ef54: Pull complete 8be6bee5bc68: Pull complete 3c9a56c64991: Pull complete e80b01b68140: Pull complete fef37f6a2418: Pull complete 2585abb9d55d: Pull complete 120374638853: Pull complete 63dfb60472ab: Pull complete abc6281a8a2d: Pull complete eed1b7440d1e: Pull complete 0a3bf2765d2e: Pull complete 886ab5bf800e: Pull complete a46169c2e251: Pull complete 1c1f26e1d048: Verifying Checksum 1c1f26e1d048: Download complete 80ef96b71029: Pull complete 895656fb7a7a: Pull complete fa1d27dc8eab: Pull complete 3813748e3271: Pull complete 55d32576fd82: Pull complete 77f643b56c63: Pull complete 1c1f26e1d048: Pull complete 02871ce6db7b: Pull complete 47618e07c40b: Pull complete 79033ef94591: Pull complete Digest: sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2 Status: Downloaded newer image for ocaml/opam@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2 2026-04-03 14:20.01 ---> using "b53e31b79ae240e911bd4dbe895cf7d23581a2cfb176110e802dbc172e2207f8" from cache /: (comment fedora-43-4.14_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 - x86_64 - Updates 100% | 6.9 KiB/s | 5.3 KiB | 00m01s Fedora 43 - x86_64 100% | 75.8 KiB/s | 21.8 KiB | 00m00s Fedora 43 openh264 (From Cisco) - x86_ 100% | 6.5 KiB/s | 986.0 B | 00m00s Repositories loaded. Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed. Nothing to do. 2026-04-03 14:20.01 ---> using "f5535a281226abe35a70c0937d17524041000012367450952c04ff905fc43a19" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-04-03 14:20.01 ---> using "e656820258ae1329e61e088e3b74323a9a81fb7a1976bfda84b891534625d81b" 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-04-03 14:20.01 ---> using "c194778dad03d316bbe8a9f0f0aecf84315fcfe8d38c84882015ad3c4a4fdd05" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-106-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-04-03 14:20.01 ---> using "f74c1f9434fc5d15e8a7f828a1fac776d0dedfb6095982641fa0091f3e3a89a3" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-03 14:20.01 ---> using "e1a7186bf4aff43814a8f63902df06605e7abd22e993d46675dd54a432e5c693" 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_HEAD 4f056bfedf..d06cfb1853 master -> origin/master d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1 <><> 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.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 "e7bd896cea902dc8dac2eb357c7aaacdf1f4410b6399cf08fce547b8c67c2e66" from cache /src: (copy (src mongoc.opam) (dst ./)) 2026-04-03 14:20.01 ---> saved as "5cfa4a4030bae254f0cb65d2fc6ea643763a02c46e8e992069821c697afa0631" /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 "5d89bccd07ecb16e1fb4928a721fdb35e0e2ec5a76da67cbd766261b6a79983c" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-03 14:20.03 ---> saved as "2215a9e639170329607ba7f26a97722dd3f6c037d3dfc03ddd2544072a0e7c9f" /src: (env DEPS "base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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% | 51.4 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 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 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% | 202.8 KiB/s | 14.0 KiB | 00m00s - [ 2/11] mongo-c-driver-libs-0:1.30.7-2. 100% | 2.2 MiB/s | 383.5 KiB | 00m00s - [ 3/11] mongo-c-driver-devel-0:1.30.7-2 100% | 4.3 MiB/s | 1.1 MiB | 00m00s - [ 4/11] snappy-0:1.2.2-2.fc43.x86_64 100% | 460.7 KiB/s | 39.6 KiB | 00m00s - [ 5/11] libmongocrypt-0:1.15.2-1.fc43.x 100% | 7.0 MiB/s | 1.4 MiB | 00m00s - [ 6/11] libbson-0:1.30.7-2.fc43.x86_64 100% | 5.1 MiB/s | 103.8 KiB | 00m00s - [ 7/11] cmake-filesystem-0:3.31.11-1.fc 100% | 786.6 KiB/s | 13.4 KiB | 00m00s - [ 8/11] libbson-devel-0:1.30.7-2.fc43.x 100% | 10.0 MiB/s | 336.8 KiB | 00m00s - [ 9/11] libmongocrypt-devel-0:1.15.2-1. 100% | 2.6 MiB/s | 187.2 KiB | 00m00s - [10/11] utf8proc-0:2.10.0-2.fc43.x86_64 100% | 693.3 KiB/s | 81.8 KiB | 00m00s - [11/11] libzstd-devel-0:1.5.7-2.fc43.x8 100% | 979.3 KiB/s | 52.9 KiB | 00m00s - -------------------------------------------------------------------------------- - [11/11] Total 100% | 5.5 MiB/s | 3.6 MiB | 00m01s - Running transaction - [ 1/13] Verify package files 100% | 733.0 B/s | 11.0 B | 00m00s - [ 2/13] Prepare transaction 100% | 211.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% | 102.0 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% | 23.8 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 "74ce806963b13c74d14c23c40e55fd8ca9f9040b044d3341fb340c222ea5d0e7" /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 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 stdlib-shims.0.3.0 -> installed csexp.1.5.2 -> installed integers.0.7.0 -> installed dune-configurator.3.22.1 -> installed ctypes.0.24.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-03 14:21.00 ---> saved as "920f491c607dfd2478ba0d089b8bf0e596fded6914b2dce55da20ec1218b7bd6" /src: (copy (src .) (dst /src)) 2026-04-03 14:21.00 ---> saved as "fb5e065679778436aece3523d52c2f7f4dc335b3b56a6ad750f9654431c2179b" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-04-03 14:21.03 ---> saved as "fc2f8b0f8642aa7915051334f67a17bdf16950d0d4b2cf84b9a08c7ccd70d3d2" Job succeeded 2026-04-03 14:21.03: Job succeeded