2026-04-22 14:12.08: New job: test tarides/mongoc-ocaml https://github.com/tarides/mongoc-ocaml.git#refs/heads/main (042080ab77ab888069120fa0910b9b4c87e6e274) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.5)Base: freebsd-14.3-ocaml-4.14Opam 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 freebsd-14.3-ocaml-4.14# freebsd-14.3-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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-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 $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-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.5-325c42da7d67df10dab8c56633a472b5"2026-04-22 14:12.08: Using OBuilder spec:((from freebsd-14.3-ocaml-4.14)(comment freebsd-14.3-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/local/bin/opam-2.5 /usr/local/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-22 14:12.08: Waiting for resource in pool OCluster2026-04-22 14:35.23: Waiting for worker…2026-04-22 15:15.36: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at 042080a Merge pull request #2 from tarides/ci(from freebsd-14.3-ocaml-4.14)2026-04-22 15:11.59 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache/: (comment freebsd-14.3-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/local/bin/opam-2.5 /usr/local/bin/opam"))2026-04-22 15:12.00 ---> using "cc65ce37998b2d98fc767b9dc7c3b5c83138e1952bec339ac27a7bb4d9d920d3" from cache/src: (run (shell "opam init --reinit -ni"))No configuration file found, using 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.1 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 1 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=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository2026-04-22 15:12.00 ---> using "87889fea7d09081125d96054d270a07df14f9b2a5c081c0c9434b9f215ecc218" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 4.14.32.5.02026-04-22 15:12.00 ---> using "4a6e16f39bb2fab11842c96050ea21902749c68aefdffcd64774b8b7640a3492" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-22 15:12.01 ---> using "ca1b89b4fcfce73b3b6ab80b797b154eda5f870ad814c498da3e18daf8f4b36f" 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 possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-config.3However, 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.2026-04-22 15:12.01 ---> using "55690a4459594aa3db021c8c83ec292ecd250c910a41ba5a18fceaa5776489b4" from cache/src: (copy (src mongoc.opam) (dst ./))2026-04-22 15:12.02 ---> saved as "af2cd4de288cd76a89382127c8c745f58ecc6f01dda5527d90949aa815b33b5c"/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:12.04 ---> saved as "2828bfd6b338ed5794e6d16de4faa658d393d374064b236a2ff3dd503215f4d8"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-22 15:12.05 ---> saved as "f34e6af81f4e2dd0074c264c1d423c05ab40c8e6cd493fe33ad66b6c79af394a"/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"))[WARNING] Unknown update command for bsd, skipping system update<><> 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:mongo-c-driver<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/bin/sudo "pkg" "install" "-y" "mongo-c-driver"- Updating FreeBSD repository catalogue...- [rosemary] Fetching data:- ..- ....- .... done- Processing entries:- .- .- ..- .- .- .- .- .- . done- FreeBSD repository update completed. 37065 packages processed.- Updating FreeBSD-kmods repository catalogue...- [rosemary] Fetching data: ....... done- Processing entries: .......... done- FreeBSD-kmods repository update completed. 245 packages processed.- All repositories are up to date.- The following 3 package(s) will be affected (of 0 checked):-- New packages to be INSTALLED:- libbson: 1.30.7 [FreeBSD]- mongo-c-driver: 1.30.7 [FreeBSD]- utf8proc: 2.11.3 [FreeBSD]-- Number of packages to be installed: 3-- The process will require 261 MiB more space.- 3 MiB to be downloaded.- [rosemary] [1/3] Fetching mongo-c-driver-1.30.7: .- ......... done- [rosemary] [2/3] Fetching utf8proc-2.11.3: ...... done- [rosemary] [3/3] Fetching libbson-1.30.7: .......... done- Checking integrity... done (0 conflicting)- [rosemary] [1/3] Installing libbson-1.30.7...- [rosemary] [1/3] Extracting libbson-1.30.7: .......... done- [rosemary] [2/3] Installing utf8proc-2.11.3...- [rosemary] [2/3] Extracting utf8proc-2.11.3: .......... done- [rosemary] [3/3] Installing mongo-c-driver-1.30.7...- [rosemary] [3/3] Extracting mongo-c-driver-1.30.7: .........- . done2026-04-22 15:12.46 ---> saved as "1eb0cb349b3c428ac390bec3ca12b66fe4ab9ddfb59fd20c598890ce37d9d281"/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∗ 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∗ stdlib-shims 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>∗ installed conf-pkg-config.4⬇ retrieved ctypes.0.24.0 (cached)⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved cmdliner.2.1.1 (cached)⬇ retrieved stdlib-shims.0.3.0 (cached)⬇ retrieved integers.0.7.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.2026-04-22 15:16.03 ---> saved as "6a9efd542586913b60a97b3f5b7bf57c9a1864b99b7b6e2f220a3a151ed67d0a"/src: (copy (src .) (dst /src))2026-04-22 15:16.07 ---> saved as "b270514ad3a5edeab57b93a8593a00a0e2cadfe8e72d8cf47a743eee5e703572"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-22 15:16.22 ---> saved as "5958164788a38d9f2e4634a37f210878ec116935e287d3736363f016d39ce00f"Job succeeded2026-04-22 15:20.00: Job succeeded