2025-03-20 12:22.53: New job: test tarides/mongoc-ocaml https://github.com/tarides/mongoc-ocaml.git#refs/heads/main (cee116872386849b0b0bd8832d773c41563dea48) (linux-x86_64:fedora-41-5.3_opam-2.3)
Base: ocaml/opam:fedora-41-ocaml-5.3@sha256:fdc2429ee5b38ad9a34e9df8dcce7161f1b807433a983120453cb37a7b29e925
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/tarides/mongoc-ocaml.git" -b "main" && cd "mongoc-ocaml" && git reset --hard cee11687
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-5.3@sha256:fdc2429ee5b38ad9a34e9df8dcce7161f1b807433a983120453cb37a7b29e925
# fedora-41-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
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.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 camlp-streams.5.0.1 cmdliner.1.3.0 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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocaml_intrinsics_kernel.v0.17.1 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.17.0 stdio.v0.17.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 12:22.53: Using cache hint "tarides/mongoc-ocaml-ocaml/opam:fedora-41-ocaml-5.3@sha256:fdc2429ee5b38ad9a34e9df8dcce7161f1b807433a983120453cb37a7b29e925-fedora-41-5.3_opam-2.3-aac509e0f8822ea8c612a70ab14f3ad3"
2025-03-20 12:22.53: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-5.3@sha256:fdc2429ee5b38ad9a34e9df8dcce7161f1b807433a983120453cb37a7b29e925)
(comment fedora-41-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(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.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 camlp-streams.5.0.1 cmdliner.1.3.0 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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocaml_intrinsics_kernel.v0.17.1 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.17.0 stdio.v0.17.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 12:22.53: Waiting for resource in pool OCluster
2025-03-20 12:22.53: Waiting for worker…
2025-03-20 12:23.00: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at cee1168 Display online doc url
(from ocaml/opam:fedora-41-ocaml-5.3@sha256:fdc2429ee5b38ad9a34e9df8dcce7161f1b807433a983120453cb37a7b29e925)
2025-03-20 12:23.01 ---> using "189447b5abf4f84b3141564fa16299d77370e888a929cebc6495802de6bce562" from cache
/: (comment fedora-41-5.3_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 41 - x86_64 - Updates 100% | 96.3 KiB/s | 23.2 KiB | 00m00s
Fedora 41 - x86_64 100% | 211.2 KiB/s | 26.8 KiB | 00m00s
Fedora 41 - x86_64 - Updates 100% | 4.8 MiB/s | 4.5 MiB | 00m01s
Repositories loaded.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.
Nothing to do.
2025-03-20 12:23.01 ---> using "947881be467bcf2fd69517dfbab49f9c08bd1fde805595ee55ebf2224778ca57" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-03-20 12:23.01 ---> using "92a7f2480fc833b8b6e6f7c055e96edecd7a23b7a1425abe59b46f58f5769a58" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[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 12:23.01 ---> using "22323ebe734803b688970a8a4b44abf93aa58863ccedfb0ae4ead813beb5698c" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-03-20 12:23.01 ---> using "2024869fea33faf19369ee49d7e2bfcec68103aae198063a36b6d1df2607faff" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-03-20 12:23.01 ---> using "b766911cfcef799c6c2bb8aec82e30e2bd662c95ed64a05054ff7a173457d537" from cache
/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
862a7640b1..fa45b93fe6 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 12:23.01 ---> using "25d8789ee3bbe202b5ba40c7b5d22e04bb8c39bd3c88adc8cd9bc05e5cb27fd1" from cache
/src: (copy (src mongoc.opam conf-libmongoc.opam) (dst ./))
2025-03-20 12:23.01 ---> using "b84e90d28fe1259059aaec9d863d7c8b427c773c6d22b9e36dc19368fb2134cc" from cache
/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 12:23.01 ---> using "693284c36a4b8a97d934202cd736cff03b135df88e2720fa91b724d05cdd05c0" from cache
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-20 12:23.01 ---> using "73b15429dcc02754f5a3ea1beaa4ffaf398ecec916c65da35861786f066c2275" from cache
/src: (env DEPS "astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 camlp-streams.5.0.1 cmdliner.1.3.0 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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocaml_intrinsics_kernel.v0.17.1 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.17.0 stdio.v0.17.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 "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.
<><> 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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:
mongo-c-driver-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "mongo-c-driver-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- mongo-c-driver-devel x86_64 1.30.2-1.fc41 updates 1.2 MiB
- Installing dependencies:
- cmake-filesystem x86_64 3.30.8-1.fc41 updates 0.0 B
- libbson x86_64 1.30.2-1.fc41 updates 261.0 KiB
- libbson-devel x86_64 1.30.2-1.fc41 updates 483.9 KiB
- libmongocrypt x86_64 1.13.0-1.fc41 updates 3.1 MiB
- libmongocrypt-devel x86_64 1.13.0-1.fc41 updates 1.2 MiB
- libzstd-devel x86_64 1.5.7-1.fc41 updates 208.0 KiB
- mongo-c-driver x86_64 1.30.2-1.fc41 updates 15.7 KiB
- mongo-c-driver-libs x86_64 1.30.2-1.fc41 updates 1.1 MiB
- snappy x86_64 1.2.1-2.fc41 fedora 71.1 KiB
- utf8proc x86_64 2.7.0-8.fc41 fedora 362.4 KiB
-
- Transaction Summary:
- Installing: 11 packages
-
- Total size of inbound packages is 4 MiB. Need to download 4 MiB.
- After this operation, 8 MiB extra will be used (install 8 MiB, remove 0 B).
- [ 1/11] mongo-c-driver-0:1.30.2-1.fc41. 100% | 182.2 KiB/s | 14.9 KiB | 00m00s
- [ 2/11] mongo-c-driver-libs-0:1.30.2-1. 100% | 2.7 MiB/s | 393.7 KiB | 00m00s
- [ 3/11] mongo-c-driver-devel-0:1.30.2-1 100% | 6.1 MiB/s | 1.1 MiB | 00m00s
- [ 4/11] libbson-0:1.30.2-1.fc41.x86_64 100% | 6.3 MiB/s | 103.0 KiB | 00m00s
- [ 5/11] snappy-0:1.2.1-2.fc41.x86_64 100% | 271.0 KiB/s | 39.6 KiB | 00m00s
- [ 6/11] utf8proc-0:2.7.0-8.fc41.x86_64 100% | 885.1 KiB/s | 80.5 KiB | 00m00s
- [ 7/11] cmake-filesystem-0:3.30.8-1.fc4 100% | 934.1 KiB/s | 16.8 KiB | 00m00s
- [ 8/11] libmongocrypt-0:1.13.0-1.fc41.x 100% | 21.2 MiB/s | 1.4 MiB | 00m00s
- [ 9/11] libbson-devel-0:1.30.2-1.fc41.x 100% | 12.2 MiB/s | 336.2 KiB | 00m00s
- [10/11] libzstd-devel-0:1.5.7-1.fc41.x8 100% | 3.5 MiB/s | 53.1 KiB | 00m00s
- [11/11] libmongocrypt-devel-0:1.13.0-1. 100% | 3.7 MiB/s | 206.1 KiB | 00m00s
- --------------------------------------------------------------------------------
- [11/11] Total 100% | 660.9 KiB/s | 3.7 MiB | 00m06s
- Running transaction
- [ 1/13] Verify package files 100% | 211.0 B/s | 11.0 B | 00m00s
- [ 2/13] Prepare transaction 100% | 123.0 B/s | 11.0 B | 00m00s
- [ 3/13] Installing cmake-filesystem-0:3 100% | 1.8 MiB/s | 7.3 KiB | 00m00s
- [ 4/13] Installing libbson-0:1.30.2-1.f 100% | 64.0 MiB/s | 262.3 KiB | 00m00s
- [ 5/13] Installing libmongocrypt-0:1.13 100% | 145.5 MiB/s | 3.1 MiB | 00m00s
- [ 6/13] Installing libbson-devel-0:1.30 100% | 64.9 MiB/s | 531.8 KiB | 00m00s
- [ 7/13] Installing libmongocrypt-devel- 100% | 178.8 MiB/s | 1.3 MiB | 00m00s
- [ 8/13] Installing libzstd-devel-0:1.5. 100% | 102.0 MiB/s | 208.8 KiB | 00m00s
- [ 9/13] Installing utf8proc-0:2.7.0-8.f 100% | 118.4 MiB/s | 363.8 KiB | 00m00s
- [10/13] Installing snappy-0:1.2.1-2.fc4 100% | 35.6 MiB/s | 72.8 KiB | 00m00s
- [11/13] Installing mongo-c-driver-libs- 100% | 110.5 MiB/s | 1.1 MiB | 00m00s
- [12/13] Installing mongo-c-driver-0:1.3 100% | 3.2 MiB/s | 16.4 KiB | 00m00s
- [13/13] Installing mongo-c-driver-devel 100% | 16.0 MiB/s | 1.4 MiB | 00m00s
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "mongo-c-driver-devel"
- mongo-c-driver-devel-1.30.2-1.fc41.x86_64
2025-03-20 12:23.01 ---> using "7ea035d64ecad3c634c306dd4d40a38307393fa5f48c79c6694e38ed6fa8e452" from cache
/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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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.17.1
- install base-bytes base
- install bigarray-compat 1.1.0
- install camlp-streams 5.0.1
- install cmdliner 1.3.0
- 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 ocaml_intrinsics_kernel v0.17.1
- 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.17.0
- install stdio v0.17.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.17.1 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-pkg-config.4
-> 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 ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocp-indent.1.8.1 (cached)
-> retrieved dune.3.17.2, dune-build-info.3.17.2, dune-configurator.3.17.2 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved ocamlformat.0.27.0, ocamlformat-lib.0.27.0 (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdio.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved uuseg.16.0.0 (cached)
-> retrieved topkg.1.0.8 (cached)
-> installed cmdliner.1.3.0
-> 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 ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed re.1.12.0
-> installed integers.0.7.0
-> installed ocp-indent.1.8.1
-> installed dune-build-info.3.17.2
-> installed dune-configurator.3.17.2
-> installed ctypes.0.23.0
-> installed base.v0.17.1
-> installed stdio.v0.17.0
-> installed uucp.16.0.0
-> installed uuseg.16.0.0
-> installed menhir.20240715
-> 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/5.3/share/emacs/site-lisp")
(require 'ocp-indent)
* for Vim, add this line to ~/.vimrc:
set rtp^="/home/opam/.opam/5.3/share/ocp-indent/vim"
# To update the current shell environment, run: eval $(opam env)
2025-03-20 12:23.01 ---> using "b23c5d1984e73b432ac8c6958e1e11d3bca882c8af82a541683358d905f4b1a8" from cache
/src: (copy (src .) (dst /src))
2025-03-20 12:23.01 ---> saved as "1445a37022e33958f25bb2588f4a5d3077567ded9287ca00a90208ee602e24ab"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.3/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 -bin-annot-occurrences -I lib/bson/.bson.objs/byte -I /home/opam/.opam/5.3/lib/bigarray-compat -I /home/opam/.opam/5.3/lib/ctypes -I /home/opam/.opam/5.3/lib/ctypes/stubs -I /home/opam/.opam/5.3/lib/integers -I /home/opam/.opam/5.3/lib/ocaml/str -I /home/opam/.opam/5.3/lib/stdlib-shims -no-alias-deps -opaque -open Bson__ -o lib/bson/.bson.objs/byte/bson.cmi -c -intf lib/bson/bson.mli)
File "lib/bson/bson.mli", line 21, characters 19-22:
21 | val ptr_of_opt : t opt
^^^
Error: Unbound type constructor opt
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-03-20 12:23.03: Job failed: Failed: Build failed