2026-04-22 14:12.08: New job: test tarides/mongoc-ocaml https://github.com/tarides/mongoc-ocaml.git#refs/heads/main (042080ab77ab888069120fa0910b9b4c87e6e274) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.5)Base: macos-homebrew-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 macos-homebrew-ocaml-4.14# macos-homebrew-4.14_arm64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN 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 ./src/./RUN opam pin add -yn mongoc.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./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.2 ocaml-base-compiler.4.14.2 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 cd ./src && 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-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.5-f4a8a47b2eab65eb90f6f9958c3d86e1"2026-04-22 14:12.08: Using OBuilder spec:((from macos-homebrew-ocaml-4.14)(comment macos-homebrew-4.14_arm64_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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 ./src/./))(run (network host)(shell "opam pin add -yn mongoc.dev './src/./'"))(run (shell "echo '(lang dune 3.0)' > './src/./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.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y mongoc.dev $DEPS"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst ./src))(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-04-22 14:12.08: Waiting for resource in pool OCluster2026-04-22 16:19.22: Waiting for worker…2026-04-22 23:20.22: Got resource from pool OClusterBuilding on m1-worker-01All commits already cachedHEAD is now at 042080a Merge pull request #2 from tarides/ci(from macos-homebrew-ocaml-4.14)2026-04-22 23:20.22 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache/: (comment macos-homebrew-4.14_arm64_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))2026-04-22 23:20.22 ---> using "75b1629629d7f21c50a7e1e39b2ef83e2edb8ace81aab34254c0c8782b814749" from cache/: (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 /Users/mac1000/.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:///Users/mac1000/opam-repository2026-04-22 23:20.22 ---> using "a61e945ab7671a6fff400f946e3fe88df4d67a783ea1f56fa59dc21595ef1b19" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 4.14.22.5.02026-04-22 23:20.23 ---> using "11a9923a4c4f0ab256d15330129e4c4938459d2e6239eb4f7bdf0f2620300e09" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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_HEAD043b6ea343..80ba534fc6 master -> origin/master036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositorydefault (at git+file:///Users/mac1000/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///Users/mac1000/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.# To update the current shell environment, run: eval $(opam env)2026-04-22 23:20.23 ---> using "b9a1a909f4fc1b47e48768a9ca1d988f2fd554712d132eb7f7207752804ab1e0" from cache/: (copy (src mongoc.opam) (dst ./src/./))2026-04-22 23:20.24 ---> saved as "b83a7d3614e03958f633fee629bb6f5a764b31127e645f58db59becc11fccb22"/: (run (network host)(shell "opam pin add -yn mongoc.dev './src/./'"))[NOTE] Package mongoc does not exist in opam repositories registered in the current switch.[mongoc.dev] synchronised (file:///Users/mac1000/src)mongoc is now pinned to file:///Users/mac1000/src (version dev)2026-04-22 23:20.37 ---> saved as "0931713d9f05df091535811a51ccaaf39ff2159ca362f84b2199d75f353e39c5"/: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2026-04-22 23:20.38 ---> saved as "b3db3242f8cfec3ca1d0bd6df5492fa32e5c559562c852e7cfc85e117feaa48c"/: (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.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.0")/: (env CI true)/: (env OCAMLCI true)/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y mongoc.dev $DEPS"))+ /opt/homebrew/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mongoc.dev] synchronised (file:///Users/mac1000/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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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 pkgconf<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /opt/homebrew/bin/brew "install" "mongo-c-driver" "pkgconf"- ==> Fetching downloads for: mongo-c-driver and pkgconf- ✔︎ Bottle Manifest pkgconf (2.5.1)- ✔︎ Bottle Manifest pkgconf (2.5.1)- ✔︎ Bottle Manifest mongo-c-driver (2.3.0)- ✔︎ Bottle Manifest ca-certificates (2026-03-19)- ✔︎ Bottle ca-certificates (2026-03-19)- ✔︎ Bottle Manifest openssl@3 (3.6.2)- ✔︎ Bottle Manifest lz4 (1.10.0)- ✔︎ Bottle lz4 (1.10.0)- ✔︎ Bottle Manifest xz (5.8.3)- ✔︎ Bottle Manifest zstd (1.5.7_1)- ✔︎ Bottle xz (5.8.3)- ✔︎ Bottle zstd (1.5.7_1)- ✔︎ Bottle pkgconf (2.5.1)- ✔︎ Bottle openssl@3 (3.6.2)- ✔︎ Bottle mongo-c-driver (2.3.0)- ==> Installing dependencies for mongo-c-driver: ca-certificates, openssl@3, lz4, xz and zstd- ==> Installing mongo-c-driver dependency: ca-certificates- ==> Pouring ca-certificates--2026-03-19.all.bottle.tar.gz- ==> Regenerating CA certificate bundle from keychain, this may take a while...- 🍺 /opt/homebrew/Cellar/ca-certificates/2026-03-19: 4 files, 237KB- ==> Installing mongo-c-driver dependency: openssl@3- ==> Pouring openssl@3--3.6.2.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/openssl@3/3.6.2: 7,627 files, 37.5MB- ==> Installing mongo-c-driver dependency: lz4- ==> Pouring lz4--1.10.0.arm64_sequoia.bottle.1.tar.gz- 🍺 /opt/homebrew/Cellar/lz4/1.10.0: 24 files, 729.2KB- ==> Installing mongo-c-driver dependency: xz- ==> Pouring xz--5.8.3.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/xz/5.8.3: 96 files, 2.7MB- ==> Installing mongo-c-driver dependency: zstd- ==> Pouring zstd--1.5.7_1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/zstd/1.5.7_1: 32 files, 2.3MB- ==> Installing mongo-c-driver- ==> Pouring mongo-c-driver--2.3.0.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/mongo-c-driver/2.3.0: 188 files, 5.5MB- ==> Running `brew cleanup mongo-c-driver`...- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).- Removing: /Users/mac1000/Library/Caches/Homebrew/mongo-c-driver_bottle_manifest--2.2.3... (13.3KB)- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.2KB- ==> Running `brew cleanup pkgconf`...# To update the current shell environment, run: eval $(opam env)2026-04-22 23:21.31 ---> saved as "322ed331b8793934b148460b105580aa311b817c53c7af2dd0b2059fae72b38a"/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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 <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> 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 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.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-22 23:22.16 ---> saved as "05e322d9a6e53b61a622101adb64ab628f587bd4b56e5548ad24f948d9346a42"/: (copy (src .) (dst ./src))2026-04-22 23:22.17 ---> saved as "28c5b66ea7eed8a5acd8189fcaf9f0a5ae6557211aa1ab7a613a04141fc76b32"/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))File "lib/dune", line 2, characters 7-13:2 | (name mongoc)^^^^^^(cd _build/default/lib && /opt/homebrew/bin/pkg-config --cflags libmongoc-1.0) > _build/default/lib/.pkg-config/libmongoc-1.0.cflagsPackage libmongoc-1.0 was not found in the pkg-config search path.Perhaps you should add the directory containing `libmongoc-1.0.pc'to the PKG_CONFIG_PATH environment variablePackage 'libmongoc-1.0' not foundFile "lib/bson/dune", line 2, characters 7-11:2 | (name bson)^^^^(cd _build/default/lib/bson && /opt/homebrew/bin/pkg-config --cflags libbson-1.0) > _build/default/lib/bson/.pkg-config/libbson-1.0.cflagsPackage libbson-1.0 was not found in the pkg-config search path.Perhaps you should add the directory containing `libbson-1.0.pc'to the PKG_CONFIG_PATH environment variablePackage 'libbson-1.0' not foundFile "lib/bson/dune", line 2, characters 7-11:2 | (name bson)^^^^(cd _build/default/lib/bson && /opt/homebrew/bin/pkg-config --libs libbson-1.0) > _build/default/lib/bson/.pkg-config/libbson-1.0.libsPackage libbson-1.0 was not found in the pkg-config search path.Perhaps you should add the directory containing `libbson-1.0.pc'to the PKG_CONFIG_PATH environment variablePackage 'libbson-1.0' not foundFile "lib/dune", line 2, characters 7-13:2 | (name mongoc)^^^^^^(cd _build/default/lib && /opt/homebrew/bin/pkg-config --libs libmongoc-1.0) > _build/default/lib/.pkg-config/libmongoc-1.0.libsPackage libmongoc-1.0 was not found in the pkg-config search path.Perhaps you should add the directory containing `libmongoc-1.0.pc'to the PKG_CONFIG_PATH environment variablePackage 'libmongoc-1.0' not found"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-04-22 23:22.23: Job failed: Failed: Build failed