2025-03-20 12:06.46: New job: test tarides/mongoc-ocaml https://github.com/tarides/mongoc-ocaml.git#refs/heads/main (9cef608020b03c5d0f793d6100c180db696ff100) (linux-arm64:debian-12-5.3_arm32_opam-2.3) Base: ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28 Opam project build To reproduce locally: git clone --recursive "https://github.com/tarides/mongoc-ocaml.git" -b "main" && cd "mongoc-ocaml" && git reset --hard 9cef6080 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28 # debian-12-5.3_arm32_opam-2.3 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] 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-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-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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 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:06.46: Using cache hint "tarides/mongoc-ocaml-ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28-debian-12-5.3_arm32_opam-2.3-7c7d610a8c0d1bdab9e788d466e0447c" 2025-03-20 12:06.46: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28) (comment debian-12-5.3_arm32_opam-2.3) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (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-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-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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 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:06.46: Waiting for resource in pool OCluster 2025-03-20 12:06.46: Waiting for worker… 2025-03-20 12:09.35: Got resource from pool OCluster Building on kydoime.caelum.ci.dev All commits already cached HEAD is now at 9cef608 Fix file name (from ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28' locally docker.io/ocaml/opam@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28: Pulling from ocaml/opam ddb9f233c153: Pulling fs layer ddb9f233c153: Verifying Checksum ddb9f233c153: Download complete ddb9f233c153: Pull complete Digest: sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28 Status: Downloaded newer image for ocaml/opam@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28 WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 2025-03-20 12:09.35 ---> using "0cf58097a197ad8d6720c3c1ac4cdf01bb2aef8877063abd54d4315939af0450" from cache /: (comment debian-12-5.3_arm32_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (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:09.35 ---> using "8b195f4aea893391f535952171e3d2909dfe5fff2cda153fa8f9f66412d15dce" 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:09.35 ---> using "f057129c8aa70b62a336b420c12b2ee176065dcf8555ee4cd5519d510c67e4ef" 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:09.35 ---> using "395d416fef7b7ac52f25dfe0b6b16e390c68eba1c061e0dbd8788a3364db692b" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-03-20 12:09.35 ---> using "546a9447afbd6d734dd4fa81dd5366fe14e3d37fecfaf91ea2e68e54a7d80a83" 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..4f8517f5b7 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:09.35 ---> using "4d68ad3930674c6f64dfface5cf6fc4116bd3b57b69481d36edc8b67ed350df0" from cache /src: (copy (src mongoc.opam conf-libmongoc.opam) (dst ./)) 2025-03-20 12:09.35 ---> using "2249855f7710dce2715803c32345afc42c71e5843687cbd638c78fc40b37022e" 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:09.35 ---> using "7f1b3651469d9ef7c2cb3fa071b69dd52c2afc45e9fef8d45d1c5515b7fddd4f" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-03-20 12:09.35 ---> using "e7e3776f1387eb68def8d74180dbd9d91bc055ca323e9a35d5a43965fe91be79" from cache /src: (env DEPS "astring.0.8.5 base.v0.16.3 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-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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 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" - Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] - 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 bookworm/main armhf Packages [8507 kB] - Get:5 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [230 kB] - Fetched 8991 kB in 2s (5567 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-option-bytecode-only 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: 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 ... 18504 files and directories currently installed.) - Preparing to unpack .../00-libbson-1.0-0_1.23.1-1+b1_armhf.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_armhf.deb ... - Unpacking libbson-dev (1.23.1-1+b1) ... - Selecting previously unselected package libicu72:armhf. - Preparing to unpack .../02-libicu72_72.1-3_armhf.deb ... - Unpacking libicu72:armhf (72.1-3) ... - Selecting previously unselected package libintelrdfpmath-dev:armhf. - Preparing to unpack .../03-libintelrdfpmath-dev_2.0u2-8_armhf.deb ... - Unpacking libintelrdfpmath-dev:armhf (2.0u2-8) ... - Selecting previously unselected package libmongocrypt0:armhf. - Preparing to unpack .../04-libmongocrypt0_1.7.2-1_armhf.deb ... - Unpacking libmongocrypt0:armhf (1.7.2-1) ... - Selecting previously unselected package libsnappy1v5:armhf. - Preparing to unpack .../05-libsnappy1v5_1.1.9-3_armhf.deb ... - Unpacking libsnappy1v5:armhf (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_armhf.deb ... - Unpacking libmongoc-1.0-0 (1.23.1-1+b1) ... - Selecting previously unselected package libmongocrypt-dev:armhf. - Preparing to unpack .../07-libmongocrypt-dev_1.7.2-1_armhf.deb ... - Unpacking libmongocrypt-dev:armhf (1.7.2-1) ... - Selecting previously unselected package libssl-dev:armhf. - Preparing to unpack .../08-libssl-dev_3.0.15-1~deb12u1_armhf.deb ... - Unpacking libssl-dev:armhf (3.0.15-1~deb12u1) ... - Selecting previously unselected package zlib1g-dev:armhf. - Preparing to unpack .../09-zlib1g-dev_1%3a1.2.13.dfsg-1_armhf.deb ... - Unpacking zlib1g-dev:armhf (1:1.2.13.dfsg-1) ... - Selecting previously unselected package libsnappy-dev:armhf. - Preparing to unpack .../10-libsnappy-dev_1.1.9-3_armhf.deb ... - Unpacking libsnappy-dev:armhf (1.1.9-3) ... - Selecting previously unselected package libsasl2-dev. - Preparing to unpack .../11-libsasl2-dev_2.1.28+dfsg-10_armhf.deb ... - Unpacking libsasl2-dev (2.1.28+dfsg-10) ... - Selecting previously unselected package libmongoc-dev. - Preparing to unpack .../12-libmongoc-dev_1.23.1-1+b1_armhf.deb ... - Unpacking libmongoc-dev (1.23.1-1+b1) ... - Selecting previously unselected package libpkgconf3:armhf. - Preparing to unpack .../13-libpkgconf3_1.8.1-1_armhf.deb ... - Unpacking libpkgconf3:armhf (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../14-pkgconf-bin_1.8.1-1_armhf.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:armhf. - Preparing to unpack .../15-pkgconf_1.8.1-1_armhf.deb ... - Unpacking pkgconf:armhf (1.8.1-1) ... - Selecting previously unselected package pkg-config:armhf. - Preparing to unpack .../16-pkg-config_1.8.1-1_armhf.deb ... - Unpacking pkg-config:armhf (1.8.1-1) ... - Setting up libicu72:armhf (72.1-3) ... - Setting up libsnappy1v5:armhf (1.1.9-3) ... - Setting up libsasl2-dev (2.1.28+dfsg-10) ... - Setting up libpkgconf3:armhf (1.8.1-1) ... - Setting up libbson-1.0-0 (1.23.1-1+b1) ... - Setting up libssl-dev:armhf (3.0.15-1~deb12u1) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up zlib1g-dev:armhf (1:1.2.13.dfsg-1) ... - Setting up libintelrdfpmath-dev:armhf (2.0u2-8) ... - Setting up libmongocrypt0:armhf (1.7.2-1) ... - Setting up libbson-dev (1.23.1-1+b1) ... - Setting up libsnappy-dev:armhf (1.1.9-3) ... - Setting up libmongocrypt-dev:armhf (1.7.2-1) ... - Setting up pkgconf:armhf (1.8.1-1) ... - Setting up libmongoc-1.0-0 (1.23.1-1+b1) ... - Setting up pkg-config:armhf (1.8.1-1) ... - Setting up libmongoc-dev (1.23.1-1+b1) ... - Processing triggers for libc-bin (2.36-9+deb12u9) ... 2025-03-20 12:09.35 ---> using "a58f28561a775e28f2075df5fd84734091e2426843266488d7c9c34d16f901e2" 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-option-bytecode-only 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.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 camlp-streams.5.0.1 (cached) -> retrieved astring.0.8.5 (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 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 ocamlbuild.0.16.1 (cached) -> retrieved dune.3.17.2, dune-build-info.3.17.2, dune-configurator.3.17.2 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (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) -> installed cmdliner.1.3.0 -> installed seq.base -> 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 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 re.1.12.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed integers.0.7.0 -> installed ocp-indent.1.8.1 -> installed dune-build-info.3.17.2 -> installed uucp.16.0.0 -> installed dune-configurator.3.17.2 -> installed uuseg.16.0.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/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:10.26 ---> saved as "e45bdf40cd3a33f384bfd1556d57895b7e564eaff0908f37b55ed3c5afc17945" /src: (copy (src .) (dst /src)) 2025-03-20 12:10.27 ---> saved as "e9fd21865c4c014da6d2a64b3020c5888d0b664b56e25bf0ab7b1452ebf3e294" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) File "_build/default/lib/libmongoc_1_0__function_gen__Function_description__Functions", line 1, characters 0-0: Error: File unavailable: /home/opam/.opam/5.3/lib/ocaml/str/str.cmxa File "_build/default/lib/libmongoc_1_0__type_gen", line 1, characters 0-0: Error: No rule found for lib/.mongoc.objs/native/mongoc__.cmx File "_build/default/lib/libmongoc_1_0__type_gen", line 1, characters 0-0: Error: No rule found for lib/.mongoc.objs/native/mongoc__.o File "_build/default/lib/libmongoc_1_0__type_gen", line 1, characters 0-0: Error: No rule found for lib/.mongoc.objs/native/mongoc__Libmongoc_1_0__type_gen.cmx File "_build/default/lib/libmongoc_1_0__type_gen", line 1, characters 0-0: Error: No rule found for lib/.mongoc.objs/native/mongoc__Libmongoc_1_0__type_gen.o File "_build/default/lib/libmongoc_1_0__type_gen", line 1, characters 0-0: Error: No rule found for lib/.mongoc.objs/native/mongoc__Type_description.cmx File "_build/default/lib/libmongoc_1_0__type_gen", line 1, characters 0-0: Error: No rule found for lib/.mongoc.objs/native/mongoc__Type_description.o File "_build/default/lib/bson/libbson_1_0__type_gen", line 1, characters 0-0: Error: No rule found for lib/bson/.bson.objs/native/bson__.cmx File "_build/default/lib/bson/libbson_1_0__type_gen", line 1, characters 0-0: Error: No rule found for lib/bson/.bson.objs/native/bson__.o File "_build/default/lib/bson/libbson_1_0__type_gen", line 1, characters 0-0: Error: No rule found for lib/bson/.bson.objs/native/bson__Libbson_1_0__type_gen.cmx File "_build/default/lib/bson/libbson_1_0__type_gen", line 1, characters 0-0: Error: No rule found for lib/bson/.bson.objs/native/bson__Libbson_1_0__type_gen.o File "_build/default/lib/bson/libbson_1_0__type_gen", line 1, characters 0-0: Error: No rule found for lib/bson/.bson.objs/native/bson__Type_description.cmx File "_build/default/lib/bson/libbson_1_0__type_gen", line 1, characters 0-0: Error: No rule found for lib/bson/.bson.objs/native/bson__Type_description.o "/usr/bin/linux32" "/bin/sh" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-03-20 12:10.28: Job failed: Failed: Build failed