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:ubuntu-25.10-5.4_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4bOpam 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:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b# ubuntu-25.10-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN 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:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b-ubuntu-25.10-5.4_opam-2.5-3a3be88da46736842478fc4386c76d36"2026-04-22 14:12.08: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b)(comment ubuntu-25.10-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 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.26: Waiting for worker…2026-04-22 15:25.11: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 042080a Merge pull request #2 from tarides/ci(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b)2026-04-22 15:45.48 ---> using "6f30897515c1e824a950778ea676e229c104637b6aa7ebb64a6b53fea7d6cfa7" from cache/: (comment ubuntu-25.10-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-04-22 15:45.48 ---> using "ed652262ffe41adc8028dee056f45315aa4f3887ab4acc45b8d73186149e101e" 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:45.48 ---> using "ad4cd56fa8230439a361a9df0e86dd3506d48c3e5068086c2933cdd52eceab67" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.12.5.02026-04-22 15:45.48 ---> using "71a2c562bc27d627cf1dd84848313ec1ea0634d615bb73f843054f8c68abea91" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-22 15:45.48 ---> using "575fef843e896b9779ee1eb6db58ec4085b692ac117dad7cfb2598c75e137f99" 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:45.48 ---> using "7414fcbbc31367551217601254b2e9e6b938b2c9d72142a8fc14799f17ee94a0" from cache/src: (copy (src mongoc.opam) (dst ./))2026-04-22 15:45.48 ---> saved as "3b9d63988385e297c057d080b0d94e02d15cc111dfcaf10e088f7c617d142eed"/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:45.50 ---> saved as "02a63dbef2c21080797fc65cdee6236990659e3801d66fccbceafd5319379a70"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-22 15:45.50 ---> saved as "a82615aef0e37b563439dfb5de47e565425882d813105a6952df6a971a280df8"/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/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease- Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]- Get:3 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]- Get:4 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [493 kB]- Get:5 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [374 kB]- Get:6 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [5946 B]- Get:7 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [240 kB]- Get:8 http://archive.ubuntu.com/ubuntu questing-backports/universe amd64 Packages [3995 B]- Get:9 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]- Get:10 http://security.ubuntu.com/ubuntu questing-security/multiverse amd64 Packages [2684 B]- Get:11 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [291 kB]- Get:12 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [358 kB]- Get:13 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [238 kB]- Fetched 2410 kB in 1s (2455 kB/s)- 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 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: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 ... 18742 files and directories currently installed.)- Preparing to unpack .../00-libbson-1.0-0t64_1.30.4-1ubuntu1_amd64.deb ...- Unpacking libbson-1.0-0t64 (1.30.4-1ubuntu1) ...- Selecting previously unselected package libbson-dev.- Preparing to unpack .../01-libbson-dev_1.30.4-1ubuntu1_amd64.deb ...- Unpacking libbson-dev (1.30.4-1ubuntu1) ...- Selecting previously unselected package libintelrdfpmath-dev:amd64.- Preparing to unpack .../02-libintelrdfpmath-dev_2.0u3-1_amd64.deb ...- Unpacking libintelrdfpmath-dev:amd64 (2.0u3-1) ...- Selecting previously unselected package libmongocrypt0:amd64.- Preparing to unpack .../03-libmongocrypt0_1.13.2-1_amd64.deb ...- Unpacking libmongocrypt0:amd64 (1.13.2-1) ...- Selecting previously unselected package libsnappy1v5:amd64.- Preparing to unpack .../04-libsnappy1v5_1.2.2-1_amd64.deb ...- Unpacking libsnappy1v5:amd64 (1.2.2-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.4-1ubuntu1_amd64.deb ...- Unpacking libmongoc-1.0-0t64 (1.30.4-1ubuntu1) ...- Selecting previously unselected package libmongocrypt-dev:amd64.- Preparing to unpack .../07-libmongocrypt-dev_1.13.2-1_amd64.deb ...- Unpacking libmongocrypt-dev:amd64 (1.13.2-1) ...- Selecting previously unselected package libssl-dev:amd64.- Preparing to unpack .../08-libssl-dev_3.5.3-1ubuntu3.3_amd64.deb ...- Unpacking libssl-dev:amd64 (3.5.3-1ubuntu3.3) ...- Selecting previously unselected package zlib1g-dev:amd64.- Preparing to unpack .../09-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu2_amd64.deb ...- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu2) ...- Selecting previously unselected package libsnappy-dev:amd64.- Preparing to unpack .../10-libsnappy-dev_1.2.2-1_amd64.deb ...- Unpacking libsnappy-dev:amd64 (1.2.2-1) ...- Selecting previously unselected package libsasl2-dev.- Preparing to unpack .../11-libsasl2-dev_2.1.28+dfsg1-9ubuntu1_amd64.deb ...- Unpacking libsasl2-dev (2.1.28+dfsg1-9ubuntu1) ...- 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 libmongoc-dev.- Preparing to unpack .../13-libmongoc-dev_1.30.4-1ubuntu1_amd64.deb ...- Unpacking libmongoc-dev (1.30.4-1ubuntu1) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../14-libpkgconf3_1.8.1-4build1_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4build1) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../15-pkgconf-bin_1.8.1-4build1_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4build1) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../16-pkgconf_1.8.1-4build1_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4build1) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../17-pkg-config_1.8.1-4build1_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4build1) ...- Setting up libutf8proc3:amd64 (2.9.0-1build1) ...- Setting up libutf8proc-dev:amd64 (2.9.0-1build1) ...- Setting up libsnappy1v5:amd64 (1.2.2-1) ...- Setting up libpkgconf3:amd64 (1.8.1-4build1) ...- Setting up libssl-dev:amd64 (3.5.3-1ubuntu3.3) ...- Setting up pkgconf-bin (1.8.1-4build1) ...- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu2) ...- Setting up libbson-1.0-0t64 (1.30.4-1ubuntu1) ...- Setting up libintelrdfpmath-dev:amd64 (2.0u3-1) ...- Setting up libmongocrypt0:amd64 (1.13.2-1) ...- Setting up libbson-dev (1.30.4-1ubuntu1) ...- Setting up libsnappy-dev:amd64 (1.2.2-1) ...- Setting up libmongocrypt-dev:amd64 (1.13.2-1) ...- Setting up pkgconf:amd64 (1.8.1-4build1) ...- Setting up libsasl2-dev (2.1.28+dfsg1-9ubuntu1) ...- Setting up pkg-config:amd64 (1.8.1-4build1) ...- Setting up libmongoc-1.0-0t64 (1.30.4-1ubuntu1) ...- Setting up libmongoc-dev (1.30.4-1ubuntu1) ...- Processing triggers for libc-bin (2.42-0ubuntu3.1) ...# To update the current shell environment, run: eval $(opam env)2026-04-22 15:46.04 ---> saved as "fdd18e7e5c9f368afaadecc487c7e825b81032fea934de5bd4c1a69c94cb4f6e"/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 csexp.1.5.2-> installed stdlib-shims.0.3.0-> 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:46.45 ---> saved as "61f670131028754d4dcc7c205ea09844eea3eba9dc80a4b65a0e011bd618355d"/src: (copy (src .) (dst /src))2026-04-22 15:46.46 ---> saved as "89e89901ba29102b1e2168a454ad4c3adfc7aca8f380cbef940dc7f8a06e6a85"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-22 15:46.48 ---> saved as "1b3e91e488f46ec56ac98b7e04c24b5182dba01ecfef8b76f9dc6e0ad59b7b5c"Job succeeded2026-04-22 15:46.48: Job succeeded