2025-03-20 12:22.53: New job: test tarides/mongoc-ocaml https://github.com/tarides/mongoc-ocaml.git#refs/heads/main (cee116872386849b0b0bd8832d773c41563dea48) (linux-s390x:debian-12-4.14_s390x_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525 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:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525 # debian-12-4.14_s390x_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.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 . /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:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525-debian-12-4.14_s390x_opam-2.3-7865af802ee3d817954968784a7fc15c" 2025-03-20 12:22.53: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525) (comment debian-12-4.14_s390x_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.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 /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:22.53: Got resource from pool OCluster Building on s390x-worker-01.marist.ci.dev HEAD is now at 2ccd038 skip test HEAD is now at cee1168 Display online doc url (from ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525' locally docker.io/ocaml/opam@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525: Pulling from ocaml/opam f54fe0873ec6: Already exists fd6740292a8f: Already exists dc54fe64258a: Already exists 8df56b450dc9: Already exists 34e267e80c76: Already exists 2073f9853bab: Already exists 174fca57af9d: Already exists 092d5db03edc: Already exists 67194fe7a502: Already exists c2bfbc9a231e: Already exists 39f3b4610ff5: Already exists 84693fc236d0: Already exists a2304c0c9ccc: Already exists e41ee84cbc8a: Already exists dc9aeae3c76a: Already exists dc9aeae3c76a: Already exists 6cf0f8b07b1a: Already exists 5c9ec6fd0b71: Already exists d883044d052f: Already exists 938ede5505c9: Already exists 4f4fb700ef54: Already exists 2a309ccd59f0: Already exists a5e294a516ce: Already exists 559a97e0885e: Already exists 05abc102bf12: Already exists 4e2c4e0b92d0: Already exists aabdf43cc000: Already exists b7e1264e51ef: Already exists 95a958d2177c: Already exists 62307def6435: Already exists a9294e68d815: Already exists 06b27b41f668: Already exists 3fcb993d219a: Already exists 66b09664362d: Already exists 2ad4ff09c235: Already exists 920d7f4843e7: Already exists 569300ee11ed: Already exists 3873f620a391: Already exists ec7597f01333: Pulling fs layer 5083f4e00b1d: Pulling fs layer 42b1bf5b7c6d: Pulling fs layer 51a50da33369: Pulling fs layer abb278dbf651: Pulling fs layer 51a50da33369: Waiting abb278dbf651: Waiting 42b1bf5b7c6d: Verifying Checksum 42b1bf5b7c6d: Download complete ec7597f01333: Verifying Checksum ec7597f01333: Download complete abb278dbf651: Verifying Checksum abb278dbf651: Download complete 51a50da33369: Verifying Checksum 51a50da33369: Download complete 5083f4e00b1d: Verifying Checksum 5083f4e00b1d: Download complete ec7597f01333: Pull complete 5083f4e00b1d: Pull complete 42b1bf5b7c6d: Pull complete 51a50da33369: Pull complete abb278dbf651: Pull complete Digest: sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525 Status: Downloaded newer image for ocaml/opam@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525 2025-03-20 12:22.55 ---> using "a620d62a2d42ef76287132002ad720c1406ae16aa16a6bc86e25cbd67a9adf5b" from cache /: (comment debian-12-4.14_s390x_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 12:22.55 ---> using "3e3e6deb08c832bb00a9b5be41d0b54ed7b0ad8e0bcc1f6e0cad409bc3ef697e" 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:22.55 ---> using "a03dff5005045c0bedc46067d5f246731772b2a62c1c1829aef25757b362699c" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-55-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-03-20 12:22.55 ---> using "b4fae3104fb1817529be9d6357c4b96d24f16b72ac2c87a589dceac128c755ad" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-03-20 12:22.55 ---> using "f5b034cfffd437fbe4b5db9c71a8546b1a0d70cbe98fc4bd512aef4094cb3410" 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 a8ed476033..6ccbe63dbf 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:22.55 ---> using "993df2570e7bfa6da9c74365cba73874fae059767872c731788cee1d319c57a0" from cache /src: (copy (src mongoc.opam conf-libmongoc.opam) (dst ./)) 2025-03-20 12:22.55 ---> using "ee55d22a337cd4c467505fd44d1d54a4ffdc6648dfb4264c8ee8ba6acfecb7c0" 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:22.55 ---> using "04cbcb80de7c4a0c0d868dbadef3db84d470d84d29e2dffa3cb96e99833f8296" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-03-20 12:22.55 ---> using "10b0b1c673c187d94c95bffe13681f40ea6d684aeac7d848ea1c99c09a9d819a" from cache /src: (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") /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 s390x Packages [216 kB] - Fetched 319 kB in 1s (351 kB/s) - Reading package lists... - <><> 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 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: 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 ... 18518 files and directories currently installed.) - Preparing to unpack .../00-libbson-1.0-0_1.23.1-1+b1_s390x.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_s390x.deb ... - Unpacking libbson-dev (1.23.1-1+b1) ... - Selecting previously unselected package libicu72:s390x. - Preparing to unpack .../02-libicu72_72.1-3_s390x.deb ... - Unpacking libicu72:s390x (72.1-3) ... - Selecting previously unselected package libintelrdfpmath-dev:s390x. - Preparing to unpack .../03-libintelrdfpmath-dev_2.0u2-8_s390x.deb ... - Unpacking libintelrdfpmath-dev:s390x (2.0u2-8) ... - Selecting previously unselected package libmongocrypt0:s390x. - Preparing to unpack .../04-libmongocrypt0_1.7.2-1_s390x.deb ... - Unpacking libmongocrypt0:s390x (1.7.2-1) ... - Selecting previously unselected package libsnappy1v5:s390x. - Preparing to unpack .../05-libsnappy1v5_1.1.9-3_s390x.deb ... - Unpacking libsnappy1v5:s390x (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_s390x.deb ... - Unpacking libmongoc-1.0-0 (1.23.1-1+b1) ... - Selecting previously unselected package libmongocrypt-dev:s390x. - Preparing to unpack .../07-libmongocrypt-dev_1.7.2-1_s390x.deb ... - Unpacking libmongocrypt-dev:s390x (1.7.2-1) ... - Selecting previously unselected package libssl-dev:s390x. - Preparing to unpack .../08-libssl-dev_3.0.15-1~deb12u1_s390x.deb ... - Unpacking libssl-dev:s390x (3.0.15-1~deb12u1) ... - Selecting previously unselected package zlib1g-dev:s390x. - Preparing to unpack .../09-zlib1g-dev_1%3a1.2.13.dfsg-1_s390x.deb ... - Unpacking zlib1g-dev:s390x (1:1.2.13.dfsg-1) ... - Selecting previously unselected package libsnappy-dev:s390x. - Preparing to unpack .../10-libsnappy-dev_1.1.9-3_s390x.deb ... - Unpacking libsnappy-dev:s390x (1.1.9-3) ... - Selecting previously unselected package libsasl2-dev. - Preparing to unpack .../11-libsasl2-dev_2.1.28+dfsg-10_s390x.deb ... - Unpacking libsasl2-dev (2.1.28+dfsg-10) ... - Selecting previously unselected package libzstd-dev:s390x. - Preparing to unpack .../12-libzstd-dev_1.5.4+dfsg2-5_s390x.deb ... - Unpacking libzstd-dev:s390x (1.5.4+dfsg2-5) ... - Selecting previously unselected package libmongoc-dev. - Preparing to unpack .../13-libmongoc-dev_1.23.1-1+b1_s390x.deb ... - Unpacking libmongoc-dev (1.23.1-1+b1) ... - Selecting previously unselected package libpkgconf3:s390x. - Preparing to unpack .../14-libpkgconf3_1.8.1-1_s390x.deb ... - Unpacking libpkgconf3:s390x (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../15-pkgconf-bin_1.8.1-1_s390x.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:s390x. - Preparing to unpack .../16-pkgconf_1.8.1-1_s390x.deb ... - Unpacking pkgconf:s390x (1.8.1-1) ... - Selecting previously unselected package pkg-config:s390x. - Preparing to unpack .../17-pkg-config_1.8.1-1_s390x.deb ... - Unpacking pkg-config:s390x (1.8.1-1) ... - Setting up libicu72:s390x (72.1-3) ... - Setting up libzstd-dev:s390x (1.5.4+dfsg2-5) ... - Setting up libsnappy1v5:s390x (1.1.9-3) ... - Setting up libsasl2-dev (2.1.28+dfsg-10) ... - Setting up libpkgconf3:s390x (1.8.1-1) ... - Setting up libbson-1.0-0 (1.23.1-1+b1) ... - Setting up libssl-dev:s390x (3.0.15-1~deb12u1) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up zlib1g-dev:s390x (1:1.2.13.dfsg-1) ... - Setting up libintelrdfpmath-dev:s390x (2.0u2-8) ... - Setting up libmongocrypt0:s390x (1.7.2-1) ... - Setting up libbson-dev (1.23.1-1+b1) ... - Setting up libsnappy-dev:s390x (1.1.9-3) ... - Setting up libmongocrypt-dev:s390x (1.7.2-1) ... - Setting up pkgconf:s390x (1.8.1-1) ... - Setting up libmongoc-1.0-0 (1.23.1-1+b1) ... - Setting up pkg-config:s390x (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 12:22.55 ---> using "7d4e91be70c06dd1f37463d8a299b26b587703b8f86f5229a3e43a4a0ab8b683" 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 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 astring.0.8.5 (cached) -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved base.v0.16.3 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-bash.1 -> installed conf-pkg-config.4 -> retrieved ctypes.0.23.0 (cached) -> retrieved dune.3.17.2, dune-build-info.3.17.2, dune-configurator.3.17.2 (cached) -> retrieved either.1.0.0 (cached) -> retrieved fix.20230505 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved integers.0.7.0 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved ocaml-version.3.7.3 (cached) -> installed cmdliner.1.3.0 -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlformat.0.27.0, ocamlformat-lib.0.27.0 (cached) -> retrieved seq.base (cached) -> retrieved ocp-indent.1.8.1 (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 topkg.1.0.8 (cached) -> retrieved uuseg.16.0.0 (cached) -> retrieved uucp.16.0.0 (cached) -> retrieved uutf.1.0.4 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed seq.base -> installed ocamlbuild.0.16.1 -> installed topkg.1.0.8 -> installed astring.0.8.5 -> installed uutf.1.0.4 -> 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 uucp.16.0.0 -> installed dune-build-info.3.17.2 -> installed menhirCST.20240715 -> installed fix.20230505 -> installed menhirLib.20240715 -> installed dune-configurator.3.17.2 -> installed ocaml-version.3.7.3 -> installed menhirSdk.20240715 -> installed sexplib0.v0.16.0 -> installed ocp-indent.1.8.1 -> installed re.1.12.0 -> installed stdlib-shims.0.3.0 -> installed uuseg.16.0.0 -> installed integers.0.7.0 -> installed ctypes.0.23.0 -> installed base.v0.16.3 -> installed stdio.v0.16.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/4.14/share/emacs/site-lisp") (require 'ocp-indent) * for Vim, add this line to ~/.vimrc: set rtp^="/home/opam/.opam/4.14/share/ocp-indent/vim" # To update the current shell environment, run: eval $(opam env) 2025-03-20 12:22.55 ---> using "dd5b59fddea91e0324f2d2b70762c0ee17613eefffa33f2b8ae7ca6a2b2e2104" from cache /src: (copy (src .) (dst /src)) 2025-03-20 12:22.59 ---> saved as "1fe32344d072f6f78d30a7c4f540b255d962cc566e03b51667ccc0a73c9179cd" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/4.14/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.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 -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.13: Job failed: Failed: Build failed