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-22.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7Opam 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-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7# ubuntu-22.04-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-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7-ubuntu-22.04-5.4_opam-2.5-3a3be88da46736842478fc4386c76d36"2026-04-22 14:12.08: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7)(comment ubuntu-22.04-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.34: Waiting for worker…2026-04-22 15:25.17: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 042080a Merge pull request #2 from tarides/ci(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7)2026-04-22 15:27.14 ---> using "d2564225bf1b0f86f879d98077c5aee1af360c988d8f5d2b60b97ba1f9e07761" from cache/: (comment ubuntu-22.04-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:27.14 ---> using "6173b475db7783a1c34961d8c0aaafb3b382c024f78aacc75dadbdbb936b85d4" 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.Continue? [Y/n] yThis 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-22 15:27.14 ---> using "66cb56b7a1bde2643b508320ad816b5e889a6c383d870e6c22e4b9a554e7404f" 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:27.14 ---> using "e7e8c309fc8dc0f965860a37d87001b835a5e47de72f1345f21f0d262101c352" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-22 15:27.14 ---> using "6db34e0f0c6b7c2450cd6b22daeecef2536e20c11596e7f80d694dbb4746bbe7" 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:27.14 ---> using "a21d4af45619f8c77eabcda4028b44729dc5cb76c1a5bfe90b5a08b55b381565" from cache/src: (copy (src mongoc.opam) (dst ./))2026-04-22 15:27.14 ---> saved as "aa22d5de9b1dab721c02faaf341da01d6bca3166338944aa4cc9798d23f33b1f"/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:27.19 ---> saved as "c10673910420a1bf94ffa6450bd9909075a3c419ab1c11a91aa64e8e3ff49b14"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-22 15:27.20 ---> saved as "9cf2117279839cb7199ffd9915051e5d26472d1d217cfd92e96fe99598cfc417"/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 jammy InRelease- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4188 kB]- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [69.9 kB]- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1601 kB]- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7066 kB]- Get:9 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.7 kB]- Get:10 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [82.7 kB]- Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6862 kB]- Get:12 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [61.6 kB]- Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1292 kB]- Get:14 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3860 kB]- Fetched 25.5 MB in 4s (6541 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"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libglib2.0-0:amd64.- (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 ... 15669 files and directories currently installed.)- Preparing to unpack .../00-libglib2.0-0_2.72.4-0ubuntu2.9_amd64.deb ...- Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...- Selecting previously unselected package libglib2.0-data.- Preparing to unpack .../01-libglib2.0-data_2.72.4-0ubuntu2.9_all.deb ...- Unpacking libglib2.0-data (2.72.4-0ubuntu2.9) ...- Selecting previously unselected package libicu70:amd64.- Preparing to unpack .../02-libicu70_70.1-2_amd64.deb ...- Unpacking libicu70:amd64 (70.1-2) ...- Selecting previously unselected package libxml2:amd64.- Preparing to unpack .../03-libxml2_2.9.13+dfsg-1ubuntu0.11_amd64.deb ...- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...- Selecting previously unselected package shared-mime-info.- Preparing to unpack .../04-shared-mime-info_2.1-2_amd64.deb ...- Unpacking shared-mime-info (2.1-2) ...- Selecting previously unselected package xdg-user-dirs.- Preparing to unpack .../05-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...- Unpacking xdg-user-dirs (0.17-2ubuntu4) ...- Selecting previously unselected package libbson-1.0-0.- Preparing to unpack .../06-libbson-1.0-0_1.21.0-1build1_amd64.deb ...- Unpacking libbson-1.0-0 (1.21.0-1build1) ...- Selecting previously unselected package libbson-dev.- Preparing to unpack .../07-libbson-dev_1.21.0-1build1_amd64.deb ...- Unpacking libbson-dev (1.21.0-1build1) ...- Selecting previously unselected package libmongocrypt0:amd64.- Preparing to unpack .../08-libmongocrypt0_1.3.0-1ubuntu1_amd64.deb ...- Unpacking libmongocrypt0:amd64 (1.3.0-1ubuntu1) ...- Selecting previously unselected package libsnappy1v5:amd64.- Preparing to unpack .../09-libsnappy1v5_1.1.8-1build3_amd64.deb ...- Unpacking libsnappy1v5:amd64 (1.1.8-1build3) ...- Selecting previously unselected package libmongoc-1.0-0.- Preparing to unpack .../10-libmongoc-1.0-0_1.21.0-1build1_amd64.deb ...- Unpacking libmongoc-1.0-0 (1.21.0-1build1) ...- Selecting previously unselected package libmongocrypt-dev:amd64.- Preparing to unpack .../11-libmongocrypt-dev_1.3.0-1ubuntu1_amd64.deb ...- Unpacking libmongocrypt-dev:amd64 (1.3.0-1ubuntu1) ...- Selecting previously unselected package libssl-dev:amd64.- Preparing to unpack .../12-libssl-dev_3.0.2-0ubuntu1.23_amd64.deb ...- Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.23) ...- Selecting previously unselected package zlib1g-dev:amd64.- Preparing to unpack .../13-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ...- Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...- Selecting previously unselected package libsnappy-dev:amd64.- Preparing to unpack .../14-libsnappy-dev_1.1.8-1build3_amd64.deb ...- Unpacking libsnappy-dev:amd64 (1.1.8-1build3) ...- Selecting previously unselected package libsasl2-dev.- Preparing to unpack .../15-libsasl2-dev_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ...- Unpacking libsasl2-dev (2.1.27+dfsg2-3ubuntu1.2) ...- Selecting previously unselected package libmongoc-dev.- Preparing to unpack .../16-libmongoc-dev_1.21.0-1build1_amd64.deb ...- Unpacking libmongoc-dev (1.21.0-1build1) ...- Selecting previously unselected package pkg-config.- Preparing to unpack .../17-pkg-config_0.29.2-1ubuntu3_amd64.deb ...- Unpacking pkg-config (0.29.2-1ubuntu3) ...- Setting up xdg-user-dirs (0.17-2ubuntu4) ...- Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...- No schema files found: doing nothing.- Setting up libsnappy1v5:amd64 (1.1.8-1build3) ...- Setting up libsasl2-dev (2.1.27+dfsg2-3ubuntu1.2) ...- Setting up libglib2.0-data (2.72.4-0ubuntu2.9) ...- Setting up libbson-1.0-0 (1.21.0-1build1) ...- Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.23) ...- Setting up pkg-config (0.29.2-1ubuntu3) ...- Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...- Setting up libicu70:amd64 (70.1-2) ...- Setting up libmongocrypt0:amd64 (1.3.0-1ubuntu1) ...- Setting up libbson-dev (1.21.0-1build1) ...- Setting up libsnappy-dev:amd64 (1.1.8-1build3) ...- Setting up libmongocrypt-dev:amd64 (1.3.0-1ubuntu1) ...- Setting up libmongoc-1.0-0 (1.21.0-1build1) ...- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...- Setting up libmongoc-dev (1.21.0-1build1) ...- Setting up shared-mime-info (2.1-2) ...- Processing triggers for libc-bin (2.35-0ubuntu3.13) ...# To update the current shell environment, run: eval $(opam env)2026-04-22 15:28.32 ---> saved as "43180740c4228f9306cf58ddd0f2df1ae865f8d06353cbf6e0adbdb2c308e5b8"/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:31.23 ---> saved as "033cfb015eedd63773bf42e683cae0f01be2c3232e116f7163a3bd0afb29706a"/src: (copy (src .) (dst /src))2026-04-22 15:31.24 ---> saved as "80d6b853672b6858aeed3ba4846f58c3f17834595cfe31073f98d8914afe397f"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-22 15:31.30 ---> saved as "ae0c199fbc33c8180de285c40955a125f6a445da0c29421117f733fef1d980d2"Job succeeded2026-04-22 15:31.30: Job succeeded