Organisationstaridesmongoc-ocaml4fc857 ()openbsd-76-amd64-4.14_opam-2.3

openbsd-76-amd64-4.14_opam-2.3

Logs

Show full logs
2025-03-20 15:47.31: New job: test tarides/mongoc-ocaml https://github.com/tarides/mongoc-ocaml.git#refs/heads/main (4fc85749b90dcea2bc2479e18b7f6d27b4f3d3bb) (openbsd-amd64:openbsd-76-amd64-4.14_opam-2.3)
Base: openbsd-76-amd64-ocaml-4.14
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 openbsd-76-amd64-ocaml-4.14
# openbsd-76-amd64-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN doas ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
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 /home/opam/src/./
RUN opam pin add -yn mongoc.dev '/home/opam/src/./' && \
    opam pin add -yn conf-libmongoc.dev '/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./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 . /home/opam/src
RUN cd /home/opam/src && 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-openbsd-76-amd64-ocaml-4.14-openbsd-76-amd64-4.14_opam-2.3-7865af802ee3d817954968784a7fc15c"
2025-03-20 15:47.31: Using OBuilder spec:
((from openbsd-76-amd64-ocaml-4.14)
 (comment openbsd-76-amd64-4.14_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "doas 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"))
 (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 /home/opam/src/./))
 (run (network host)
      (shell  "opam pin add -yn mongoc.dev '/home/opam/src/./' && \
             \nopam pin add -yn conf-libmongoc.dev '/home/opam/src/./'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > '/home/opam/src/./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 /home/opam/src))
 (run (shell "cd /home/opam/src && 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 15:47.31: Got resource from pool OCluster
Building on bremusa
All commits already cached
HEAD is now at 4fc8574 Expose insert_many

(from openbsd-76-amd64-ocaml-4.14)
2025-03-20 15:47.32 ---> using "273e81235ea8a6b452476629509f5a1e49a129b613e30bfb7515f80881f75048" from cache

/: (comment openbsd-76-amd64-4.14_opam-2.3)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-03-20 15:47.32 ---> using "8f4c505b74dc31d91c5d30f3e3d123c2567bb97ae9c1708d719a97f14994a2cb" 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-03-20 15:47.32 ---> using "b66ba35f8a9a53257673fce4c0b7f7307b571514bb7b92fa06cc7e407f80f85e" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.6
The OCaml toplevel, version 4.14.2
2.3.0
2025-03-20 15:47.32 ---> using "136946daf17d74755f97e0e0d17c355664b0b582f53f270159dfd90ff2a9858b" from cache

/: (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
   727427c1e7..4f8517f5b7  master     -> origin/master
cb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[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 15:47.32 ---> using "dddfbfb2e06a6960620f1f2bee7f3b2bbbbff388141d56e81747449e150f3662" from cache

/: (copy (src mongoc.opam conf-libmongoc.opam) (dst /home/opam/src/./))
2025-03-20 15:47.32 ---> using "5259e9a605c0b2ce431b1ab53ca2c94a386dd169693ed6ef49d7e0861b34760f" from cache

/: (run (network host)
        (shell  "opam pin add -yn mongoc.dev '/home/opam/src/./' && \
               \nopam pin add -yn conf-libmongoc.dev '/home/opam/src/./'"))
Package mongoc does not exist, create as a NEW package? [y/n] y
[mongoc.dev] synchronised (file:///home/opam/src)
mongoc is now pinned to file:///home/opam/src (version dev)
Package conf-libmongoc does not exist, create as a NEW package? [y/n] y
[conf-libmongoc.dev] synchronised (file:///home/opam/src)
conf-libmongoc is now pinned to file:///home/opam/src (version dev)
2025-03-20 15:47.32 ---> using "10d5be8956fce1c51bc8601767ab45471c141b27235456936487007c43a014a1" from cache

/: (run (network host)
        (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2025-03-20 15:47.32 ---> using "382e433b2a7489256883410a185eeceeb96599e8e063d38894dcc6c835dd78be" from cache

/: (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"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[conf-libmongoc.dev] synchronised (file:///home/opam/src)
[mongoc.dev] synchronised (file:///home/opam/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).
2025-03-20 15:47.32 ---> using "9302a08c7c8fe14b38db117661d85240f39b91dd1f32cfe89b754afd477056e6" from cache

/: (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 cmdliner.1.3.0  (cached)
-> installed conf-bash.1
-> retrieved csexp.1.5.2  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved ctypes.0.23.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved fix.20230505  (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 ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved dune.3.17.2, dune-build-info.3.17.2, dune-configurator.3.17.2  (cached)
-> retrieved ocp-indent.1.8.1  (cached)
-> retrieved seq.base  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ocamlformat.0.27.0, ocamlformat-lib.0.27.0  (cached)
-> retrieved uucp.16.0.0  (cached)
-> retrieved uuseg.16.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.0.8  (cached)
-> installed cmdliner.1.3.0
-> installed conf-pkg-config.4
-> installed dune.3.17.2
-> installed ocamlbuild.0.16.1
-> installed bigarray-compat.1.1.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed dune-build-info.3.17.2
-> installed dune-configurator.3.17.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 menhir.20240715
-> installed ocamlfind.1.9.8
-> installed seq.base
-> installed base-bytes.base
-> installed sexplib0.v0.16.0
-> installed re.1.12.0
-> installed base.v0.16.3
-> installed ocp-indent.1.8.1
-> installed stdio.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed topkg.1.0.8
-> installed integers.0.7.0
-> installed astring.0.8.5
-> installed ctypes.0.23.0
-> installed fpath.0.7.3
-> installed uucp.16.0.0
-> installed uutf.1.0.4
-> 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.2/share/emacs/site-lisp")
     (require 'ocp-indent)

   * for Vim, add this line to ~/.vimrc:
     set rtp^="/home/opam/.opam/4.14.2/share/ocp-indent/vim"
# To update the current shell environment, run: eval $(opam env)
2025-03-20 15:47.32 ---> using "3414263ca2190d009e49007ae0df2ab7d20c356b28c82e4eec6dd1a96bd55f75" from cache

/: (copy (src .) (dst /home/opam/src))
2025-03-20 15:48.29 ---> saved as "7338c87fa3e76d95a805db51fde5992775fead78d792c2bb95a2f85dc9b05398"

/: (run (shell "cd /home/opam/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 && /usr/bin/pkg-config --libs libmongoc-1.0) > _build/default/lib/.pkg-config/libmongoc-1.0.libs
Package libmongoc-1.0 was not found in the pkg-config search path
File "lib/bson/dune", line 2, characters 7-11:
2 |  (name bson)
           ^^^^
(cd _build/default/lib/bson && /usr/bin/pkg-config --cflags libbson-1.0) > _build/default/lib/bson/.pkg-config/libbson-1.0.cflags
Package libbson-1.0 was not found in the pkg-config search path
File "lib/dune", line 2, characters 7-13:
2 |  (name mongoc)
           ^^^^^^
(cd _build/default/lib && /usr/bin/pkg-config --cflags libmongoc-1.0) > _build/default/lib/.pkg-config/libmongoc-1.0.cflags
Package libmongoc-1.0 was not found in the pkg-config search path
File "lib/bson/dune", line 2, characters 7-11:
2 |  (name bson)
           ^^^^
(cd _build/default/lib/bson && /usr/bin/pkg-config --libs libbson-1.0) > _build/default/lib/bson/.pkg-config/libbson-1.0.libs
Package libbson-1.0 was not found in the pkg-config search path
(cd _build/default && /home/opam/.opam/4.14.2/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 lib/bson/libbson_1_0__type_gen.exe /home/opam/.opam/4.14.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/4.14.2/lib/integers/integers.cmxa -I /home/opam/.opam/4.14.2/lib/integers /home/opam/.opam/4.14.2/lib/bigarray-compat/bigarray_compat.cmxa /home/opam/.opam/4.14.2/lib/ctypes/ctypes.cmxa -I /home/opam/.opam/4.14.2/lib/ctypes /home/opam/.opam/4.14.2/lib/ocaml/str.cmxa -I /home/opam/.opam/4.14.2/lib/ocaml /home/opam/.opam/4.14.2/lib/ctypes/stubs/ctypes_stubs.cmxa lib/bson/.bson.objs/native/bson__.cmx lib/bson/.bson.objs/native/bson__Type_description.cmx lib/bson/.bson.objs/native/bson__Libbson_1_0__type_gen.cmx)
ld: warning: unsigned_stubs.c:324(unsigned_stubs.o:(integers_uint8_to_string) in archive /home/opam/.opam/4.14.2/lib/integers/libintegers_stubs.a): warning: sprintf() is often misused, please use snprintf()
"cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-03-20 15:49.25: Job failed: Failed: Build failed