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-11-4.14_opam-2.3)
Base: ocaml/opam:debian-11-ocaml-4.14@sha256:def9f6dd62c7594514cc1b4888203ea806cb1384089a95ea4d8e9680f6b12550
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-11-ocaml-4.14@sha256:def9f6dd62c7594514cc1b4888203ea806cb1384089a95ea4d8e9680f6b12550
# 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 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-11-ocaml-4.14@sha256:def9f6dd62c7594514cc1b4888203ea806cb1384089a95ea4d8e9680f6b12550-debian-11-4.14_opam-2.3-e0530d897ef2eb91ba32fd3d6b7755ff"
2025-07-25 21:33.19: Using OBuilder spec:
((from ocaml/opam:debian-11-ocaml-4.14@sha256:def9f6dd62c7594514cc1b4888203ea806cb1384089a95ea4d8e9680f6b12550)
(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 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.51: Waiting for worker…
2025-07-25 22:27.25: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at d2be269 Fix ocaml-ci
(from ocaml/opam:debian-11-ocaml-4.14@sha256:def9f6dd62c7594514cc1b4888203ea806cb1384089a95ea4d8e9680f6b12550)
2025-07-25 22:42.39 ---> using "d4935ed9cb755cbc0ec508e4abcafd157b7c1940ebdf71b535938df19658593b" 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-07-25 22:42.39 ---> using "4f3be4038d3ca33f5f75a249d77dfd89a2915bbca4abf4351851cb84c9de6ebd" 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 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-25 22:42.39 ---> using "40e44ad8aa3e74639bc6b1689aaec1ee97530197c964fc1e623e73ba21926bd7" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-07-25 22:42.39 ---> using "ece2e96de8e53d3e99a6d4c6f2145c993639d862f1b9c590805a8a8475f984a1" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-25 22:42.39 ---> using "cec5dc01fe285f63f2c9612d5fad72b641f9f0a0f1a276be155de41c6a1c8676" 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:42.39 ---> using "54774f4011fd48e3bca68a28bf78a2b92a0cdb56afabc260214f13cbf6f008c5" from cache
/src: (copy (src mongoc.opam) (dst ./))
2025-07-25 22:42.39 ---> saved as "33b0cc0649d1efc9ae869161ddbe4f9a9260ce091c113fefb7f5bda65576e0ef"
/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:42.40 ---> saved as "0444b820e76388f39eeb07aca8bb9546ef652e004ad75221570932ba91a9701c"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-25 22:42.40 ---> saved as "e7aa81f77e45d450e1bd111b689ce5f2e62646e287cdf052454b44cdb8dd8dcb"
/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 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.0 kB]
- Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [387 kB]
- Fetched 458 kB in 0s (1183 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 ... 18342 files and directories currently installed.)
- Preparing to unpack .../00-libbson-1.0-0_1.17.6-1+deb11u1_amd64.deb ...
- Unpacking libbson-1.0-0 (1.17.6-1+deb11u1) ...
- Selecting previously unselected package libbson-dev.
- Preparing to unpack .../01-libbson-dev_1.17.6-1+deb11u1_amd64.deb ...
- Unpacking libbson-dev (1.17.6-1+deb11u1) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../02-libglib2.0-0_2.66.8-1+deb11u6_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.66.8-1+deb11u6) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../03-libglib2.0-data_2.66.8-1+deb11u6_all.deb ...
- Unpacking libglib2.0-data (2.66.8-1+deb11u6) ...
- Selecting previously unselected package libicu67:amd64.
- Preparing to unpack .../04-libicu67_67.1-7+deb11u1_amd64.deb ...
- Unpacking libicu67:amd64 (67.1-7+deb11u1) ...
- 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+deb11u1_amd64.deb ...
- Unpacking libmongoc-1.0-0 (1.17.6-1+deb11u1) ...
- 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+deb11u3_amd64.deb ...
- Unpacking libssl-dev:amd64 (1.1.1w-0+deb11u3) ...
- 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+deb11u1_amd64.deb ...
- Unpacking libmongoc-dev (1.17.6-1+deb11u1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../15-libxml2_2.9.10+dfsg-6.7+deb11u7_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u7) ...
- 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+deb11u1) ...
- Setting up xdg-user-dirs (0.17-2) ...
- Setting up libglib2.0-0:amd64 (2.66.8-1+deb11u6) ...
- 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+deb11u6) ...
- Setting up libbson-1.0-0 (1.17.6-1+deb11u1) ...
- Setting up libssl-dev:amd64 (1.1.1w-0+deb11u3) ...
- 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+deb11u7) ...
- Setting up libmongocrypt0:amd64 (1.1.0-1) ...
- Setting up libbson-dev (1.17.6-1+deb11u1) ...
- 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+deb11u1) ...
- Setting up shared-mime-info (2.0-1) ...
- Setting up libmongoc-dev (1.17.6-1+deb11u1) ...
- Processing triggers for libc-bin (2.31-13+deb11u13) ...
2025-07-25 22:42.50 ---> saved as "e259f3f9534e93df9c3bafe1d321656bd0a3db9bff51e95cd6e0a5e3cc137434"
/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:43.21 ---> saved as "b733cda7a6708ce5aab248aa987d91996a4d8e93fc10fe85ea41916efd6fc59a"
/src: (copy (src .) (dst /src))
2025-07-25 22:43.22 ---> saved as "f3fc2e912aae9d146efe55406f73bc4d7ca641baebce981fb5b356940e7879e1"
/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 -Wall -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]
2025-07-25 22:43.24 ---> saved as "d3134114a961e709905269baa912b1d64f4e5838ddd4c194607393dda6bdddd0"
Job succeeded
2025-07-25 22:43.24: Job succeeded