2025-03-20 15:47.31: New job: test tarides/mongoc-ocaml https://github.com/tarides/mongoc-ocaml.git#refs/heads/main (4fc85749b90dcea2bc2479e18b7f6d27b4f3d3bb) (linux-x86_64:debian-11-4.14_opam-2.3) Base: ocaml/opam:debian-11-ocaml-4.14@sha256:2ff02c3403f95154b1f460e045f879dbcbd9ac798e5cb3f66eae2c4646f0a143 Opam project build To reproduce locally: git clone --recursive "https://github.com/tarides/mongoc-ocaml.git" -b "main" && cd "mongoc-ocaml" && git reset --hard 4fc85749 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-11-ocaml-4.14@sha256:2ff02c3403f95154b1f460e045f879dbcbd9ac798e5cb3f66eae2c4646f0a143 # debian-11-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mongoc.opam conf-libmongoc.opam ./ RUN opam pin add -yn mongoc.dev './' && \ opam pin add -yn conf-libmongoc.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 dune.3.17.2 dune-build-info.3.17.2 dune-configurator.3.17.2 either.1.0.0 fix.20230505 fpath.0.7.3 integers.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlformat.0.27.0 ocamlformat-lib.0.27.0 ocp-indent.1.8.1 re.1.12.0 seq.base sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y mongoc.dev conf-libmongoc.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-03-20 15:47.31: Using cache hint "tarides/mongoc-ocaml-ocaml/opam:debian-11-ocaml-4.14@sha256:2ff02c3403f95154b1f460e045f879dbcbd9ac798e5cb3f66eae2c4646f0a143-debian-11-4.14_opam-2.3-7865af802ee3d817954968784a7fc15c" 2025-03-20 15:47.31: Using OBuilder spec: ((from ocaml/opam:debian-11-ocaml-4.14@sha256:2ff02c3403f95154b1f460e045f879dbcbd9ac798e5cb3f66eae2c4646f0a143) (comment debian-11-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mongoc.opam conf-libmongoc.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mongoc.dev './' && \ \nopam pin add -yn conf-libmongoc.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 dune.3.17.2 dune-build-info.3.17.2 dune-configurator.3.17.2 either.1.0.0 fix.20230505 fpath.0.7.3 integers.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlformat.0.27.0 ocamlformat-lib.0.27.0 ocp-indent.1.8.1 re.1.12.0 seq.base sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.4") (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.3 --depext-only -y mongoc.dev conf-libmongoc.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")) ) 2025-03-20 15:47.31: Waiting for resource in pool OCluster 2025-03-20 15:47.31: Waiting for worker… 2025-03-20 16:00.13: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at 4fc8574 Expose insert_many (from ocaml/opam:debian-11-ocaml-4.14@sha256:2ff02c3403f95154b1f460e045f879dbcbd9ac798e5cb3f66eae2c4646f0a143) 2025-03-20 16:00.18 ---> using "08ab79dfdee1b44c019b845705ad607a3d79b4e72c030368b0ca87a52933bb68" from cache /: (comment debian-11-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-03-20 16:00.18 ---> saved as "452dfd2e8a60dd0ae580673e72efe8b660af8454a943b1fc97c420b371323ad5" /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 development 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com" [default] synchronised from file:///home/opam/opam-repository 2025-03-20 16:01.55 ---> saved as "6b3e7f977ff0d3bfbf73a6f58c3d51749e7e5c46bb0b6648999960e491857e47" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-03-20 16:01.56 ---> saved as "eb4fe2c10fd3d8556ce45205b5a7d22dc3a9ac22cf431686cedcb90a7b6c6d63" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-03-20 16:01.56 ---> saved as "e49bdbeb3718228583fb4c64e788ccf7c2879d0e863ef558bc724c520f9c8a1a" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD a8ed476033..6cf83229dd master -> origin/master cb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive [default] synchronised from file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-03-20 16:03.13 ---> saved as "5014a235c71b122e12f066ac0c8648e2c500de8b36f363b033d8e06cd338f663" /src: (copy (src mongoc.opam conf-libmongoc.opam) (dst ./)) 2025-03-20 16:03.13 ---> saved as "d8973f95dd1ed0c2d55d31b0a0f84d9a171205b16d877ccadc2935b842a111e9" /src: (run (network host) (shell "opam pin add -yn mongoc.dev './' && \ \nopam pin add -yn conf-libmongoc.dev './'")) Package mongoc does not exist, create as a NEW package? [y/n] y [mongoc.dev] synchronised (file:///src) mongoc is now pinned to file:///src (version dev) Package conf-libmongoc does not exist, create as a NEW package? [y/n] y [conf-libmongoc.dev] synchronised (file:///src) conf-libmongoc is now pinned to file:///src (version dev) 2025-03-20 16:03.16 ---> saved as "859a946b8ddf0f52cd9b98d6da438524e9b3e8d63e3eae8f5df1a5038f936ec3" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-03-20 16:03.17 ---> saved as "43afba4d7b784b631dcdc3d1e0ad765a0aa6f62ed7c89fa20ef644696003926e" /src: (env DEPS "astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 dune.3.17.2 dune-build-info.3.17.2 dune-configurator.3.17.2 either.1.0.0 fix.20230505 fpath.0.7.3 integers.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlformat.0.27.0 ocamlformat-lib.0.27.0 ocp-indent.1.8.1 re.1.12.0 seq.base sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.4") /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.3 --depext-only -y mongoc.dev conf-libmongoc.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bullseye InRelease - Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB] - Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] - Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [351 kB] - Fetched 422 kB in 0s (872 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [conf-libmongoc.dev] synchronised (file:///src) [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.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: libmongoc-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libmongoc-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libbson-1.0-0. - (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 ... 18339 files and directories currently installed.) - Preparing to unpack .../00-libbson-1.0-0_1.17.6-1_amd64.deb ... - Unpacking libbson-1.0-0 (1.17.6-1) ... - Selecting previously unselected package libbson-dev. - Preparing to unpack .../01-libbson-dev_1.17.6-1_amd64.deb ... - Unpacking libbson-dev (1.17.6-1) ... - Selecting previously unselected package libglib2.0-0:amd64. - Preparing to unpack .../02-libglib2.0-0_2.66.8-1+deb11u5_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.66.8-1+deb11u5) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../03-libglib2.0-data_2.66.8-1+deb11u5_all.deb ... - Unpacking libglib2.0-data (2.66.8-1+deb11u5) ... - Selecting previously unselected package libicu67:amd64. - Preparing to unpack .../04-libicu67_67.1-7_amd64.deb ... - Unpacking libicu67:amd64 (67.1-7) ... - Selecting previously unselected package libmongocrypt0:amd64. - Preparing to unpack .../05-libmongocrypt0_1.1.0-1_amd64.deb ... - Unpacking libmongocrypt0:amd64 (1.1.0-1) ... - Selecting previously unselected package libsnappy1v5:amd64. - Preparing to unpack .../06-libsnappy1v5_1.1.8-1_amd64.deb ... - Unpacking libsnappy1v5:amd64 (1.1.8-1) ... - Selecting previously unselected package libmongoc-1.0-0. - Preparing to unpack .../07-libmongoc-1.0-0_1.17.6-1_amd64.deb ... - Unpacking libmongoc-1.0-0 (1.17.6-1) ... - Selecting previously unselected package libmongocrypt-dev:amd64. - Preparing to unpack .../08-libmongocrypt-dev_1.1.0-1_amd64.deb ... - Unpacking libmongocrypt-dev:amd64 (1.1.0-1) ... - Selecting previously unselected package libssl-dev:amd64. - Preparing to unpack .../09-libssl-dev_1.1.1w-0+deb11u2_amd64.deb ... - Unpacking libssl-dev:amd64 (1.1.1w-0+deb11u2) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../10-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... - Selecting previously unselected package libsnappy-dev:amd64. - Preparing to unpack .../11-libsnappy-dev_1.1.8-1_amd64.deb ... - Unpacking libsnappy-dev:amd64 (1.1.8-1) ... - Selecting previously unselected package libsasl2-dev. - Preparing to unpack .../12-libsasl2-dev_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... - Unpacking libsasl2-dev (2.1.27+dfsg-2.1+deb11u1) ... - Selecting previously unselected package libzstd-dev:amd64. - Preparing to unpack .../13-libzstd-dev_1.4.8+dfsg-2.1_amd64.deb ... - Unpacking libzstd-dev:amd64 (1.4.8+dfsg-2.1) ... - Selecting previously unselected package libmongoc-dev. - Preparing to unpack .../14-libmongoc-dev_1.17.6-1_amd64.deb ... - Unpacking libmongoc-dev (1.17.6-1) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../15-libxml2_2.9.10+dfsg-6.7+deb11u6_amd64.deb ... - Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u6) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../16-pkg-config_0.29.2-1_amd64.deb ... - Unpacking pkg-config (0.29.2-1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../17-shared-mime-info_2.0-1_amd64.deb ... - Unpacking shared-mime-info (2.0-1) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../18-xdg-user-dirs_0.17-2_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2) ... - Setting up libzstd-dev:amd64 (1.4.8+dfsg-2.1) ... - Setting up libicu67:amd64 (67.1-7) ... - Setting up xdg-user-dirs (0.17-2) ... - Setting up libglib2.0-0:amd64 (2.66.8-1+deb11u5) ... - No schema files found: doing nothing. - Setting up libsnappy1v5:amd64 (1.1.8-1) ... - Setting up libsasl2-dev (2.1.27+dfsg-2.1+deb11u1) ... - Setting up libglib2.0-data (2.66.8-1+deb11u5) ... - Setting up libbson-1.0-0 (1.17.6-1) ... - Setting up libssl-dev:amd64 (1.1.1w-0+deb11u2) ... - Setting up pkg-config (0.29.2-1) ... - Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ... - Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u6) ... - Setting up libmongocrypt0:amd64 (1.1.0-1) ... - Setting up libbson-dev (1.17.6-1) ... - Setting up libsnappy-dev:amd64 (1.1.8-1) ... - Setting up libmongocrypt-dev:amd64 (1.1.0-1) ... - Setting up libmongoc-1.0-0 (1.17.6-1) ... - Setting up shared-mime-info (2.0-1) ... - Setting up libmongoc-dev (1.17.6-1) ... - Processing triggers for libc-bin (2.31-13+deb11u11) ... 2025-03-20 16:03.38 ---> saved as "34e4634339e1dd534c8233c48bf45b044423c545be8593a7a5660353bf57565a" /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.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 36 packages - install astring 0.8.5 - install base v0.16.3 - install base-bytes base - install bigarray-compat 1.1.0 - install camlp-streams 5.0.1 - install cmdliner 1.3.0 - install conf-bash 1 - install conf-pkg-config 4 - install csexp 1.5.2 - install ctypes 0.23.0 - install dune 3.17.2 - install dune-build-info 3.17.2 - install dune-configurator 3.17.2 - install either 1.0.0 - install fix 20230505 - install fpath 0.7.3 - install integers 0.7.0 - install menhir 20240715 - install menhirCST 20240715 - install menhirLib 20240715 - install menhirSdk 20240715 - install ocaml-version 3.7.3 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocamlformat 0.27.0 - install ocamlformat-lib 0.27.0 - install ocp-indent 1.8.1 - install re 1.12.0 - install seq base - install sexplib0 v0.16.0 - install stdio v0.16.0 - install stdlib-shims 0.3.0 - install topkg 1.0.8 - install uucp 16.0.0 - install uuseg 16.0.0 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved base.v0.16.3 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-bash.1 -> installed conf-pkg-config.4 -> retrieved ctypes.0.23.0 (cached) -> retrieved either.1.0.0 (cached) -> retrieved fix.20230505 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved integers.0.7.0 (cached) -> retrieved ocaml-version.3.7.3 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved dune.3.17.2, dune-build-info.3.17.2, dune-configurator.3.17.2 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlformat.0.27.0, ocamlformat-lib.0.27.0 (cached) -> retrieved seq.base (cached) -> retrieved ocp-indent.1.8.1 (cached) -> retrieved re.1.12.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> installed cmdliner.1.3.0 -> installed seq.base -> retrieved stdio.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved uuseg.16.0.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved uucp.16.0.0 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed ocamlbuild.0.16.1 -> installed topkg.1.0.8 -> installed uutf.1.0.4 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.17.2 -> installed bigarray-compat.1.1.0 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed either.1.0.0 -> installed fix.20230505 -> installed menhirCST.20240715 -> installed menhirLib.20240715 -> installed menhirSdk.20240715 -> installed ocaml-version.3.7.3 -> installed re.1.12.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed ocp-indent.1.8.1 -> installed integers.0.7.0 -> installed dune-build-info.3.17.2 -> installed dune-configurator.3.17.2 -> installed ctypes.0.23.0 -> installed base.v0.16.3 -> installed stdio.v0.16.0 -> installed menhir.20240715 -> installed uucp.16.0.0 -> installed uuseg.16.0.0 -> installed ocamlformat-lib.0.27.0 -> installed ocamlformat.0.27.0 Done. <><> ocp-indent.1.8.1 installed successfully ><><><><><><><><><><><><><><><><><> => This package requires additional configuration for use in editors. Install package 'user-setup', or manually: * for Emacs, add these lines to ~/.emacs: (add-to-list 'load-path "/home/opam/.opam/4.14/share/emacs/site-lisp") (require 'ocp-indent) * for Vim, add this line to ~/.vimrc: set rtp^="/home/opam/.opam/4.14/share/ocp-indent/vim" # To update the current shell environment, run: eval $(opam env) 2025-03-20 16:04.59 ---> saved as "6974b7abdb53edda49fff336ebd6fdd1d2ed2ffb88862468263464191364736c" /src: (copy (src .) (dst /src)) 2025-03-20 16:05.00 ---> saved as "627b214de8b35133dec5355787796e0efe8d7dc96e8b9fac38fdae2065805a74" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/lib && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -fdiagnostics-color=always -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bigarray-compat -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/ctypes/stubs -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/stdlib-shims -I bson -o libmongoc-1.0__c_cout_generated_functions__Function_description__Functions.o -c libmongoc-1.0__c_cout_generated_functions__Function_description__Functions.c) libmongoc-1.0__c_cout_generated_functions__Function_description__Functions.c: In function 'libmongoc_1_0_stubs_16_mongoc_client_new_from_uri_with_error': libmongoc-1.0__c_cout_generated_functions__Function_description__Functions.c:100:27: warning: implicit declaration of function 'mongoc_client_new_from_uri_with_error'; did you mean 'mongoc_client_new_from_uri'? [-Wimplicit-function-declaration] 100 | mongoc_client_t* x54 = mongoc_client_new_from_uri_with_error(x52, x53); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | mongoc_client_new_from_uri libmongoc-1.0__c_cout_generated_functions__Function_description__Functions.c:100:27: warning: initialization of 'mongoc_client_t *' {aka 'struct _mongoc_client_t *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] File "bin/dune", line 2, characters 7-12: 2 | (name omong) ^^^^^ (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o bin/omong.exe /home/opam/.opam/4.14/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/4.14/lib/integers/integers.cmxa -I /home/opam/.opam/4.14/lib/integers /home/opam/.opam/4.14/lib/bigarray-compat/bigarray_compat.cmxa /home/opam/.opam/4.14/lib/ctypes/ctypes.cmxa -I /home/opam/.opam/4.14/lib/ctypes /home/opam/.opam/4.14/lib/ocaml/str.cmxa -I /home/opam/.opam/4.14/lib/ocaml /home/opam/.opam/4.14/lib/ctypes/stubs/ctypes_stubs.cmxa lib/bson/bson.cmxa -I lib/bson lib/mongoc.cmxa -I lib omong/omong.cmxa /home/opam/.opam/4.14/lib/cmdliner/cmdliner.cmxa bin/.omong.eobjs/native/dune__exe__Omong.cmx) /usr/bin/ld: lib/libmongoc_stubs.a(libmongoc-1.0__c_cout_generated_functions__Function_description__Functions.o): in function `libmongoc_1_0_stubs_16_mongoc_client_new_from_uri_with_error': libmongoc-1.0__c_cout_generated_functions__Function_description__Functions.c:(.text+0x237): undefined reference to `mongoc_client_new_from_uri_with_error' collect2: error: ld returned 1 exit status File "caml_startup", line 1: Error: Error during linking (exit code 1) "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-03-20 16:05.03: Job failed: Failed: Build failed