2025-03-20 12:06.46: New job: test tarides/mongoc-ocaml https://github.com/tarides/mongoc-ocaml.git#refs/heads/main (9cef608020b03c5d0f793d6100c180db696ff100) (linux-x86_64:(lint-opam)) Base: ocaml/opam:debian-12-ocaml-5.0@sha256:282e3407ce98e3be8538b28df5bdf7f0eca45e66519db0fa222ce3c2bb44fc61 Opam files lint 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.0@sha256:282e3407ce98e3be8538b28df5bdf7f0eca45e66519db0fa222ce3c2bb44fc61 # debian-12-5.0_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.2 /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 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 || git fetch origin master) && git reset -q --hard 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 && 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-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bos.0.2.1 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 dyn.3.17.2 either.1.0.0 fix.20230505 fmt.0.10.0 fpath.0.7.3 integers.0.7.0 jsonm.1.0.2 logs.0.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 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 ocamlgraph.2.1.0 ocp-indent.1.8.1 opam-core.2.3.0 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 ordering.3.17.2 parsexp.v0.16.0 pp.2.0.0 re.1.12.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.3.0 stdio.v0.16.0 stdlib-shims.0.3.0 stdune.3.17.2 swhid_core.0.1 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.2 --depext-only -y mongoc.dev conf-libmongoc.dev $DEPS RUN opam install $DEPS ENV CI="true" ENV OCAMLCI="true" WORKDIR /src COPY --chown=1000:1000 . /src/ RUN opam lint RUN opam exec -- opam-dune-lint 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.0@sha256:282e3407ce98e3be8538b28df5bdf7f0eca45e66519db0fa222ce3c2bb44fc61-debian-12-5.0_opam-2.3-7edce53a35ad4fac1c3742483e77892d" 2025-03-20 12:06.46: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.0@sha256:282e3407ce98e3be8538b28df5bdf7f0eca45e66519db0fa222ce3c2bb44fc61) (comment debian-12-5.0_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.2 /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 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 || git fetch origin master) && git reset -q --hard 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 && 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-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bos.0.2.1 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 dyn.3.17.2 either.1.0.0 fix.20230505 fmt.0.10.0 fpath.0.7.3 integers.0.7.0 jsonm.1.0.2 logs.0.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 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 ocamlgraph.2.1.0 ocp-indent.1.8.1 opam-core.2.3.0 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 ordering.3.17.2 parsexp.v0.16.0 pp.2.0.0 re.1.12.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.3.0 stdio.v0.16.0 stdlib-shims.0.3.0 stdune.3.17.2 swhid_core.0.1 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.2 --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")) (env CI true) (env OCAMLCI true) (workdir /src) (copy (src .) (dst /src/)) (run (shell "opam lint")) (run (shell "opam exec -- opam-dune-lint")) ) 2025-03-20 12:06.46: Waiting for resource in pool OCluster 2025-03-20 12:06.47: Waiting for worker… 2025-03-20 12:07.26: Got resource from pool OCluster Building on x86-bm-c2.sw.ocaml.org All commits already cached HEAD is now at 9cef608 Fix file name (from ocaml/opam:debian-12-ocaml-5.0@sha256:282e3407ce98e3be8538b28df5bdf7f0eca45e66519db0fa222ce3c2bb44fc61) 2025-03-20 12:08.13 ---> saved as "23554cdcf0b176073db3d3a932070cd0fef3d0c19131440aed2f391cb694a47e" /: (comment debian-12-5.0_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.2 /usr/bin/opam")) 2025-03-20 12:08.13 ---> saved as "c63aa1d93e61b3438c58b1c42e5364a8f899d1bd03e2558744f843219db77e70" /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.37 ---> saved as "8ade2911d05ba5565805c0ded4cc12878310bc560ba819a15544f725a3cf677a" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.0.0 2.2.1 2025-03-20 12:09.37 ---> saved as "8aecf745218b5df80911d2864964cd50de93ef68ad629ac4be260fbe7e09a0d6" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-03-20 12:09.37 ---> saved as "8b6ff894e63334c3a233243104ecc064a40b18b5e3c5192ec98fbc3f55e49088" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 || git fetch origin master) && git reset -q --hard 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD a8ed476033..fa45b93fe6 master -> origin/master 08baa0f29f Merge pull request #27602 from dbuenzli/b0-publish-logs.0.8.0 <><> 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. # Run eval $(opam env) to update the current shell environment 2025-03-20 12:10.46 ---> saved as "10ab8b472860b880233aa19a43e91e7378c62ad149bd82de72af07c5481e5238" /src: (copy (src mongoc.opam conf-libmongoc.opam) (dst ./)) 2025-03-20 12:10.46 ---> saved as "86f25f921c43d39ce2dbe4c07710dabb49b8d77eba3323f1f3c6f68147605c6c" /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:10.52 ---> saved as "328420dfd829a62e5bd46d5c15efbaa23810f5884315df47761f69ca9ff6285d" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-03-20 12:10.52 ---> saved as "65e9e907bf1658a64a13bb9ac3cb83629011a1690227e0b97da046f397f0d8fb" /src: (env DEPS "astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bos.0.2.1 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 dyn.3.17.2 either.1.0.0 fix.20230505 fmt.0.10.0 fpath.0.7.3 integers.0.7.0 jsonm.1.0.2 logs.0.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 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 ocamlgraph.2.1.0 ocp-indent.1.8.1 opam-core.2.3.0 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 ordering.3.17.2 parsexp.v0.16.0 pp.2.0.0 re.1.12.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.3.0 stdio.v0.16.0 stdlib-shims.0.3.0 stdune.3.17.2 swhid_core.0.1 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.2 --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 0s (1229 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 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0). [NOTE] Package ocaml is already installed (current version is 5.0.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-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 ... 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 12:11.24 ---> saved as "612e189d561ff28c086ad149f30179d31d2bca39866550f506b982fbd19b4410" /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-base-compiler is already installed (current version is 5.0.0). [NOTE] Package ocaml is already installed (current version is 5.0.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-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 58 packages - install astring 0.8.5 - install base v0.16.3 - install base-bytes base - install bigarray-compat 1.1.0 - install bos 0.2.1 - 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 dyn 3.17.2 - install either 1.0.0 - install fix 20230505 - install fmt 0.10.0 - install fpath 0.7.3 - install integers 0.7.0 - install jsonm 1.0.2 - install logs 0.8.0 - install menhir 20240715 - install menhirCST 20240715 - install menhirLib 20240715 - install menhirSdk 20240715 - install num 1.5-1 - 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 ocamlgraph 2.1.0 - install ocp-indent 1.8.1 - install opam-core 2.3.0 - install opam-dune-lint 0.6 - install opam-file-format 2.1.6 - install opam-format 2.3.0 - install opam-repository 2.3.0 - install opam-state 2.3.0 - install ordering 3.17.2 - install parsexp v0.16.0 - install pp 2.0.0 - install re 1.12.0 - install rresult 0.7.0 - install seq base - install sexplib v0.16.0 - install sexplib0 v0.16.0 - install sha 1.15.4 - install spdx_licenses 1.3.0 - install stdio v0.16.0 - install stdlib-shims 0.3.0 - install stdune 3.17.2 - install swhid_core 0.1 - 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 base.v0.16.3 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cmdliner.1.3.0 (cached) -> installed conf-bash.1 -> installed conf-pkg-config.4 -> retrieved ctypes.0.23.0 (cached) -> retrieved either.1.0.0 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved fix.20230505 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved integers.0.7.0 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved num.1.5-1 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved ocaml-version.3.7.3 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved dune.3.17.2, dune-build-info.3.17.2, dune-configurator.3.17.2, dyn.3.17.2, ordering.3.17.2, stdune.3.17.2 (cached) -> retrieved ocamlformat.0.27.0, ocamlformat-lib.0.27.0 (cached) -> retrieved ocamlgraph.2.1.0 (cached) -> retrieved ocp-indent.1.8.1 (cached) -> retrieved opam-dune-lint.0.6 (cached) -> retrieved opam-core.2.3.0, opam-format.2.3.0, opam-repository.2.3.0, opam-state.2.3.0 (cached) -> retrieved opam-file-format.2.1.6 (cached) -> installed cmdliner.1.3.0 -> installed num.1.5-1 -> retrieved parsexp.v0.16.0 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved re.1.12.0 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved sexplib.v0.16.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved spdx_licenses.1.3.0 (cached) -> retrieved stdio.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved swhid_core.0.1 (cached) -> retrieved uuseg.16.0.0 (cached) -> retrieved topkg.1.0.8 (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 rresult.0.7.0 -> installed uutf.1.0.4 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed logs.0.8.0 -> installed bos.0.2.1 -> 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 ocp-indent.1.8.1 -> installed opam-file-format.2.1.6 -> installed pp.2.0.0 -> installed re.1.12.0 -> installed sexplib0.v0.16.0 -> installed spdx_licenses.1.3.0 -> installed stdlib-shims.0.3.0 -> installed swhid_core.0.1 -> installed integers.0.7.0 -> installed ordering.3.17.2 -> installed parsexp.v0.16.0 -> installed dune-build-info.3.17.2 -> installed dune-configurator.3.17.2 -> installed sha.1.15.4 -> installed ocamlgraph.2.1.0 -> installed dyn.3.17.2 -> installed sexplib.v0.16.0 -> installed ctypes.0.23.0 -> installed stdune.3.17.2 -> installed opam-core.2.3.0 -> installed base.v0.16.3 -> installed stdio.v0.16.0 -> installed opam-format.2.3.0 -> installed menhir.20240715 -> installed uucp.16.0.0 -> installed uuseg.16.0.0 -> installed opam-repository.2.3.0 -> installed opam-state.2.3.0 -> installed opam-dune-lint.0.6 -> 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.0/share/emacs/site-lisp") (require 'ocp-indent) * for Vim, add this line to ~/.vimrc: set rtp^="/home/opam/.opam/5.0/share/ocp-indent/vim" # Run eval $(opam env) to update the current shell environment 2025-03-20 12:13.32 ---> saved as "ba146ac5642610016822c5e8f01ee147d15d1e6946d0de2a655ed1aafab28c8c" /src: (env CI true) /src: (env OCAMLCI true) /src: (workdir /src) /src: (copy (src .) (dst /src/)) 2025-03-20 12:13.32 ---> saved as "6a6d079a9b36eef96547e4b22f3db4759722776ad873c19c316214003b2d221b" /src: (run (shell "opam lint")) /src/mongoc.opam: Passed. /src/conf-libmongoc.opam: Passed. 2025-03-20 12:13.32 ---> saved as "75f2fb55b2cdba160b4f704c056cd374908f58824566726978c9d6ea798c3695" /src: (run (shell "opam exec -- opam-dune-lint")) conf-libmongoc.opam: OK mongoc.opam: OK Warning in conf-libmongoc: The package has a dune-project file but no explicit dependency on dune was found. Warning in mongoc: The package tagged dune as a build dependency. Due to a bug in dune (https://github.com/ocaml/dune/issues/2147) this should never be the case. Please remove the {build} tag from its filter. 2025-03-20 12:13.33 ---> saved as "670572864294c7e7b56c30ce5c3f8f61f3dd26b225f8b076c34be5ab47155bb0" Job succeeded 2025-03-20 12:13.33: Job succeeded