2026-04-03 11:36.15: 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:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67Opam 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:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67# 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 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.15: Using cache hint "tarides/mongoc-ocaml-ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67-ubuntu-25.10-5.4_opam-2.5-48f329bb723c392cfc5a0cc6d2e046dd"2026-04-03 11:36.15: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67)(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 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.15: Waiting for resource in pool OCluster2026-04-03 14:16.42: Waiting for worker…2026-04-03 14:19.35: Got resource from pool OClusterBuilding on eumache.caelum.ci.devhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialised empty Git repository in /var/cache/obuilder/ocluster/git/mongoc-ocaml.git-89dd79164929fa72e2d4cd3d662074271da71c43/.git/HEAD is now at 042080a Merge pull request #2 from tarides/ci(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67' locallydocker.io/ocaml/opam@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67: Pulling from ocaml/opam16c195d4c5e9: Already existseef1e591e8a9: Already exists475b07e782b4: Already exists18fb99e993e1: Already existsca37c6a45798: Already existsc57691858953: Already exists5512f1558e14: Already exists43fe003df081: Already exists6e925d30090e: Already exists3417bab79df5: Already exists0aa36f5a555a: Already exists474fc3d17365: Already exists49a3768a5f63: Already existsc5abc7eafdff: Already exists62941fb37fba: Already exists378967450a13: Already existsb77cfa4e2ae3: Already existscb268f925fd0: Already existscb268f925fd0: Already exists3bf4591bde94: Already exists34a47fe3891d: Already exists0e9e8d8d7a8c: Already exists024b2f94e104: Already exists4f4fb700ef54: Already exists071fbbcf50f3: Already existsb43a2046bab2: Already existsf34036196a91: Already existsb07913c71979: Already existsf1c987ef231c: Already exists1a8485ec060a: Already existsaa1dac00c891: Already exists215e9614a861: Already exists117130324f1d: Already existsedf62db1b518: Already exists0db4778affc6: Already existsa7061a59a18a: Already exists1a46a132d40e: Already existse461a5dda351: Already existsbaef187c60a6: Already exists60fb67301e08: Already existsbf681241fc68: Already exists23eaa9b4d484: Already exists1c659a6a7694: Already existsdba14649d85a: Already exists141dacab2962: Already exists77e0ad4866d4: Already exists401d82f13ac3: Already exists29458acfee8b: Already exists0f86b9a8699c: Already existsDigest: sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67Status: Downloaded newer image for ocaml/opam@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a672026-04-03 14:19.36 ---> using "a781d67ad57eb4ac231790d4a694bd40cad33d7e4b31ef1def44795689b32c1f" 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-03 14:19.36 ---> using "abe213cdc34cea893280fdf44cd1cad04b0a7e440d2650b191efdd05f6df5c7e" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-03 14:19.36 ---> using "7659bfa6fdb9326b707eb9973ad8bcdf27440a4236f27ab86e5cd85886d159d5" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-173-genericThe OCaml toplevel, version 5.4.02.5.02026-04-03 14:19.36 ---> using "d964b47b2ae170f14fe1436dc3eb59c3e2c6b43393eaab8966e7fb9cece21c97" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 14:19.36 ---> using "ee14fa90ac6cc53c98770e42e923950defb8fc6d617d34e15b97a90e3fef1b0c" 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:19.36 ---> using "e7b466c670222e6a8ccf26455eac93931dfbbb1a12efc34d1a1908ec75b34705" from cache/src: (copy (src mongoc.opam) (dst ./))2026-04-03 14:19.36 ---> saved as "6371cb94b394047ca13e50909238ac057d05798cf82e87bec34e7c908b9701a4"/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:19.40 ---> saved as "d837d2cf71738f12b5e9dd800dba5cea9d871a950b482be5e0c54ed290d212b6"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 14:19.40 ---> saved as "945dc7e1f9364462635146c1dec284fcc299cea4deb928dcc519d8a0f2d229f0"/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/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease- Get:2 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]- Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]- Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]- Get:5 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [340 kB]- Get:6 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [5979 B]- Get:7 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [471 kB]- Get:8 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [264 kB]- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [239 kB]- Get:10 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [338 kB]- Get:11 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [237 kB]- Fetched 2300 kB in 0s (5901 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.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: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_amd64.deb ...- Unpacking libssl-dev:amd64 (3.5.3-1ubuntu3) ...- 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) ...- 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-03 14:20.09 ---> saved as "a6f7df73bd833bcb6dd49ba0efd4104b8419d0bbd03b6ed5b49721e904d74c21"/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.55 ---> saved as "f63f0cc411b53c532953c79298c138aff873deb7bd62266b307f5ca2fabf78fb"/src: (copy (src .) (dst /src))2026-04-03 14:21.55 ---> saved as "ee719729d49ab2c1c1185df1cfba3daffee737bbdc7ca957d37a66e41dbc9b66"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-03 14:22.01 ---> saved as "e6b8c2eec2192fbe6331eeb448b61fdb6372c93a36bd84d668226d7b25304ab5"Job succeeded2026-04-03 14:22.01: Job succeeded