2026-04-27 07:30.01: New job: test tarides/mongoc-ocaml https://github.com/tarides/mongoc-ocaml.git#refs/heads/main (042080ab77ab888069120fa0910b9b4c87e6e274) (linux-x86_64:ubuntu-25.04-4.14_opam-2.5) Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb 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:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb # ubuntu-25.04-4.14_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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && 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.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.4.14.3 ocaml-base-compiler.4.14.3 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-27 07:30.01: Using cache hint "tarides/mongoc-ocaml-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb-ubuntu-25.04-4.14_opam-2.5-325c42da7d67df10dab8c56633a472b5" 2026-04-27 07:30.01: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb) (comment ubuntu-25.04-4.14_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 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-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.4.14.3 ocaml-base-compiler.4.14.3 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-27 07:30.01: Waiting for resource in pool OCluster 2026-04-27 08:16.30: Waiting for worker… 2026-04-27 08:19.00: Got resource from pool OCluster Building on eumache.caelum.ci.dev All commits already cached HEAD is now at 042080a Merge pull request #2 from tarides/ci (from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb) Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb' locally docker.io/ocaml/opam@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb: Pulling from ocaml/opam c62190a9ab61: Already exists 357ac6654861: Pulling fs layer a191be1efbfd: Pulling fs layer eb4000d4ebbc: Pulling fs layer 598bd7554f0c: Pulling fs layer 79d6c515bbb9: Pulling fs layer 154be107f855: Pulling fs layer 598bd7554f0c: Waiting fd2208c876d6: Pulling fs layer 16490c1f67c4: Pulling fs layer fd2208c876d6: Waiting 154be107f855: Waiting 79d6c515bbb9: Waiting 71652ce32f03: Pulling fs layer 16490c1f67c4: Waiting f6539204dd94: Pulling fs layer 8832196939ac: Pulling fs layer 051ac3f8d1fa: Pulling fs layer f6539204dd94: Waiting 71652ce32f03: Waiting 9c22d08d7908: Pulling fs layer 8832196939ac: Waiting f92810fb1a76: Pulling fs layer 084bdef83a94: Pulling fs layer 051ac3f8d1fa: Waiting 9c22d08d7908: Waiting d61f838e95fd: Pulling fs layer 084bdef83a94: Waiting f92810fb1a76: Waiting 4b9d9e7979d2: Pulling fs layer 5b295751883e: Pulling fs layer 4cf5bde88b89: Pulling fs layer 4b9d9e7979d2: Waiting 5b295751883e: Waiting d61f838e95fd: Waiting a2e9395651c9: Pulling fs layer 4f4fb700ef54: Pulling fs layer 8d482fe260fa: Pulling fs layer 0c1606e5aae9: Pulling fs layer 4cf5bde88b89: Waiting 8d482fe260fa: Waiting 4f4fb700ef54: Waiting a2e9395651c9: Waiting 35abd5e9c377: Pulling fs layer dd98292fdce5: Pulling fs layer 0c1606e5aae9: Waiting 35abd5e9c377: Waiting 013f4f55172f: Pulling fs layer dd98292fdce5: Waiting 74138f97645f: Pulling fs layer 013f4f55172f: Waiting dd1ee7cdcf24: Pulling fs layer 74138f97645f: Waiting 9af03bee1815: Pulling fs layer dd1ee7cdcf24: Waiting 2aa5fb145868: Pulling fs layer 9af03bee1815: Waiting 236cbd8de420: Pulling fs layer 2aa5fb145868: Waiting 50b334ba052c: Pulling fs layer 0ecd776bb54b: Pulling fs layer 236cbd8de420: Waiting 61565fcd1ea7: Pulling fs layer 0ecd776bb54b: Waiting 50b334ba052c: Waiting c61c7e9567a5: Pulling fs layer 61565fcd1ea7: Waiting 6616a61e7604: Pulling fs layer 9ff1755321c4: Pulling fs layer c61c7e9567a5: Waiting 6616a61e7604: Waiting a72649cf11ee: Pulling fs layer d7886880bcec: Pulling fs layer 2a89a2b3cc39: Pulling fs layer debc803d2143: Pulling fs layer a72649cf11ee: Waiting 2a89a2b3cc39: Waiting d7886880bcec: Waiting 9ff1755321c4: Waiting e4a5f49164e2: Pulling fs layer debc803d2143: Waiting 569b9f5d92e4: Pulling fs layer e4a5f49164e2: Waiting ed5d03d53c7d: Pulling fs layer 569b9f5d92e4: Waiting 357ac6654861: Verifying Checksum 357ac6654861: Download complete a191be1efbfd: Verifying Checksum a191be1efbfd: Download complete 357ac6654861: Pull complete a191be1efbfd: Pull complete eb4000d4ebbc: Verifying Checksum eb4000d4ebbc: Download complete 598bd7554f0c: Verifying Checksum 598bd7554f0c: Download complete 154be107f855: Verifying Checksum 154be107f855: Download complete fd2208c876d6: Verifying Checksum fd2208c876d6: Download complete eb4000d4ebbc: Pull complete 16490c1f67c4: Verifying Checksum 16490c1f67c4: Download complete 598bd7554f0c: Pull complete 71652ce32f03: Verifying Checksum 71652ce32f03: Download complete f6539204dd94: Verifying Checksum f6539204dd94: Download complete 8832196939ac: Verifying Checksum 8832196939ac: Download complete 051ac3f8d1fa: Verifying Checksum 051ac3f8d1fa: Download complete f92810fb1a76: Verifying Checksum f92810fb1a76: Download complete 084bdef83a94: Download complete 9c22d08d7908: Verifying Checksum 9c22d08d7908: Download complete d61f838e95fd: Verifying Checksum d61f838e95fd: Download complete 5b295751883e: Download complete 4b9d9e7979d2: Download complete 4cf5bde88b89: Download complete a2e9395651c9: Verifying Checksum a2e9395651c9: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 8d482fe260fa: Verifying Checksum 8d482fe260fa: Download complete 0c1606e5aae9: Verifying Checksum 0c1606e5aae9: Download complete 35abd5e9c377: Verifying Checksum 35abd5e9c377: Download complete 013f4f55172f: Download complete dd98292fdce5: Download complete dd1ee7cdcf24: Download complete 74138f97645f: Verifying Checksum 74138f97645f: Download complete 9af03bee1815: Download complete 2aa5fb145868: Verifying Checksum 2aa5fb145868: Download complete 50b334ba052c: Verifying Checksum 50b334ba052c: Download complete 0ecd776bb54b: Verifying Checksum 0ecd776bb54b: Download complete c61c7e9567a5: Verifying Checksum c61c7e9567a5: Download complete 61565fcd1ea7: Verifying Checksum 61565fcd1ea7: Download complete 9ff1755321c4: Verifying Checksum 9ff1755321c4: Download complete a72649cf11ee: Verifying Checksum a72649cf11ee: Download complete d7886880bcec: Verifying Checksum d7886880bcec: Download complete 79d6c515bbb9: Verifying Checksum 79d6c515bbb9: Download complete debc803d2143: Verifying Checksum debc803d2143: Download complete e4a5f49164e2: Download complete 569b9f5d92e4: Verifying Checksum 569b9f5d92e4: Download complete ed5d03d53c7d: Verifying Checksum ed5d03d53c7d: Download complete 2a89a2b3cc39: Verifying Checksum 2a89a2b3cc39: Download complete 79d6c515bbb9: Pull complete 154be107f855: Pull complete fd2208c876d6: Pull complete 16490c1f67c4: Pull complete 71652ce32f03: Pull complete f6539204dd94: Pull complete 6616a61e7604: Verifying Checksum 6616a61e7604: Download complete 8832196939ac: Pull complete 051ac3f8d1fa: Pull complete 9c22d08d7908: Pull complete f92810fb1a76: Pull complete 084bdef83a94: Pull complete d61f838e95fd: Pull complete 4b9d9e7979d2: Pull complete 5b295751883e: Pull complete 4cf5bde88b89: Pull complete a2e9395651c9: Pull complete 4f4fb700ef54: Pull complete 8d482fe260fa: Pull complete 0c1606e5aae9: Pull complete 35abd5e9c377: Pull complete dd98292fdce5: Pull complete 013f4f55172f: Pull complete 74138f97645f: Pull complete dd1ee7cdcf24: Pull complete 9af03bee1815: Pull complete 2aa5fb145868: Pull complete 236cbd8de420: Pull complete 50b334ba052c: Pull complete 0ecd776bb54b: Pull complete 61565fcd1ea7: Pull complete c61c7e9567a5: Pull complete 6616a61e7604: Pull complete 9ff1755321c4: Pull complete a72649cf11ee: Pull complete d7886880bcec: Pull complete 2a89a2b3cc39: Pull complete debc803d2143: Pull complete e4a5f49164e2: Pull complete 569b9f5d92e4: Pull complete ed5d03d53c7d: Pull complete Digest: sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb Status: Downloaded newer image for ocaml/opam@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb 2026-04-27 08:19.00 ---> using "26f2d1b20504f8a72d300005d6ed3a2bee34c58ce7ff6ebb581c3cd8e7bf182d" from cache /: (comment ubuntu-25.04-4.14_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-04-27 08:19.01 ---> using "7729be9aeef278253c48b7491490d5770d24689c06ea7841c09b3b42721cf226" 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 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com" [default] Initialised 2026-04-27 08:19.01 ---> using "bcd56c2fcac37d8900ef1186d44a59635a254658349185b960a29c4b43106298" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-04-27 08:19.01 ---> using "4bde2fbab53a6005951fa182586f93b8ad206d426d444506a02328fa96ee0f26" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-27 08:19.01 ---> using "2baaf6d27d66036c3e175ae274404055a72ba045903fd57695496f186d7c138b" 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")) 036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches [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-27 08:19.01 ---> using "d7f0931df18e5121e72802d35d70ac4e997a5f38c17eb67e165254733a075787" from cache /src: (copy (src mongoc.opam) (dst ./)) 2026-04-27 08:19.01 ---> saved as "4be78fe7a32ffe7cb707ce2d1181eef8f45e02577f27a6b9d18a349349fc4b00" /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-27 08:19.04 ---> saved as "f8792043643d1ba93a577ab7e19d9b237d463e8aaf60eb8f1d76bb4ca34ecc00" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-27 08:19.04 ---> saved as "c78b35e9365a869a32464eb292aa06b834cbd30c989e8ec412466c0ccae56418" /src: (env DEPS "base-bigarray.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.4.14.3 ocaml-base-compiler.4.14.3 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/bin/sudo "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease - Hit:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease - Hit:3 http://archive.ubuntu.com/ubuntu plucky-backports InRelease - Hit:4 http://security.ubuntu.com/ubuntu plucky-security InRelease - Reading package lists... - <><> 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.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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: libbson-dev libmongoc-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libbson-dev" "libmongoc-dev" "pkg-config" - Selecting previously unselected package libbson-1.0-0t64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16503 files and directories currently installed.) - Preparing to unpack .../00-libbson-1.0-0t64_1.30.2-1_amd64.deb ... - Unpacking libbson-1.0-0t64 (1.30.2-1) ... - Selecting previously unselected package libbson-dev. - Preparing to unpack .../01-libbson-dev_1.30.2-1_amd64.deb ... - Unpacking libbson-dev (1.30.2-1) ... - Selecting previously unselected package libintelrdfpmath-dev:amd64. - Preparing to unpack .../02-libintelrdfpmath-dev_2.0u2-8ubuntu1_amd64.deb ... - Unpacking libintelrdfpmath-dev:amd64 (2.0u2-8ubuntu1) ... - Selecting previously unselected package libmongocrypt0:amd64. - Preparing to unpack .../03-libmongocrypt0_1.12.0-1_amd64.deb ... - Unpacking libmongocrypt0:amd64 (1.12.0-1) ... - Selecting previously unselected package libsnappy1v5:amd64. - Preparing to unpack .../04-libsnappy1v5_1.2.1-1_amd64.deb ... - Unpacking libsnappy1v5:amd64 (1.2.1-1) ... - Selecting previously unselected package libutf8proc3:amd64. - Preparing to unpack .../05-libutf8proc3_2.9.0-1build1_amd64.deb ... - Unpacking libutf8proc3:amd64 (2.9.0-1build1) ... - Selecting previously unselected package libmongoc-1.0-0t64. - Preparing to unpack .../06-libmongoc-1.0-0t64_1.30.2-1_amd64.deb ... - Unpacking libmongoc-1.0-0t64 (1.30.2-1) ... - Selecting previously unselected package libmongocrypt-dev:amd64. - Preparing to unpack .../07-libmongocrypt-dev_1.12.0-1_amd64.deb ... - Unpacking libmongocrypt-dev:amd64 (1.12.0-1) ... - Selecting previously unselected package libssl-dev:amd64. - Preparing to unpack .../08-libssl-dev_3.4.1-1ubuntu4_amd64.deb ... - Unpacking libssl-dev:amd64 (3.4.1-1ubuntu4) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../09-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu1) ... - Selecting previously unselected package libsnappy-dev:amd64. - Preparing to unpack .../10-libsnappy-dev_1.2.1-1_amd64.deb ... - Unpacking libsnappy-dev:amd64 (1.2.1-1) ... - Selecting previously unselected package libsasl2-dev. - Preparing to unpack .../11-libsasl2-dev_2.1.28+dfsg1-9_amd64.deb ... - Unpacking libsasl2-dev (2.1.28+dfsg1-9) ... - Selecting previously unselected package libutf8proc-dev:amd64. - Preparing to unpack .../12-libutf8proc-dev_2.9.0-1build1_amd64.deb ... - Unpacking libutf8proc-dev:amd64 (2.9.0-1build1) ... - Selecting previously unselected package libzstd-dev:amd64. - Preparing to unpack .../13-libzstd-dev_1.5.6+dfsg-2_amd64.deb ... - Unpacking libzstd-dev:amd64 (1.5.6+dfsg-2) ... - Selecting previously unselected package libmongoc-dev. - Preparing to unpack .../14-libmongoc-dev_1.30.2-1_amd64.deb ... - Unpacking libmongoc-dev (1.30.2-1) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../15-libpkgconf3_1.8.1-4_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../16-pkgconf-bin_1.8.1-4_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../17-pkgconf_1.8.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../18-pkg-config_1.8.1-4_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-4) ... - Setting up libzstd-dev:amd64 (1.5.6+dfsg-2) ... - Setting up libutf8proc3:amd64 (2.9.0-1build1) ... - Setting up libutf8proc-dev:amd64 (2.9.0-1build1) ... - Setting up libsnappy1v5:amd64 (1.2.1-1) ... - Setting up libpkgconf3:amd64 (1.8.1-4) ... - Setting up libssl-dev:amd64 (3.4.1-1ubuntu4) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu1) ... - Setting up libbson-1.0-0t64 (1.30.2-1) ... - Setting up libintelrdfpmath-dev:amd64 (2.0u2-8ubuntu1) ... - Setting up libmongocrypt0:amd64 (1.12.0-1) ... - Setting up libbson-dev (1.30.2-1) ... - Setting up libsnappy-dev:amd64 (1.2.1-1) ... - Setting up libmongocrypt-dev:amd64 (1.12.0-1) ... - Setting up pkgconf:amd64 (1.8.1-4) ... - Setting up libsasl2-dev (2.1.28+dfsg1-9) ... - Setting up pkg-config:amd64 (1.8.1-4) ... - Setting up libmongoc-1.0-0t64 (1.30.2-1) ... - Setting up libmongoc-dev (1.30.2-1) ... - Processing triggers for libc-bin (2.41-6ubuntu1.2) ... # To update the current shell environment, run: eval $(opam env) 2026-04-27 08:19.30 ---> saved as "34b4fd5f6bf2262f87fd8753ea754ed040ea851685afc1d4bb01b9f7d6570246" /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.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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.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.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-27 08:21.21 ---> saved as "c5c565ecf4f319e8e3ef787457472b79f1aa8ecc3185d68969643592e22f1354" /src: (copy (src .) (dst /src)) 2026-04-27 08:21.21 ---> saved as "04b4887ca479e0553f9c42f21ebbab406622322988c417050b54ea38352a0e42" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-04-27 08:21.29 ---> saved as "35580bf51af589e140fcc89c2f425030adc17f4904c9b6ed1d08777fcb2cca83" Job succeeded 2026-04-27 08:21.29: Job succeeded