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-12-4.06_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.06@sha256:6935aeb3279b41c5088b635f9c4b789847dd1c8e96a4ad494633f1e6568762a8
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-12-ocaml-4.06@sha256:6935aeb3279b41c5088b635f9c4b789847dd1c8e96a4ad494633f1e6568762a8
# debian-12-4.06_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.13.2 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.4 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 dune.3.17.2 dune-configurator.3.17.2 fpath.0.7.3 integers.0.7.0 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.14.2 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocamlformat.0.10 octavius.1.2.2 ppx_derivers.1.2.1 result.1.5 sexplib0.v0.13.0 stdio.v0.13.0 stdlib-shims.0.3.0 topkg.1.0.7 uucp.14.0.0 uuseg.14.0.0 uutf.1.0.3"
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-12-ocaml-4.06@sha256:6935aeb3279b41c5088b635f9c4b789847dd1c8e96a4ad494633f1e6568762a8-debian-12-4.06_opam-2.3-40696e1f90d6ad32e1f3380d0eb10236"
2025-03-20 15:47.31: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.06@sha256:6935aeb3279b41c5088b635f9c4b789847dd1c8e96a4ad494633f1e6568762a8)
(comment debian-12-4.06_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.13.2 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.4 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 dune.3.17.2 dune-configurator.3.17.2 fpath.0.7.3 integers.0.7.0 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.14.2 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocamlformat.0.10 octavius.1.2.2 ppx_derivers.1.2.1 result.1.5 sexplib0.v0.13.0 stdio.v0.13.0 stdlib-shims.0.3.0 topkg.1.0.7 uucp.14.0.0 uuseg.14.0.0 uutf.1.0.3")
(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 15:58.37: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 4fc8574 Expose insert_many
(from ocaml/opam:debian-12-ocaml-4.06@sha256:6935aeb3279b41c5088b635f9c4b789847dd1c8e96a4ad494633f1e6568762a8)
2025-03-20 15:58.39 ---> using "d7772e33dfad922839590ec9d5c8d07a9f2e3d1f1e7a34c3ba75b7384ff4eb58" from cache
/: (comment debian-12-4.06_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 15:58.39 ---> saved as "5dc0781805942be80d50fa1a48f9c40ab78fb1313f8ef68531ad4dc1b0de25d7"
/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
[NOTE] The 'jobs' option was reset, its value was 39 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=39 --global
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:00.44 ---> saved as "5d0a0d6ec062ce0b1f7c4f3c71c3b264648dd10ad66b58ced320c601311656dc"
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.06.1
2.3.0
2025-03-20 16:00.44 ---> saved as "b00ee137c412efc54e7b2c695e9f9693f5d3c928d0b98641caefb03ac3247be6"
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-03-20 16:00.45 ---> saved as "4c4eed439598461c35f3b2043f0d4bd745773131be3bfa7fd00eafb039bf9f2c"
/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:02.37 ---> saved as "82bfef17eb5891f0e58bc9d46e4b491055b8d627478947100ab06e9bf01f47bd"
/src: (copy (src mongoc.opam conf-libmongoc.opam) (dst ./))
2025-03-20 16:02.39 ---> saved as "5f47526be30defcc65c0644e9e0d96d15b772aae6c5abca6898ff17c8e373818"
/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:02.46 ---> saved as "c510c90b7addbf7a54fa64d4d18c5de368914811c091def4b3d36f780f9a29c2"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-20 16:02.47 ---> saved as "5ff04927ed3bdaca8831c7743bdef4678bb798cd42cdea8356456e86545f068b"
/src: (env DEPS "astring.0.8.5 base.v0.13.2 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.4 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 dune.3.17.2 dune-configurator.3.17.2 fpath.0.7.3 integers.0.7.0 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.14.2 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocamlformat.0.10 octavius.1.2.2 ppx_derivers.1.2.1 result.1.5 sexplib0.v0.13.0 stdio.v0.13.0 stdlib-shims.0.3.0 topkg.1.0.7 uucp.14.0.0 uuseg.14.0.0 uutf.1.0.3")
/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 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 [249 kB]
- Fetched 353 kB in 1s (359 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[conf-libmongoc.dev] synchronised (file:///src)
[mongoc.dev] synchronised (file:///src)
[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.06.1).
[NOTE] Package ocaml is already installed (current version is 4.06.1).
[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 ... 18745 files and directories currently installed.)
- Preparing to unpack .../00-libbson-1.0-0_1.23.1-1+b1_amd64.deb ...
- Unpacking libbson-1.0-0 (1.23.1-1+b1) ...
- Selecting previously unselected package libbson-dev.
- Preparing to unpack .../01-libbson-dev_1.23.1-1+b1_amd64.deb ...
- Unpacking libbson-dev (1.23.1-1+b1) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../02-libicu72_72.1-3_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3) ...
- 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+b1_amd64.deb ...
- Unpacking libmongoc-1.0-0 (1.23.1-1+b1) ...
- 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.15-1~deb12u1_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.0.15-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+b1_amd64.deb ...
- Unpacking libmongoc-dev (1.23.1-1+b1) ...
- 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) ...
- 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+b1) ...
- Setting up libssl-dev:amd64 (3.0.15-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+b1) ...
- 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+b1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up libmongoc-dev (1.23.1-1+b1) ...
- Processing triggers for libc-bin (2.36-9+deb12u10) ...
2025-03-20 16:03.32 ---> saved as "bba25825267d49199bd7be6f990ab580d7ee15bb8cd09538ed8744a5f8d112b5"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.06.1).
[NOTE] Package ocaml is already installed (current version is 4.06.1).
[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 26 packages
- install astring 0.8.5
- install base v0.13.2
- install bigarray-compat 1.1.0
- install cmdliner 1.0.4
- install conf-pkg-config 4
- install csexp 1.5.2
- install ctypes 0.23.0
- install dune 3.17.2
- install dune-configurator 3.17.2
- install fpath 0.7.3
- install integers 0.7.0
- install ocaml-migrate-parsetree 1.8.0 (deprecated)
- install ocamlbuild 0.14.3
- install ocamlfind 1.9.6
- install ocamlfind-secondary 1.9.6
- install ocamlformat 0.10
- install octavius 1.2.2
- install ppx_derivers 1.2.1
- install result 1.5
- install sexplib0 v0.13.0
- install stdio v0.13.0
- install stdlib-shims 0.3.0
- install topkg 1.0.7
- install uucp 14.0.0
- install uuseg 14.0.0
- install uutf 1.0.3
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved cmdliner.1.0.4 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved base.v0.13.2 (cached)
-> installed conf-pkg-config.4
-> retrieved ctypes.0.23.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved ocamlbuild.0.14.3 (cached)
-> retrieved ocaml-migrate-parsetree.1.8.0 (cached)
-> retrieved ocamlfind.1.9.6, ocamlfind-secondary.1.9.6 (cached)
-> retrieved ocamlformat.0.10 (cached)
-> retrieved octavius.1.2.2 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved result.1.5 (cached)
-> retrieved sexplib0.v0.13.0 (cached)
-> retrieved stdio.v0.13.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.0.7 (cached)
-> retrieved uuseg.14.0.0 (cached)
-> retrieved uutf.1.0.3 (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached)
-> retrieved uucp.14.0.0 (cached)
-> installed cmdliner.1.0.4
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.17.2
-> installed uucp.14.0.0
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed octavius.1.2.2
-> installed sexplib0.v0.13.0
-> installed integers.0.7.0
-> installed uuseg.14.0.0
-> installed dune-configurator.3.17.2
-> installed ocaml-migrate-parsetree.1.8.0
-> installed ctypes.0.23.0
-> installed base.v0.13.2
-> installed stdio.v0.13.0
-> installed ocamlformat.0.10
Done.
<><> ocaml-migrate-parsetree.1.8.0 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2025-03-20 16:06.10 ---> saved as "9fffd6d5add2624db43349c82ab094133508c3f8d46265a00136c79b9ba7f433"
/src: (copy (src .) (dst /src))
2025-03-20 16:06.11 ---> saved as "392176d8693e422725472a42a747a7d57f3d0627a61010bd1cc6c6183febba16"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.06/bin/ocamlc.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 -bin-annot -I lib/bson/.bson.objs/byte -I /home/opam/.opam/4.06/lib/bigarray-compat -I /home/opam/.opam/4.06/lib/ctypes -I /home/opam/.opam/4.06/lib/ctypes/stubs -I /home/opam/.opam/4.06/lib/integers -I /home/opam/.opam/4.06/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -open Bson__ -o lib/bson/.bson.objs/byte/bson.cmo -c -impl lib/bson/bson.ml)
File "lib/bson/bson.ml", line 24, characters 32-43:
Error: Unbound value List.to_seq
(cd _build/default && /home/opam/.opam/4.06/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 -I lib/bson/.bson.objs/byte -I lib/bson/.bson.objs/native -I /home/opam/.opam/4.06/lib/bigarray-compat -I /home/opam/.opam/4.06/lib/ctypes -I /home/opam/.opam/4.06/lib/ctypes/stubs -I /home/opam/.opam/4.06/lib/integers -I /home/opam/.opam/4.06/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -open Bson__ -o lib/bson/.bson.objs/native/bson.cmx -c -impl lib/bson/bson.ml)
File "lib/bson/bson.ml", line 24, characters 32-43:
Error: Unbound value List.to_seq
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-03-20 16:06.13: Job failed: Failed: Build failed