2025-07-25 21:33.19: New job: test tarides/mongoc-ocaml https://github.com/tarides/mongoc-ocaml.git#refs/heads/ci (d2be269f2eac159b400a9b311e310ec00b65e329) (linux-x86_64:debian-12-4.14_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:c6be259c46804c28d1ccfbd47cbf029fd268a15e34370c4a6c99614ec89cb262 Opam project build To reproduce locally: git clone --recursive "https://github.com/tarides/mongoc-ocaml.git" -b "ci" && cd "mongoc-ocaml" && git reset --hard d2be269f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:c6be259c46804c28d1ccfbd47cbf029fd268a15e34370c4a6c99614ec89cb262 # debian-12-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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u COPY --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 bigarray-compat.1.1.0 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 dune.3.19.1 dune-configurator.3.19.1 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.3 --depext-only -y mongoc.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-07-25 21:33.19: Using cache hint "tarides/mongoc-ocaml-ocaml/opam:debian-12-ocaml-4.14@sha256:c6be259c46804c28d1ccfbd47cbf029fd268a15e34370c4a6c99614ec89cb262-debian-12-4.14_opam-2.3-e0530d897ef2eb91ba32fd3d6b7755ff" 2025-07-25 21:33.19: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:c6be259c46804c28d1ccfbd47cbf029fd268a15e34370c4a6c99614ec89cb262) (comment debian-12-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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && 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 (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 dune.3.19.1 dune-configurator.3.19.1 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 /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --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")) ) 2025-07-25 21:33.19: Waiting for resource in pool OCluster 2025-07-25 22:22.48: Waiting for worker… 2025-07-25 22:27.57: Got resource from pool OCluster Building on phoebe All commits already cached HEAD is now at d2be269 Fix ocaml-ci (from ocaml/opam:debian-12-ocaml-4.14@sha256:c6be259c46804c28d1ccfbd47cbf029fd268a15e34370c4a6c99614ec89cb262) 2025-07-25 22:28.01 ---> using "1232354ce5000c5b6a3cf7d09d24132c6d8516637871c052f1012d5f41e2bb4b" from cache /: (comment debian-12-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-07-25 22:28.01 ---> using "25003ff837e3375c0d9c1be3e241cdc285baa8828fd8bb11b2c3f35bf5068091" 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] y 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-07-25 22:28.01 ---> using "594a044e5842e1201487bb185a3faf7f0f7d26ce20a1faa323b99a4cb703865b" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-63-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-07-25 22:28.01 ---> using "05a0644eb14e8c5a06a844b9a6916410399236c04618a616a6b9bc145dda47c8" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-25 22:28.02 ---> using "2c6663006660455299474fd9494030451864393c748e7e0a589c84d4d9ef7d1d" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 0094db1438..b8021439f8 master -> origin/master b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository The following actions will be performed: === recompile 2 packages - recompile ocaml 4.14.2 [upstream or system changes] - recompile opam-depext 1.2.3 [uses ocaml] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved opam-depext.1.2.3 (cached) -> removed opam-depext.1.2.3 -> removed ocaml.4.14.2 -> installed ocaml.4.14.2 -> installed opam-depext.1.2.3 Done. <><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><> => opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead # To update the current shell environment, run: eval $(opam env) 2025-07-25 22:28.02 ---> using "d10b370cc516ff2cea16e06cb39034c6ec9588da616217a85414144c7dbd1e65" from cache /src: (copy (src mongoc.opam) (dst ./)) 2025-07-25 22:28.03 ---> saved as "16f00ac9a5f6f0fba72a06b58877d0fb79b5877e2d0489d5f993e03c35a67b07" /src: (run (network host) (shell "opam pin add -yn mongoc.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) 2025-07-25 22:28.06 ---> saved as "18cdb02161473296975797d2e57a78d7cc2fdc3e484313ec232f3fd0a109c01e" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-25 22:28.07 ---> saved as "7ec1796102508cd3ca6371db4e917a8b67d3e02de3951f9fa872f6275e12db5b" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 dune.3.19.1 dune-configurator.3.19.1 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") /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 $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [272 kB] - Fetched 375 kB in 1s (397 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 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: 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 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 ... 18747 files and directories currently installed.) - Preparing to unpack .../00-libbson-1.0-0_1.23.1-1+deb12u1_amd64.deb ... - Unpacking libbson-1.0-0 (1.23.1-1+deb12u1) ... - Selecting previously unselected package libbson-dev. - Preparing to unpack .../01-libbson-dev_1.23.1-1+deb12u1_amd64.deb ... - Unpacking libbson-dev (1.23.1-1+deb12u1) ... - Selecting previously unselected package libicu72:amd64. - Preparing to unpack .../02-libicu72_72.1-3+deb12u1_amd64.deb ... - Unpacking libicu72:amd64 (72.1-3+deb12u1) ... - Selecting previously unselected package libintelrdfpmath-dev:amd64. - Preparing to unpack .../03-libintelrdfpmath-dev_2.0u2-8_amd64.deb ... - Unpacking libintelrdfpmath-dev:amd64 (2.0u2-8) ... - Selecting previously unselected package libmongocrypt0:amd64. - Preparing to unpack .../04-libmongocrypt0_1.7.2-1_amd64.deb ... - Unpacking libmongocrypt0:amd64 (1.7.2-1) ... - Selecting previously unselected package libsnappy1v5:amd64. - Preparing to unpack .../05-libsnappy1v5_1.1.9-3_amd64.deb ... - Unpacking libsnappy1v5:amd64 (1.1.9-3) ... - Selecting previously unselected package libmongoc-1.0-0. - Preparing to unpack .../06-libmongoc-1.0-0_1.23.1-1+deb12u1_amd64.deb ... - Unpacking libmongoc-1.0-0 (1.23.1-1+deb12u1) ... - Selecting previously unselected package libmongocrypt-dev:amd64. - Preparing to unpack .../07-libmongocrypt-dev_1.7.2-1_amd64.deb ... - Unpacking libmongocrypt-dev:amd64 (1.7.2-1) ... - Selecting previously unselected package libssl-dev:amd64. - Preparing to unpack .../08-libssl-dev_3.0.16-1~deb12u1_amd64.deb ... - Unpacking libssl-dev:amd64 (3.0.16-1~deb12u1) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../09-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... - Selecting previously unselected package libsnappy-dev:amd64. - Preparing to unpack .../10-libsnappy-dev_1.1.9-3_amd64.deb ... - Unpacking libsnappy-dev:amd64 (1.1.9-3) ... - Selecting previously unselected package libsasl2-dev. - Preparing to unpack .../11-libsasl2-dev_2.1.28+dfsg-10_amd64.deb ... - Unpacking libsasl2-dev (2.1.28+dfsg-10) ... - Selecting previously unselected package libzstd-dev:amd64. - Preparing to unpack .../12-libzstd-dev_1.5.4+dfsg2-5_amd64.deb ... - Unpacking libzstd-dev:amd64 (1.5.4+dfsg2-5) ... - Selecting previously unselected package libmongoc-dev. - Preparing to unpack .../13-libmongoc-dev_1.23.1-1+deb12u1_amd64.deb ... - Unpacking libmongoc-dev (1.23.1-1+deb12u1) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../14-libpkgconf3_1.8.1-1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../15-pkgconf-bin_1.8.1-1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../16-pkgconf_1.8.1-1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../17-pkg-config_1.8.1-1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-1) ... - Setting up libicu72:amd64 (72.1-3+deb12u1) ... - Setting up libzstd-dev:amd64 (1.5.4+dfsg2-5) ... - Setting up libsnappy1v5:amd64 (1.1.9-3) ... - Setting up libsasl2-dev (2.1.28+dfsg-10) ... - Setting up libpkgconf3:amd64 (1.8.1-1) ... - Setting up libbson-1.0-0 (1.23.1-1+deb12u1) ... - Setting up libssl-dev:amd64 (3.0.16-1~deb12u1) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... - Setting up libintelrdfpmath-dev:amd64 (2.0u2-8) ... - Setting up libmongocrypt0:amd64 (1.7.2-1) ... - Setting up libbson-dev (1.23.1-1+deb12u1) ... - Setting up libsnappy-dev:amd64 (1.1.9-3) ... - Setting up libmongocrypt-dev:amd64 (1.7.2-1) ... - Setting up pkgconf:amd64 (1.8.1-1) ... - Setting up libmongoc-1.0-0 (1.23.1-1+deb12u1) ... - Setting up pkg-config:amd64 (1.8.1-1) ... - Setting up libmongoc-dev (1.23.1-1+deb12u1) ... - Processing triggers for libc-bin (2.36-9+deb12u10) ... 2025-07-25 22:28.38 ---> saved as "8dd91e5d47e323ca2fa938cc8958327b0e7d9229f5f343ce0b765d60b1c597a0" /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 9 packages - install bigarray-compat 1.1.0 - install cmdliner 1.3.0 - install conf-pkg-config 4 - install csexp 1.5.2 - install ctypes 0.23.0 - install dune 3.19.1 - install dune-configurator 3.19.1 - install integers 0.7.0 - install stdlib-shims 0.3.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cmdliner.1.3.0 (cached) -> installed conf-pkg-config.4 -> retrieved ctypes.0.23.0 (cached) -> retrieved integers.0.7.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) -> installed cmdliner.1.3.0 -> installed dune.3.19.1 -> installed csexp.1.5.2 -> installed bigarray-compat.1.1.0 -> installed stdlib-shims.0.3.0 -> installed integers.0.7.0 -> installed dune-configurator.3.19.1 -> installed ctypes.0.23.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-25 22:31.06 ---> saved as "e910b0fa2258ea0e951aa72a2504c67e9eb3ceb13fc6ad075064f295fbf41ed5" /src: (copy (src .) (dst /src)) 2025-07-25 22:31.06 ---> saved as "a87fa4d9e9fcd41e6b94d14aac0cf43c3715f6fd9819ac6af681c433510a6f7d" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-07-25 22:31.14 ---> saved as "13f3965d2be3d365c24647f2d81289c126a0ad9b8b74a64a83a8afedfe2fc9ee" Job succeeded 2025-07-25 22:31.15: Job succeeded