OrganisationsMisterDAopam-health-check93651e (master)ubuntu-23.10-4.14_opam-2.1

ubuntu-23.10-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 16:15.27: New job: test MisterDA/opam-health-check https://github.com/MisterDA/opam-health-check.git#refs/heads/master (93651e4a806341e9f663f989fcef1c9bcd2a05fd) (linux-x86_64:ubuntu-23.10-4.14_opam-2.1)
Base: ocaml/opam@sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/MisterDA/opam-health-check.git" -b "master" && cd "opam-health-check" && git reset --hard 93651e4a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d
# ubuntu-23.10-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-health-check.opam ./
RUN opam pin add -yn opam-health-check.dev './'
ENV DEPS="angstrom.0.16.0 asetmap.0.8.1 asn1-combinators.0.2.6 astring.0.8.5 atd.2.15.0 atdgen.2.15.0 atdgen-runtime.2.15.0 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-compat.1.1.0 bigstringaf.0.9.1 biniou.1.2.2 bos.0.2.1 ca-certs.0.2.3 camlp-streams.5.0.1 capnp.3.6.0 capnp-rpc.1.2.3 capnp-rpc-lwt.1.2.3 capnp-rpc-net.1.2.3 capnp-rpc-unix.1.2.3 cmdliner.1.2.0 cohttp.5.3.1 cohttp-lwt.5.3.0 cohttp-lwt-unix.5.3.0 conduit.6.2.2 conduit-lwt.6.2.2 conduit-lwt-unix.6.2.2 conf-bash.1 conf-capnproto.2 conf-gmp.4 conf-gmp-powm-sec.3 conf-libev.4-12 conf-pixz.1 containers.3.13.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 ctypes.0.22.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 easy-format.1.3.4 either.1.0.0 eqaf.0.9 extunix.0.4.1 fileutils.0.6.4 fmt.0.9.0 fpath.0.7.3 github.4.4.1 github-data.4.4.1 github-unix.4.4.1 gmap.0.3.0 hkdf.1.0.4 integers.0.7.0 ipaddr.5.5.0 ipaddr-sexp.5.5.0 jsonm.1.0.2 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 magic-mime.1.3.1 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mirage-flow.3.0.0 mirage-kv.6.1.1 mtime.2.0.0 num.1.5 obuilder-spec.0.6.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-xdg-basedir.transition ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 ocluster-api.0.3.0 ocplib-endian.1.2 opam-core.2.1.5 opam-file-format.2.1.6 opam-format.2.1.5 optint.0.3.0 parsexp.v0.16.0 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 prometheus.1.2 ptime.1.1.0 re.1.11.0 res.5.0.1 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdint.0.7.2 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.3 tls-mirage.0.17.3 topkg.1.0.7 tyxml.4.6.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 x509.0.16.5 xdg-basedir.0.0.4 yaml.3.2.0 yojson.2.1.2 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y opam-health-check.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


2024-05-10 16:15.27: Using cache hint "MisterDA/opam-health-check-ocaml/opam@sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d-ubuntu-23.10-4.14_opam-2.1-5b0bbf4f262c3a46f52369d88889aeb6"
2024-05-10 16:15.27: Using OBuilder spec:
((from ocaml/opam@sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d)
 (comment ubuntu-23.10-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src opam-health-check.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn opam-health-check.dev './'"))
 (env DEPS "angstrom.0.16.0 asetmap.0.8.1 asn1-combinators.0.2.6 astring.0.8.5 atd.2.15.0 atdgen.2.15.0 atdgen-runtime.2.15.0 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-compat.1.1.0 bigstringaf.0.9.1 biniou.1.2.2 bos.0.2.1 ca-certs.0.2.3 camlp-streams.5.0.1 capnp.3.6.0 capnp-rpc.1.2.3 capnp-rpc-lwt.1.2.3 capnp-rpc-net.1.2.3 capnp-rpc-unix.1.2.3 cmdliner.1.2.0 cohttp.5.3.1 cohttp-lwt.5.3.0 cohttp-lwt-unix.5.3.0 conduit.6.2.2 conduit-lwt.6.2.2 conduit-lwt-unix.6.2.2 conf-bash.1 conf-capnproto.2 conf-gmp.4 conf-gmp-powm-sec.3 conf-libev.4-12 conf-pixz.1 containers.3.13.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 ctypes.0.22.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 easy-format.1.3.4 either.1.0.0 eqaf.0.9 extunix.0.4.1 fileutils.0.6.4 fmt.0.9.0 fpath.0.7.3 github.4.4.1 github-data.4.4.1 github-unix.4.4.1 gmap.0.3.0 hkdf.1.0.4 integers.0.7.0 ipaddr.5.5.0 ipaddr-sexp.5.5.0 jsonm.1.0.2 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 magic-mime.1.3.1 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mirage-flow.3.0.0 mirage-kv.6.1.1 mtime.2.0.0 num.1.5 obuilder-spec.0.6.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-xdg-basedir.transition ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 ocluster-api.0.3.0 ocplib-endian.1.2 opam-core.2.1.5 opam-file-format.2.1.6 opam-format.2.1.5 optint.0.3.0 parsexp.v0.16.0 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 prometheus.1.2 ptime.1.1.0 re.1.11.0 res.5.0.1 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdint.0.7.2 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.3 tls-mirage.0.17.3 topkg.1.0.7 tyxml.4.6.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 x509.0.16.5 xdg-basedir.0.0.4 yaml.3.2.0 yojson.2.1.2 zarith.1.13")
 (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.1 --depext-only -y opam-health-check.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"))
)


2024-05-10 16:15.27: Waiting for resource in pool OCluster
2024-05-11 10:19.14: Waiting for worker…
2024-05-11 10:43.34: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 93651e4 print every outputs of obuilder in debug mode


(from ocaml/opam@sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d)
2024-05-11 10:43.34 ---> using "2dd0248bee74057ded8e604d00ac581da1a0d2d6736b964f988c16cdca5c04f9" from cache


/: (comment ubuntu-23.10-4.14_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 10:43.34 ---> using "98dd6261c52a772ca8552d7da0badda0ef0696e9e8a69ebc504b4f78274564a7" 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 version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 10:43.34 ---> using "a4c69c0c53b283256a7cd7b4a34cfa680ffab54be5dbb444cb0dadbdccfd3230" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-11 10:43.34 ---> using "b680a3052fd3e0a32c6a552ec3e71823e5cc9dd064cdca2f4fc121d06f4e48a5" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 10:43.34 ---> using "233f8f591950b4ff48295d053e99b8a518f39e3c37ee5456a302b4b0bf43c1b5" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[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
2024-05-11 10:43.34 ---> using "90c4950a3e757c68a2d4862221d1450cc7f1b4917528c48b67f22f3a4f4bf8e3" from cache


/src: (copy (src opam-health-check.opam) (dst ./))
2024-05-11 10:43.34 ---> saved as "fd8408c657325c9456930aea4390ffc07a6dfef5fe3b69b1644b4901a4094fab"


/src: (run (network host)
           (shell "opam pin add -yn opam-health-check.dev './'"))
Package opam-health-check does not exist, create as a NEW package? [Y/n] y
[opam-health-check.dev] synchronised (file:///src)
opam-health-check is now pinned to file:///src (version dev)
2024-05-11 10:43.36 ---> saved as "36275bf2d042d77ae2057b82cae39bd127dc79cc408576566e46b7a044adebac"


/src: (env DEPS "angstrom.0.16.0 asetmap.0.8.1 asn1-combinators.0.2.6 astring.0.8.5 atd.2.15.0 atdgen.2.15.0 atdgen-runtime.2.15.0 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-compat.1.1.0 bigstringaf.0.9.1 biniou.1.2.2 bos.0.2.1 ca-certs.0.2.3 camlp-streams.5.0.1 capnp.3.6.0 capnp-rpc.1.2.3 capnp-rpc-lwt.1.2.3 capnp-rpc-net.1.2.3 capnp-rpc-unix.1.2.3 cmdliner.1.2.0 cohttp.5.3.1 cohttp-lwt.5.3.0 cohttp-lwt-unix.5.3.0 conduit.6.2.2 conduit-lwt.6.2.2 conduit-lwt-unix.6.2.2 conf-bash.1 conf-capnproto.2 conf-gmp.4 conf-gmp-powm-sec.3 conf-libev.4-12 conf-pixz.1 containers.3.13.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 ctypes.0.22.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 easy-format.1.3.4 either.1.0.0 eqaf.0.9 extunix.0.4.1 fileutils.0.6.4 fmt.0.9.0 fpath.0.7.3 github.4.4.1 github-data.4.4.1 github-unix.4.4.1 gmap.0.3.0 hkdf.1.0.4 integers.0.7.0 ipaddr.5.5.0 ipaddr-sexp.5.5.0 jsonm.1.0.2 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 magic-mime.1.3.1 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mirage-flow.3.0.0 mirage-kv.6.1.1 mtime.2.0.0 num.1.5 obuilder-spec.0.6.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-xdg-basedir.transition ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 ocluster-api.0.3.0 ocplib-endian.1.2 opam-core.2.1.5 opam-file-format.2.1.6 opam-format.2.1.5 optint.0.3.0 parsexp.v0.16.0 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 prometheus.1.2 ptime.1.1.0 re.1.11.0 res.5.0.1 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdint.0.7.2 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.3 tls-mirage.0.17.3 topkg.1.0.7 tyxml.4.6.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 x509.0.16.5 xdg-basedir.0.0.4 yaml.3.2.0 yojson.2.1.2 zarith.1.13")


/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.1 --depext-only -y opam-health-check.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu mantic InRelease
- Get:2 http://security.ubuntu.com/ubuntu mantic-security InRelease [109 kB]
- Get:3 http://archive.ubuntu.com/ubuntu mantic-updates InRelease [109 kB]
- Hit:4 http://archive.ubuntu.com/ubuntu mantic-backports InRelease
- Get:5 http://security.ubuntu.com/ubuntu mantic-security/universe amd64 Packages [360 kB]
- Get:6 http://archive.ubuntu.com/ubuntu mantic-updates/universe amd64 Packages [470 kB]
- Get:7 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 Packages [522 kB]
- Fetched 1569 kB in 1s (1419 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam-health-check.dev] synchronised (no changes)


[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:
    capnproto libcapnp-dev libev-dev libgmp-dev pixz


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "capnproto" "libcapnp-dev" "libev-dev" "libgmp-dev" "pixz"
- debconf: delaying package configuration, since apt-utils is not installed


2024-05-11 10:44.02 ---> saved as "279de97b5bed29b40f61d3a80eed90713a4e4336acccee047c2dd965a468eb72"


/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 conf-capnproto        2
  - install conf-bash             1
  - install num                   1.5
  - install cmdliner              1.2.0
  - install ocamlfind             1.9.6
  - install conf-libev            4-12
  - install conf-gmp              4
  - install ocamlbuild            0.14.3
  - install conf-pixz             1
  - install seq                   base
  - install dune                  3.15.2
  - install base-bytes            base
  - install zarith                1.13
  - install conf-gmp-powm-sec     3
  - install topkg                 1.0.7
  - install stringext             1.6.0
  - install stdlib-shims          0.3.0
  - install stdint                0.7.2
  - install sexplib0              v0.16.0
  - install result                1.5
  - install res                   5.0.1
  - install re                    1.11.0
  - install ppx_derivers          1.2.1
  - install optint                0.3.0
  - install opam-file-format      2.1.6
  - install ocaml-syntax-shims    1.0.0
  - install ocaml-compiler-libs   v0.12.4
  - install mirage-clock          4.2.0
  - install menhirSdk             20231231
  - install menhirLib             20231231
  - install menhirCST             20231231
  - install magic-mime            1.3.1
  - install macaddr               5.5.0
  - install gmap                  0.3.0
  - install either                1.0.0
  - install easy-format           1.3.4
  - install duration              0.2.1
  - install domain-name           0.4.0
  - install csexp                 1.5.2
  - install cppo                  1.6.9
  - install camlp-streams         5.0.1
  - install bigarray-compat       1.1.0
  - install base64                3.5.1
  - install uutf                  1.0.3
  - install rresult               0.7.0
  - install ptime                 1.1.0
  - install mtime                 2.0.0
  - install fmt                   0.9.0
  - install astring               0.8.5
  - install asetmap               0.8.1
  - install ocamlgraph            2.1.0
  - install integers              0.7.0
  - install fileutils             0.6.4
  - install parsexp               v0.16.0
  - install ppxlib                0.32.1
  - install menhir                20231231
  - install ipaddr                5.5.0
  - install dune-configurator     3.15.2
  - install yojson                2.1.2
  - install ocplib-endian         1.2
  - install biniou                1.2.2
  - install tyxml                 4.6.0
  - install jsonm                 1.0.2
  - install cstruct               6.2.0
  - install fpath                 0.7.3
  - install opam-core             2.1.5
  - install xdg-basedir           0.0.4
  - install sexplib               v0.16.0
  - install ppx_deriving          5.2.1
  - install extunix               0.4.1
  - install ctypes                0.22.0
  - install containers            3.13.1
  - install bigstringaf           0.9.1
  - install base                  v0.16.3
  - install atd                   2.15.0
  - install lwt                   5.7.0
  - install atdgen-runtime        2.15.0
  - install eqaf                  0.9
  - install asn1-combinators      0.2.6
  - install opam-format           2.1.5
  - install ocaml-xdg-basedir     transition
  - install ppx_deriving_yojson   3.7.0
  - install angstrom              0.16.0
  - install stdio                 v0.16.0
  - install ppx_sexp_conv         v0.16.0
  - install prometheus            1.2
  - install mirage-kv             6.1.1
  - install mirage-flow           3.0.0
  - install logs                  0.7.0
  - install cstruct-lwt           6.2.0
  - install atdgen                2.15.0
  - install mirage-crypto         0.11.3
  - install uri                   4.4.0
  - install capnp                 3.6.0
  - install obuilder-spec         0.6.0
  - install ipaddr-sexp           5.5.0
  - install capnp-rpc             1.2.3
  - install bos                   0.2.1
  - install github-data           4.4.1
  - install pbkdf                 1.2.0
  - install mirage-crypto-rng     0.11.3
  - install hkdf                  1.0.4
  - install uri-sexp              4.4.0
  - install conduit               6.2.2
  - install capnp-rpc-lwt         1.2.3
  - install yaml                  3.2.0
  - install mirage-crypto-rng-lwt 0.11.3
  - install mirage-crypto-pk      0.11.3
  - install mirage-crypto-ec      0.11.3
  - install cohttp                5.3.1
  - install conduit-lwt           6.2.2
  - install ocluster-api          0.3.0
  - install x509                  0.16.5
  - install cohttp-lwt            5.3.0
  - install tls                   0.17.3
  - install ca-certs              0.2.3
  - install github                4.4.1
  - install tls-mirage            0.17.3
  - install conduit-lwt-unix      6.2.2
  - install capnp-rpc-net         1.2.3
  - install cohttp-lwt-unix       5.3.0
  - install capnp-rpc-unix        1.2.3
  - install github-unix           4.4.1
===== 123 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asetmap.0.8.1  (cached)
-> retrieved angstrom.0.16.0  (cached)
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved atd.2.15.0  (cached)
-> retrieved atdgen.2.15.0  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved atdgen-runtime.2.15.0  (cached)
-> retrieved biniou.1.2.2  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved ca-certs.0.2.3  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved capnp.3.6.0  (cached)
-> retrieved capnp-rpc.1.2.3  (cached)
-> retrieved capnp-rpc-lwt.1.2.3  (cached)
-> retrieved capnp-rpc-net.1.2.3  (cached)
-> retrieved capnp-rpc-unix.1.2.3  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cohttp.5.3.1  (cached)
-> retrieved cohttp-lwt.5.3.0  (cached)
-> retrieved cohttp-lwt-unix.5.3.0  (cached)
-> retrieved conduit.6.2.2  (cached)
-> retrieved conduit-lwt.6.2.2  (cached)
-> retrieved conduit-lwt-unix.6.2.2  (cached)
-> installed conf-bash.1
-> installed conf-capnproto.2
-> installed conf-gmp.4
-> installed conf-pixz.1
-> retrieved cppo.1.6.9  (cached)
-> retrieved containers.3.13.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved cstruct.6.2.0  (cached)
-> retrieved cstruct-lwt.6.2.0  (cached)
-> retrieved ctypes.0.22.0  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> installed conf-libev.4-12
-> retrieved easy-format.1.3.4  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved extunix.0.4.1  (cached)
-> retrieved fileutils.0.6.4  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved github.4.4.1  (cached)
-> retrieved github-data.4.4.1  (cached)
-> retrieved github-unix.4.4.1  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hkdf.1.0.4  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved ipaddr.5.5.0  (cached)
-> retrieved ipaddr-sexp.5.5.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved macaddr.5.5.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved mirage-crypto.0.11.3  (cached)
-> retrieved mirage-crypto-ec.0.11.3  (cached)
-> retrieved mirage-crypto-pk.0.11.3  (cached)
-> retrieved mirage-flow.3.0.0  (cached)
-> installed cmdliner.1.2.0
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved obuilder-spec.0.6.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlgraph.2.1.0  (cached)
-> retrieved ocluster-api.0.3.0  (cached)
-> retrieved mirage-crypto-rng.0.11.3  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved opam-core.2.1.5  (cached)
-> retrieved mirage-crypto-rng-lwt.0.11.3  (cached)
-> retrieved opam-file-format.2.1.6  (cached)
-> retrieved opam-format.2.1.5  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pbkdf.1.2.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.5.2.1  (cached)
-> retrieved ppx_deriving_yojson.3.7.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved prometheus.1.2  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved res.5.0.1  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved result.1.5  (cached)
-> installed seq.base
-> retrieved rresult.0.7.0  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdint.0.7.2  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tls.0.17.3  (cached)
-> retrieved tls-mirage.0.17.3  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved uri-sexp.4.4.0  (cached)
-> retrieved x509.0.16.5  (cached)
-> retrieved xdg-basedir.0.0.4  (cached)
-> retrieved yaml.3.2.0  (cached)
-> retrieved zarith.1.13  (cached)
-> retrieved yojson.2.1.2  (cached)
-> installed num.1.5
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed zarith.1.13
-> installed topkg.1.0.7
-> installed asetmap.0.8.1
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.15.2
-> installed duration.0.2.1
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed bigarray-compat.1.1.0
-> installed camlp-streams.5.0.1
-> installed cstruct.6.2.0
-> installed domain-name.0.4.0
-> installed easy-format.1.3.4
-> installed either.1.0.0
-> installed gmap.0.3.0
-> installed macaddr.5.5.0
-> installed menhirCST.20231231
-> installed menhirLib.20231231
-> installed menhirSdk.20231231
-> installed mirage-clock.4.2.0
-> installed opam-file-format.2.1.6
-> installed optint.0.3.0
-> installed ppx_derivers.1.2.1
-> installed res.5.0.1
-> installed magic-mime.1.3.1
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed cppo.1.6.9
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.11.0
-> installed stdint.0.7.2
-> installed eqaf.0.9
-> installed ipaddr.5.5.0
-> installed asn1-combinators.0.2.6
-> installed integers.0.7.0
-> installed biniou.1.2.2
-> installed ocplib-endian.1.2
-> installed fileutils.0.6.4
-> installed xdg-basedir.0.0.4
-> installed ocaml-xdg-basedir.transition
-> installed yojson.2.1.2
-> installed parsexp.v0.16.0
-> installed atdgen-runtime.2.15.0
-> installed dune-configurator.3.15.2
-> installed ocamlgraph.2.1.0
-> installed sexplib.v0.16.0
-> installed bigstringaf.0.9.1
-> installed angstrom.0.16.0
-> installed containers.3.13.1
-> installed tyxml.4.6.0
-> installed uri.4.4.0
-> installed lwt.5.7.0
-> installed mirage-flow.3.0.0
-> installed mirage-kv.6.1.1
-> installed cstruct-lwt.6.2.0
-> installed prometheus.1.2
-> installed logs.0.7.0
-> installed ctypes.0.22.0
-> installed opam-core.2.1.5
-> installed base.v0.16.3
-> installed capnp-rpc.1.2.3
-> installed stdio.v0.16.0
-> installed bos.0.2.1
-> installed yaml.3.2.0
-> installed opam-format.2.1.5
-> installed capnp.3.6.0
-> installed menhir.20231231
-> installed ppxlib.0.32.1
-> installed capnp-rpc-lwt.1.2.3
-> installed mirage-crypto.0.11.3
-> installed atd.2.15.0
-> installed hkdf.1.0.4
-> installed pbkdf.1.2.0
-> installed mirage-crypto-rng.0.11.3
-> installed mirage-crypto-rng-lwt.0.11.3
-> installed mirage-crypto-pk.0.11.3
-> installed atdgen.2.15.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.5.2.1
-> installed ipaddr-sexp.5.5.0
-> installed uri-sexp.4.4.0
-> installed obuilder-spec.0.6.0
-> installed ppx_deriving_yojson.3.7.0
-> installed conduit.6.2.2
-> installed mirage-crypto-ec.0.11.3
-> installed cohttp.5.3.1
-> installed conduit-lwt.6.2.2
-> installed extunix.0.4.1
-> installed x509.0.16.5
-> installed ca-certs.0.2.3
-> installed cohttp-lwt.5.3.0
-> installed github-data.4.4.1
-> installed ocluster-api.0.3.0
-> installed tls.0.17.3
-> installed conduit-lwt-unix.6.2.2
-> installed tls-mirage.0.17.3
-> installed github.4.4.1
-> installed capnp-rpc-net.1.2.3
-> installed capnp-rpc-unix.1.2.3
-> installed cohttp-lwt-unix.5.3.0
-> installed github-unix.4.4.1
Done.


<><> ocaml-xdg-basedir.transition installed successfully ><><><><><><><><><><><>
=> ocaml-xdg-basedir has been renamed and the ocaml-xdg-basedir package is now a transition package. Use the xdg-basedir package instead.
# Run eval $(opam env) to update the current shell environment
2024-05-11 10:45.29 ---> saved as "859f1f44c5841526124df6bdff751204b0a4cdcfc8076310308b128998bfcb1c"


/src: (copy (src .) (dst /src))
2024-05-11 10:45.29 ---> saved as "3a145d06e6438437301d7df53c5c271a73fb9d4782a6ffed48dfadb7a2da2e1e"


/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@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -safe-string -w A-44-33-4 -open Containers -g -bin-annot -I lib/.oca_lib.objs/byte -I /home/opam/.opam/4.14/lib/angstrom -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bigarray-compat -I /home/opam/.opam/4.14/lib/bigstringaf -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/ctypes/stubs -I /home/opam/.opam/4.14/lib/either -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/opam-format -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/uri -I /home/opam/.opam/4.14/lib/yaml -I /home/opam/.opam/4.14/lib/yaml/bindings -I /home/opam/.opam/4.14/lib/yaml/bindings/types -I /home/opam/.opam/4.14/lib/yaml/c -I /home/opam/.opam/4.14/lib/yaml/ffi -I /home/opam/.opam/4.14/lib/yaml/types -intf-suffix .ml -no-alias-deps -opaque -o lib/.oca_lib.objs/byte/server_configfile.cmo -c -impl lib/server_configfile.ml)
File "lib/server_configfile.ml", line 153, characters 21-35:
153 |     "name", `String (Option.get_exn conf.name);
                           ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 154, characters 34-48:
154 |     "port", `Float (float_of_int (Option.get_exn conf.port));
                                        ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 155, characters 27-41:
155 |     "public-url", `String (Option.get_exn conf.public_url);
                                 ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 156, characters 40-54:
156 |     "admin-port", `Float (float_of_int (Option.get_exn conf.admin_port));
                                              ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 157, characters 47-61:
157 |     "auto-run-interval", `Float (float_of_int (Option.get_exn conf.auto_run_interval));
                                                     ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 158, characters 39-53:
158 |     "processes", `Float (float_of_int (Option.get_exn conf.processes));
                                             ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 159, characters 32-46:
159 |     "enable-dune-cache", `Bool (Option.get_exn conf.enable_dune_cache);
                                      ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 160, characters 38-52:
160 |     "enable-logs-compression", `Bool (Option.get_exn conf.enable_logs_compression);
                                            ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 162, characters 24-38:
162 |     "with-test", `Bool (Option.get_exn conf.with_test);
                              ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 163, characters 29-43:
163 |     "list-command", `String (Option.get_exn conf.list_command);
                                   ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 166, characters 21-35:
166 |       "os", `String (Option.get_exn conf.platform_os);
                           ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 167, characters 23-37:
167 |       "arch", `String (Option.get_exn conf.platform_arch);
                             ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 169, characters 31-45:
169 |       "distribution", `String (Option.get_exn conf.platform_distribution);
                                     ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 259, characters 21-35:
259 | let name {name; _} = Option.get_exn name
                           ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 260, characters 21-35:
260 | let port {port; _} = Option.get_exn port
                           ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 261, characters 33-47:
261 | let public_url {public_url; _} = Option.get_exn public_url
                                       ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 262, characters 33-47:
262 | let admin_port {admin_port; _} = Option.get_exn admin_port
                                       ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 263, characters 47-61:
263 | let auto_run_interval {auto_run_interval; _} = Option.get_exn auto_run_interval
                                                     ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 264, characters 31-45:
264 | let processes {processes; _} = Option.get_exn processes
                                     ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 265, characters 47-61:
265 | let enable_dune_cache {enable_dune_cache; _} = Option.get_exn enable_dune_cache
                                                     ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 266, characters 59-73:
266 | let enable_logs_compression {enable_logs_compression; _} = Option.get_exn enable_logs_compression
                                                                 ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 267, characters 49-63:
267 | let extra_repositories {extra_repositories; _} = Option.get_exn extra_repositories
                                                       ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 268, characters 31-45:
268 | let with_test {with_test; _} = Option.get_exn with_test
                                     ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 269, characters 37-51:
269 | let list_command {list_command; _} = Option.get_exn list_command
                                           ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 271, characters 35-49:
271 | let platform_os {platform_os; _} = Option.get_exn platform_os
                                         ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 272, characters 39-53:
272 | let platform_arch {platform_arch; _} = Option.get_exn platform_arch
                                             ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 276, characters 55-69:
276 | let platform_distribution {platform_distribution; _} = Option.get_exn platform_distribution
                                                             ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 278, characters 41-55:
278 | let slack_webhooks {slack_webhooks; _} = Option.get_exn slack_webhooks
                                               ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -safe-string -w A-44-33-4 -open Containers -g -bin-annot -I client/.client.eobjs/byte -I /home/opam/.opam/4.14/lib/angstrom -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/bigarray-compat -I /home/opam/.opam/4.14/lib/bigstringaf -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/cohttp -I /home/opam/.opam/4.14/lib/cohttp-lwt -I /home/opam/.opam/4.14/lib/cohttp-lwt-unix -I /home/opam/.opam/4.14/lib/conduit -I /home/opam/.opam/4.14/lib/conduit-lwt -I /home/opam/.opam/4.14/lib/conduit-lwt-unix -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/cstruct -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/ctypes/stubs -I /home/opam/.opam/4.14/lib/domain-name -I /home/opam/.opam/4.14/lib/either -I /home/opam/.opam/4.14/lib/eqaf -I /home/opam/.opam/4.14/lib/eqaf/bigstring -I /home/opam/.opam/4.14/lib/eqaf/cstruct -I /home/opam/.opam/4.14/lib/fileutils -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/ipaddr -I /home/opam/.opam/4.14/lib/ipaddr-sexp -I /home/opam/.opam/4.14/lib/ipaddr/unix -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/macaddr -I /home/opam/.opam/4.14/lib/magic-mime -I /home/opam/.opam/4.14/lib/mirage-crypto -I /home/opam/.opam/4.14/lib/mirage-crypto-pk -I /home/opam/.opam/4.14/lib/mirage-crypto-rng -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/opam-format -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/uri -I /home/opam/.opam/4.14/lib/uri-sexp -I /home/opam/.opam/4.14/lib/uri/services -I /home/opam/.opam/4.14/lib/xdg-basedir -I /home/opam/.opam/4.14/lib/yaml -I /home/opam/.opam/4.14/lib/yaml/bindings -I /home/opam/.opam/4.14/lib/yaml/bindings/types -I /home/opam/.opam/4.14/lib/yaml/c -I /home/opam/.opam/4.14/lib/yaml/ffi -I /home/opam/.opam/4.14/lib/yaml/types -I /home/opam/.opam/4.14/lib/zarith -I lib/.oca_lib.objs/byte -no-alias-deps -opaque -o client/.client.eobjs/byte/config.cmo -c -impl client/config.ml)
File "client/config.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
File "server/backend/dune", line 29, characters 4-25:
29 |     mirage-crypto-rng.lwt))
         ^^^^^^^^^^^^^^^^^^^^^
Error: Library "mirage-crypto-rng.lwt" not found.
-> required by library "backend" in _build/default/server/backend
-> required by executable main in server/dune:2
-> required by _build/default/server/main.exe
-> required by _build/install/default/bin/opam-health-serve
-> required by _build/default/opam-health-check.install
-> required by alias install
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -safe-string -w A-44-33-4 -open Containers -g -I lib/.oca_lib.objs/byte -I lib/.oca_lib.objs/native -I /home/opam/.opam/4.14/lib/angstrom -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bigarray-compat -I /home/opam/.opam/4.14/lib/bigstringaf -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/ctypes/stubs -I /home/opam/.opam/4.14/lib/either -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/opam-format -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/uri -I /home/opam/.opam/4.14/lib/yaml -I /home/opam/.opam/4.14/lib/yaml/bindings -I /home/opam/.opam/4.14/lib/yaml/bindings/types -I /home/opam/.opam/4.14/lib/yaml/c -I /home/opam/.opam/4.14/lib/yaml/ffi -I /home/opam/.opam/4.14/lib/yaml/types -intf-suffix .ml -no-alias-deps -opaque -o lib/.oca_lib.objs/native/server_configfile.cmx -c -impl lib/server_configfile.ml)
File "lib/server_configfile.ml", line 153, characters 21-35:
153 |     "name", `String (Option.get_exn conf.name);
                           ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 154, characters 34-48:
154 |     "port", `Float (float_of_int (Option.get_exn conf.port));
                                        ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 155, characters 27-41:
155 |     "public-url", `String (Option.get_exn conf.public_url);
                                 ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 156, characters 40-54:
156 |     "admin-port", `Float (float_of_int (Option.get_exn conf.admin_port));
                                              ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 157, characters 47-61:
157 |     "auto-run-interval", `Float (float_of_int (Option.get_exn conf.auto_run_interval));
                                                     ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 158, characters 39-53:
158 |     "processes", `Float (float_of_int (Option.get_exn conf.processes));
                                             ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 159, characters 32-46:
159 |     "enable-dune-cache", `Bool (Option.get_exn conf.enable_dune_cache);
                                      ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 160, characters 38-52:
160 |     "enable-logs-compression", `Bool (Option.get_exn conf.enable_logs_compression);
                                            ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 162, characters 24-38:
162 |     "with-test", `Bool (Option.get_exn conf.with_test);
                              ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 163, characters 29-43:
163 |     "list-command", `String (Option.get_exn conf.list_command);
                                   ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 166, characters 21-35:
166 |       "os", `String (Option.get_exn conf.platform_os);
                           ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 167, characters 23-37:
167 |       "arch", `String (Option.get_exn conf.platform_arch);
                             ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 169, characters 31-45:
169 |       "distribution", `String (Option.get_exn conf.platform_distribution);
                                     ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 259, characters 21-35:
259 | let name {name; _} = Option.get_exn name
                           ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 260, characters 21-35:
260 | let port {port; _} = Option.get_exn port
                           ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 261, characters 33-47:
261 | let public_url {public_url; _} = Option.get_exn public_url
                                       ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 262, characters 33-47:
262 | let admin_port {admin_port; _} = Option.get_exn admin_port
                                       ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 263, characters 47-61:
263 | let auto_run_interval {auto_run_interval; _} = Option.get_exn auto_run_interval
                                                     ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 264, characters 31-45:
264 | let processes {processes; _} = Option.get_exn processes
                                     ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 265, characters 47-61:
265 | let enable_dune_cache {enable_dune_cache; _} = Option.get_exn enable_dune_cache
                                                     ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 266, characters 59-73:
266 | let enable_logs_compression {enable_logs_compression; _} = Option.get_exn enable_logs_compression
                                                                 ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 267, characters 49-63:
267 | let extra_repositories {extra_repositories; _} = Option.get_exn extra_repositories
                                                       ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 268, characters 31-45:
268 | let with_test {with_test; _} = Option.get_exn with_test
                                     ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 269, characters 37-51:
269 | let list_command {list_command; _} = Option.get_exn list_command
                                           ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 271, characters 35-49:
271 | let platform_os {platform_os; _} = Option.get_exn platform_os
                                         ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 272, characters 39-53:
272 | let platform_arch {platform_arch; _} = Option.get_exn platform_arch
                                             ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 276, characters 55-69:
276 | let platform_distribution {platform_distribution; _} = Option.get_exn platform_distribution
                                                             ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "lib/server_configfile.ml", line 278, characters 41-55:
278 | let slack_webhooks {slack_webhooks; _} = Option.get_exn slack_webhooks
                                               ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -safe-string -w A-44-33-4 -open Containers -g -bin-annot -I client/.client.eobjs/byte -I /home/opam/.opam/4.14/lib/angstrom -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/bigarray-compat -I /home/opam/.opam/4.14/lib/bigstringaf -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/cohttp -I /home/opam/.opam/4.14/lib/cohttp-lwt -I /home/opam/.opam/4.14/lib/cohttp-lwt-unix -I /home/opam/.opam/4.14/lib/conduit -I /home/opam/.opam/4.14/lib/conduit-lwt -I /home/opam/.opam/4.14/lib/conduit-lwt-unix -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/cstruct -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/ctypes/stubs -I /home/opam/.opam/4.14/lib/domain-name -I /home/opam/.opam/4.14/lib/either -I /home/opam/.opam/4.14/lib/eqaf -I /home/opam/.opam/4.14/lib/eqaf/bigstring -I /home/opam/.opam/4.14/lib/eqaf/cstruct -I /home/opam/.opam/4.14/lib/fileutils -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/ipaddr -I /home/opam/.opam/4.14/lib/ipaddr-sexp -I /home/opam/.opam/4.14/lib/ipaddr/unix -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/macaddr -I /home/opam/.opam/4.14/lib/magic-mime -I /home/opam/.opam/4.14/lib/mirage-crypto -I /home/opam/.opam/4.14/lib/mirage-crypto-pk -I /home/opam/.opam/4.14/lib/mirage-crypto-rng -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/opam-format -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/uri -I /home/opam/.opam/4.14/lib/uri-sexp -I /home/opam/.opam/4.14/lib/uri/services -I /home/opam/.opam/4.14/lib/xdg-basedir -I /home/opam/.opam/4.14/lib/yaml -I /home/opam/.opam/4.14/lib/yaml/bindings -I /home/opam/.opam/4.14/lib/yaml/bindings/types -I /home/opam/.opam/4.14/lib/yaml/c -I /home/opam/.opam/4.14/lib/yaml/ffi -I /home/opam/.opam/4.14/lib/yaml/types -I /home/opam/.opam/4.14/lib/zarith -I lib/.oca_lib.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o client/.client.eobjs/byte/configfile.cmo -c -impl client/configfile.ml)
File "client/configfile.ml", line 102, characters 29-43:
102 | let hostname {hostname; _} = Option.get_exn hostname
                                   ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "client/configfile.ml", line 103, characters 21-35:
103 | let port {port; _} = Option.get_exn port
                           ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "client/configfile.ml", line 104, characters 29-43:
104 | let username {username; _} = Option.get_exn username
                                   ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -safe-string -w A-44-33-4 -open Containers -g -I client/.client.eobjs/byte -I client/.client.eobjs/native -I /home/opam/.opam/4.14/lib/angstrom -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/bigarray-compat -I /home/opam/.opam/4.14/lib/bigstringaf -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/cohttp -I /home/opam/.opam/4.14/lib/cohttp-lwt -I /home/opam/.opam/4.14/lib/cohttp-lwt-unix -I /home/opam/.opam/4.14/lib/conduit -I /home/opam/.opam/4.14/lib/conduit-lwt -I /home/opam/.opam/4.14/lib/conduit-lwt-unix -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/cstruct -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/ctypes/stubs -I /home/opam/.opam/4.14/lib/domain-name -I /home/opam/.opam/4.14/lib/either -I /home/opam/.opam/4.14/lib/eqaf -I /home/opam/.opam/4.14/lib/eqaf/bigstring -I /home/opam/.opam/4.14/lib/eqaf/cstruct -I /home/opam/.opam/4.14/lib/fileutils -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/ipaddr -I /home/opam/.opam/4.14/lib/ipaddr-sexp -I /home/opam/.opam/4.14/lib/ipaddr/unix -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/macaddr -I /home/opam/.opam/4.14/lib/magic-mime -I /home/opam/.opam/4.14/lib/mirage-crypto -I /home/opam/.opam/4.14/lib/mirage-crypto-pk -I /home/opam/.opam/4.14/lib/mirage-crypto-rng -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/opam-format -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/uri -I /home/opam/.opam/4.14/lib/uri-sexp -I /home/opam/.opam/4.14/lib/uri/services -I /home/opam/.opam/4.14/lib/xdg-basedir -I /home/opam/.opam/4.14/lib/yaml -I /home/opam/.opam/4.14/lib/yaml/bindings -I /home/opam/.opam/4.14/lib/yaml/bindings/types -I /home/opam/.opam/4.14/lib/yaml/c -I /home/opam/.opam/4.14/lib/yaml/ffi -I /home/opam/.opam/4.14/lib/yaml/types -I /home/opam/.opam/4.14/lib/zarith -I lib/.oca_lib.objs/byte -I lib/.oca_lib.objs/native -intf-suffix .ml -no-alias-deps -opaque -o client/.client.eobjs/native/configfile.cmx -c -impl client/configfile.ml)
File "client/configfile.ml", line 102, characters 29-43:
102 | let hostname {hostname; _} = Option.get_exn hostname
                                   ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "client/configfile.ml", line 103, characters 21-35:
103 | let port {port; _} = Option.get_exn port
                           ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
File "client/configfile.ml", line 104, characters 29-43:
104 | let username {username; _} = Option.get_exn username
                                   ^^^^^^^^^^^^^^
Error (alert deprecated): Containers.Option.get_exn
use CCOption.get_exn_or instead
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -safe-string -w A-44-33-4 -open Containers -g -bin-annot -I client/.client.eobjs/byte -I /home/opam/.opam/4.14/lib/angstrom -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/bigarray-compat -I /home/opam/.opam/4.14/lib/bigstringaf -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/cohttp -I /home/opam/.opam/4.14/lib/cohttp-lwt -I /home/opam/.opam/4.14/lib/cohttp-lwt-unix -I /home/opam/.opam/4.14/lib/conduit -I /home/opam/.opam/4.14/lib/conduit-lwt -I /home/opam/.opam/4.14/lib/conduit-lwt-unix -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/cstruct -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/ctypes/stubs -I /home/opam/.opam/4.14/lib/domain-name -I /home/opam/.opam/4.14/lib/either -I /home/opam/.opam/4.14/lib/eqaf -I /home/opam/.opam/4.14/lib/eqaf/bigstring -I /home/opam/.opam/4.14/lib/eqaf/cstruct -I /home/opam/.opam/4.14/lib/fileutils -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fpath -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/ipaddr -I /home/opam/.opam/4.14/lib/ipaddr-sexp -I /home/opam/.opam/4.14/lib/ipaddr/unix -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/macaddr -I /home/opam/.opam/4.14/lib/magic-mime -I /home/opam/.opam/4.14/lib/mirage-crypto -I /home/opam/.opam/4.14/lib/mirage-crypto-pk -I /home/opam/.opam/4.14/lib/mirage-crypto-rng -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/opam-format -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/uri -I /home/opam/.opam/4.14/lib/uri-sexp -I /home/opam/.opam/4.14/lib/uri/services -I /home/opam/.opam/4.14/lib/xdg-basedir -I /home/opam/.opam/4.14/lib/yaml -I /home/opam/.opam/4.14/lib/yaml/bindings -I /home/opam/.opam/4.14/lib/yaml/bindings/types -I /home/opam/.opam/4.14/lib/yaml/c -I /home/opam/.opam/4.14/lib/yaml/ffi -I /home/opam/.opam/4.14/lib/yaml/types -I /home/opam/.opam/4.14/lib/zarith -I lib/.oca_lib.objs/byte -no-alias-deps -opaque -o client/.client.eobjs/byte/client.cmo -c -impl client/client.ml)
File "client/client.ml", line 64, characters 13-31:
64 |   let info = Cmdliner.Term.info "set-auto-run-interval" in
                  ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "client/client.ml", line 77, characters 13-31:
77 |   let info = Cmdliner.Term.info "set-processes" in
                  ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "client/client.ml", line 91, characters 13-31:
91 |   let info = Cmdliner.Term.info "add-ocaml-switch" in
                  ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "client/client.ml", line 105, characters 13-31:
105 |   let info = Cmdliner.Term.info "set-ocaml-switch" in
                   ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "client/client.ml", line 118, characters 13-31:
118 |   let info = Cmdliner.Term.info "rm-ocaml-switch" in
                   ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "client/client.ml", line 131, characters 13-31:
131 |   let info = Cmdliner.Term.info "set-slack-webhooks" in
                   ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "client/client.ml", line 144, characters 13-31:
144 |   let info = Cmdliner.Term.info "set-list-command" in
                   ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "client/client.ml", line 158, characters 13-31:
158 |   let info = Cmdliner.Term.info "run" in
                   ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "client/client.ml", line 171, characters 13-31:
171 |   let info = Cmdliner.Term.info "add-user" in
                   ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "client/client.ml", line 194, characters 13-31:
194 |   let info = Cmdliner.Term.info "init" in
                   ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "client/client.ml", line 207, characters 13-31:
207 |   let info = Cmdliner.Term.info "clear-cache" in
                   ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "client/client.ml", line 220, characters 13-31:
220 |   let info = Cmdliner.Term.info "log" in
                   ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "client/client.ml", line 246, characters 4-22:
246 |     Cmdliner.Term.info
          ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "client/client.ml", line 250, characters 13-38:
250 |   let eval = Cmdliner.Term.eval_choice ~catch:false in
                   ^^^^^^^^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.eval_choice
Use Cmd.group and one of Cmd.eval* instead.
File "client/client.ml", line 251, characters 6-24:
251 |   try Cmdliner.Term.exit (eval (term, info) cmds) with
            ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.exit
Use Stdlib.exit and Cmd.eval instead.
File "client/client.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-11 10:45.32: Job failed: Failed: Build failed