Organisationstaridescurrent-web-pipelines3aee23 (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 22:07.17: New job: test tarides/current-web-pipelines https://github.com/tarides/current-web-pipelines.git#refs/heads/main (3aee23d4c70934820085b4a233120650c5f89e33) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:838ba1f7aeca547a81ebdab904e71fbb88618057229a64f89f92fd54b9bbb955
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/tarides/current-web-pipelines.git" -b "main" && cd "current-web-pipelines" && git reset --hard 3aee23d4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:838ba1f7aeca547a81ebdab904e71fbb88618057229a64f89f92fd54b9bbb955
# debian-12-4.12_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 current-web-pipelines.opam ./
RUN opam pin add -yn current-web-pipelines.dev './'
ENV DEPS="angstrom.0.14.0 ansi.0.5.0 asetmap.0.8.0 astring.0.8.5 base.v0.14.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 bigarray-compat.1.0.0 bigarray-overlap.0.1.0 bigstringaf.0.9.0 biniou.1.2.0 bos.0.2.0 cmdliner.1.1.0 cohttp.4.0.0 cohttp-lwt.4.0.0 cohttp-lwt-unix.4.0.0 conduit.2.1.0 conduit-lwt.2.1.0 conduit-lwt-unix.2.2.2 conf-git.1.0 conf-gmp.1 conf-graphviz.0.1 conf-libev.4-11 conf-m4.1 conf-perl.1 conf-pkg-config.1.0 conf-sqlite3.1 conf-which.1 cppo.1.6.1 cpuid.0.1.2 crunch.3.3.1 cstruct.6.0.0 cstruct-lwt.3.4.0 csv.2.4 current.0.6.4 current_git.0.6.4 current_incr.0.6.1 current_web.0.6.4 domain-name.0.3.0 dune.3.3.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.2.0 easy-format.1.0.1 eqaf.0.8 fmt.0.8.9 fpath.0.7.3 ipaddr.4.0.0 ipaddr-sexp.4.0.0 irmin-watcher.0.3.0 jbuilder.1.0+beta20.1 jsonm.1.0.1 ke.0.6 logs.0.7.0 lwt.5.6.1 lwt-dllist.1.0.0 macaddr.4.0.0 magic-mime.1.0.0 mirage-crypto.0.11.0 mirage-crypto-rng.0.11.0 mirage-crypto-rng-lwt.0.11.0 mirage-no-solo5.1 mirage-no-xen.1 mtime.1.0.0 multipart_form.0.5.0 multipart_form-lwt.0.5.0 nocrypto.0.5.4-1 num.1.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-migrate-parsetree.2.1.0 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocb-stubblr.0.1.0 ocplib-endian.1.0 parsexp.v0.14.0 pecu.0.4 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_yojson.3.6.1 ppx_sexp_conv.v0.14.2 ppxlib.0.20.0 prettym.0.0.1 prometheus.1.2 prometheus-app.1.2 ptime.0.8.1 re.1.9.0 result.1.5 routes.2.0.0 rresult.0.4.0 seq.0.2.2 session.0.4.0 session-cohttp.0.4.0 session-cohttp-lwt.0.4.0 sexplib.v0.14.0 sexplib0.v0.14.0 sqlite3.5.0.2 stdlib-shims.0.1.0 stringext.1.4.0 topkg.1.0.3 tyxml.4.4.0 uchar.0.0.2 unstrctrd.0.2 uri.4.0.0 uri-sexp.4.0.0 uutf.1.0.1 yojson.1.7.0 zarith.1.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y current-web-pipelines.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 22:07.17: Using cache hint "tarides/current-web-pipelines-ocaml/opam@sha256:838ba1f7aeca547a81ebdab904e71fbb88618057229a64f89f92fd54b9bbb955-debian-12-4.12_opam-2.1-a992902066f9a4acf09bc0d0587afd8b"
2024-05-10 22:07.17: Using OBuilder spec:
((from ocaml/opam@sha256:838ba1f7aeca547a81ebdab904e71fbb88618057229a64f89f92fd54b9bbb955)
 (comment debian-12-4.12_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 current-web-pipelines.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn current-web-pipelines.dev './'"))
 (env DEPS "angstrom.0.14.0 ansi.0.5.0 asetmap.0.8.0 astring.0.8.5 base.v0.14.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 bigarray-compat.1.0.0 bigarray-overlap.0.1.0 bigstringaf.0.9.0 biniou.1.2.0 bos.0.2.0 cmdliner.1.1.0 cohttp.4.0.0 cohttp-lwt.4.0.0 cohttp-lwt-unix.4.0.0 conduit.2.1.0 conduit-lwt.2.1.0 conduit-lwt-unix.2.2.2 conf-git.1.0 conf-gmp.1 conf-graphviz.0.1 conf-libev.4-11 conf-m4.1 conf-perl.1 conf-pkg-config.1.0 conf-sqlite3.1 conf-which.1 cppo.1.6.1 cpuid.0.1.2 crunch.3.3.1 cstruct.6.0.0 cstruct-lwt.3.4.0 csv.2.4 current.0.6.4 current_git.0.6.4 current_incr.0.6.1 current_web.0.6.4 domain-name.0.3.0 dune.3.3.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.2.0 easy-format.1.0.1 eqaf.0.8 fmt.0.8.9 fpath.0.7.3 ipaddr.4.0.0 ipaddr-sexp.4.0.0 irmin-watcher.0.3.0 jbuilder.1.0+beta20.1 jsonm.1.0.1 ke.0.6 logs.0.7.0 lwt.5.6.1 lwt-dllist.1.0.0 macaddr.4.0.0 magic-mime.1.0.0 mirage-crypto.0.11.0 mirage-crypto-rng.0.11.0 mirage-crypto-rng-lwt.0.11.0 mirage-no-solo5.1 mirage-no-xen.1 mtime.1.0.0 multipart_form.0.5.0 multipart_form-lwt.0.5.0 nocrypto.0.5.4-1 num.1.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-migrate-parsetree.2.1.0 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocb-stubblr.0.1.0 ocplib-endian.1.0 parsexp.v0.14.0 pecu.0.4 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_yojson.3.6.1 ppx_sexp_conv.v0.14.2 ppxlib.0.20.0 prettym.0.0.1 prometheus.1.2 prometheus-app.1.2 ptime.0.8.1 re.1.9.0 result.1.5 routes.2.0.0 rresult.0.4.0 seq.0.2.2 session.0.4.0 session-cohttp.0.4.0 session-cohttp-lwt.0.4.0 sexplib.v0.14.0 sexplib0.v0.14.0 sqlite3.5.0.2 stdlib-shims.0.1.0 stringext.1.4.0 topkg.1.0.3 tyxml.4.4.0 uchar.0.0.2 unstrctrd.0.2 uri.4.0.0 uri-sexp.4.0.0 uutf.1.0.1 yojson.1.7.0 zarith.1.3")
 (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 current-web-pipelines.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 22:07.17: Waiting for resource in pool OCluster
2024-05-11 13:14.06: Waiting for worker…
2024-05-11 13:19.47: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 3aee23d Add ocaml-docs-ci to list of users of this project.


(from ocaml/opam@sha256:838ba1f7aeca547a81ebdab904e71fbb88618057229a64f89f92fd54b9bbb955)
Unable to find image 'ocaml/opam@sha256:838ba1f7aeca547a81ebdab904e71fbb88618057229a64f89f92fd54b9bbb955' locally
docker.io/ocaml/opam@sha256:838ba1f7aeca547a81ebdab904e71fbb88618057229a64f89f92fd54b9bbb955: Pulling from ocaml/opam
a757a8e75c06: Pulling fs layer
a757a8e75c06: Verifying Checksum
a757a8e75c06: Download complete
a757a8e75c06: Pull complete
Digest: sha256:838ba1f7aeca547a81ebdab904e71fbb88618057229a64f89f92fd54b9bbb955
Status: Downloaded newer image for ocaml/opam@sha256:838ba1f7aeca547a81ebdab904e71fbb88618057229a64f89f92fd54b9bbb955
2024-05-11 13:19.47 ---> using "7691599c3842a186f32c96bd3f64e2958205364d660afeca8f960ca438908d43" from cache


/: (comment debian-12-4.12_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 13:19.47 ---> using "5377e64c1dc39ca1a43c8ae5a941f55df6714685285df7bdeaf7f34fcb274434" 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 13:19.47 ---> using "ad3f804af701dcea352ca9aded800a725e18f9ac799fb4a1d5bfb6bb52a7d9ed" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 13:19.47 ---> using "8d0600802d9765bf6213fb7c5e04c1b69cf95977c0060c9e97adf2a7f53bcd78" 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 13:19.47 ---> using "4829ae3f3426b7522a3e81a0a7a2805661c3e74d1e9f3f45bddcbb0515b1949e" from cache


/src: (copy (src current-web-pipelines.opam) (dst ./))
2024-05-11 13:19.48 ---> saved as "8f7f6d545ea9eaaa037c7332283f45328bc8b893fe54472bba74c6c87f12403f"


/src: (run (network host)
           (shell "opam pin add -yn current-web-pipelines.dev './'"))
[current-web-pipelines.dev] synchronised (file:///src)
current-web-pipelines is now pinned to file:///src (version dev)
2024-05-11 13:19.50 ---> saved as "439b1aad909c517b216695b0ee4e5b57d5b39ca1f7901779c723235f97718fe9"


/src: (env DEPS "angstrom.0.14.0 ansi.0.5.0 asetmap.0.8.0 astring.0.8.5 base.v0.14.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 bigarray-compat.1.0.0 bigarray-overlap.0.1.0 bigstringaf.0.9.0 biniou.1.2.0 bos.0.2.0 cmdliner.1.1.0 cohttp.4.0.0 cohttp-lwt.4.0.0 cohttp-lwt-unix.4.0.0 conduit.2.1.0 conduit-lwt.2.1.0 conduit-lwt-unix.2.2.2 conf-git.1.0 conf-gmp.1 conf-graphviz.0.1 conf-libev.4-11 conf-m4.1 conf-perl.1 conf-pkg-config.1.0 conf-sqlite3.1 conf-which.1 cppo.1.6.1 cpuid.0.1.2 crunch.3.3.1 cstruct.6.0.0 cstruct-lwt.3.4.0 csv.2.4 current.0.6.4 current_git.0.6.4 current_incr.0.6.1 current_web.0.6.4 domain-name.0.3.0 dune.3.3.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.2.0 easy-format.1.0.1 eqaf.0.8 fmt.0.8.9 fpath.0.7.3 ipaddr.4.0.0 ipaddr-sexp.4.0.0 irmin-watcher.0.3.0 jbuilder.1.0+beta20.1 jsonm.1.0.1 ke.0.6 logs.0.7.0 lwt.5.6.1 lwt-dllist.1.0.0 macaddr.4.0.0 magic-mime.1.0.0 mirage-crypto.0.11.0 mirage-crypto-rng.0.11.0 mirage-crypto-rng-lwt.0.11.0 mirage-no-solo5.1 mirage-no-xen.1 mtime.1.0.0 multipart_form.0.5.0 multipart_form-lwt.0.5.0 nocrypto.0.5.4-1 num.1.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-migrate-parsetree.2.1.0 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocb-stubblr.0.1.0 ocplib-endian.1.0 parsexp.v0.14.0 pecu.0.4 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_yojson.3.6.1 ppx_sexp_conv.v0.14.2 ppxlib.0.20.0 prettym.0.0.1 prometheus.1.2 prometheus-app.1.2 ptime.0.8.1 re.1.9.0 result.1.5 routes.2.0.0 rresult.0.4.0 seq.0.2.2 session.0.4.0 session-cohttp.0.4.0 session-cohttp-lwt.0.4.0 sexplib.v0.14.0 sexplib0.v0.14.0 sqlite3.5.0.2 stdlib-shims.0.1.0 stringext.1.4.0 topkg.1.0.3 tyxml.4.4.0 uchar.0.0.2 unstrctrd.0.2 uri.4.0.0 uri-sexp.4.0.0 uutf.1.0.1 yojson.1.7.0 zarith.1.3")


/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 current-web-pipelines.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 [155 kB]
- Fetched 258 kB in 0s (1023 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[current-web-pipelines.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.12.1).
[NOTE] Package ocaml is already installed (current version is 4.12.1).
[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:
    graphviz libev-dev libgmp-dev libsqlite3-dev m4 pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "graphviz" "libev-dev" "libgmp-dev" "libsqlite3-dev" "m4" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


- Regenerating fonts cache... 


2024-05-11 13:20.11 ---> saved as "c4225e70cfb39de37896b585ecd20397db9422fa7642fbcd48009049e40cf700"


/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.12.1).
[NOTE] Package ocaml is already installed (current version is 4.12.1).
[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-gmp                1
  - install mirage-no-xen           1
  - install conf-m4                 1
  - install jbuilder                1.0+beta20.1
  - install ocamlbuild              0.14.0
  - install conf-pkg-config         1.0
  - install mirage-no-solo5         1
  - install conf-perl               1
  - install cmdliner                1.1.0
  - install dune                    3.3.0
  - install conf-libev              4-11
  - install conf-which              1
  - install ocamlfind               1.8.1
  - install ppx_derivers            1.0
  - install ocaml-compiler-libs     v0.11.0
  - install uchar                   0.0.2
  - install conf-sqlite3            1
  - install stdlib-shims            0.1.0
  - install sexplib0                v0.14.0
  - install seq                     0.2.2
  - install routes                  2.0.0
  - install result                  1.5
  - install pecu                    0.4
  - install ocaml-migrate-parsetree 2.1.0
  - install macaddr                 4.0.0
  - install duration                0.2.0
  - install dune-private-libs       2.3.0
  - install current_incr            0.6.1
  - install cpuid                   0.1.2
  - install bigstringaf             0.9.0
  - install bigarray-compat         1.0.0
  - install conf-graphviz           0.1
  - install conf-git                1.0
  - install zarith                  1.3
  - install topkg                   1.0.3
  - install num                     1.0
  - install magic-mime              1.0.0
  - install easy-format             1.0.1
  - install base-bytes              base
  - install re                      1.9.0
  - install ppxlib                  0.20.0
  - install dune-configurator       2.3.0
  - install angstrom                0.14.0
  - install cstruct                 6.0.0
  - install bigarray-overlap        0.1.0
  - install uutf                    1.0.1
  - install rresult                 0.4.0
  - install ptime                   0.8.1
  - install mtime                   1.0.0
  - install fmt                     0.8.9
  - install astring                 0.8.5
  - install asetmap                 0.8.0
  - install biniou                  1.2.0
  - install stringext               1.4.0
  - install csv                     2.4
  - install cppo                    1.6.1
  - install base64                  3.1.0
  - install sqlite3                 5.0.2
  - install base                    v0.14.1
  - install eqaf                    0.8
  - install unstrctrd               0.2
  - install tyxml                   4.4.0
  - install jsonm                   1.0.1
  - install crunch                  3.3.1
  - install ke                      0.6
  - install ocb-stubblr             0.1.0
  - install fpath                   0.7.3
  - install domain-name             0.3.0
  - install uri                     4.0.0
  - install yojson                  1.7.0
  - install ppx_deriving            5.2
  - install ocplib-endian           1.0
  - install ppx_sexp_conv           v0.14.2
  - install parsexp                 v0.14.0
  - install mirage-crypto           0.11.0
  - install ansi                    0.5.0
  - install prettym                 0.0.1
  - install ipaddr                  4.0.0
  - install ppx_deriving_yojson     3.6.1
  - install lwt                     5.6.1
  - install uri-sexp                4.0.0
  - install sexplib                 v0.14.0
  - install ipaddr-sexp             4.0.0
  - install prometheus              1.2
  - install lwt-dllist              1.0.0
  - install logs                    0.7.0
  - install cstruct-lwt             3.4.0
  - install cohttp                  4.0.0
  - install multipart_form          0.5.0
  - install mirage-crypto-rng       0.11.0
  - install irmin-watcher           0.3.0
  - install conduit                 2.1.0
  - install bos                     0.2.0
  - install nocrypto                0.5.4-1
  - install cohttp-lwt              4.0.0
  - install multipart_form-lwt      0.5.0
  - install mirage-crypto-rng-lwt   0.11.0
  - install conduit-lwt             2.1.0
  - install current                 0.6.4
  - install session                 0.4.0
  - install conduit-lwt-unix        2.2.2
  - install current_git             0.6.4
  - install session-cohttp          0.4.0
  - install cohttp-lwt-unix         4.0.0
  - install session-cohttp-lwt      0.4.0
  - install prometheus-app          1.2
  - install current_web             0.6.4
===== 107 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.14.0  (cached)
-> retrieved ansi.0.5.0  (cached)
-> retrieved asetmap.0.8.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.14.1  (cached)
-> retrieved base64.3.1.0  (cached)
-> retrieved bigarray-compat.1.0.0  (cached)
-> retrieved bigarray-overlap.0.1.0  (cached)
-> retrieved bigstringaf.0.9.0  (cached)
-> retrieved biniou.1.2.0  (cached)
-> retrieved bos.0.2.0  (cached)
-> retrieved cmdliner.1.1.0  (cached)
-> retrieved cohttp.4.0.0  (cached)
-> retrieved cohttp-lwt.4.0.0  (cached)
-> retrieved cohttp-lwt-unix.4.0.0  (cached)
-> retrieved conduit.2.1.0  (cached)
-> retrieved conduit-lwt.2.1.0  (cached)
-> retrieved conduit-lwt-unix.2.2.2  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-gmp.1
-> installed conf-m4.1
-> installed conf-perl.1
-> installed conf-pkg-config.1.0
-> installed conf-which.1
-> retrieved cpuid.0.1.2  (cached)
-> retrieved crunch.3.3.1  (cached)
-> retrieved cstruct.6.0.0  (cached)
-> installed conf-sqlite3.1
-> installed conf-git.1.0
-> installed conf-graphviz.0.1
-> retrieved cstruct-lwt.3.4.0  (cached)
-> retrieved csv.2.4  (cached)
-> retrieved current.0.6.4  (cached)
-> retrieved current_git.0.6.4  (cached)
-> retrieved current_incr.0.6.1  (cached)
-> installed conf-libev.4-11
-> retrieved current_web.0.6.4  (cached)
-> retrieved domain-name.0.3.0  (cached)
-> retrieved dune-configurator.2.3.0  (cached)
-> retrieved dune.3.3.0  (cached)
-> retrieved dune-private-libs.2.3.0  (cached)
-> retrieved duration.0.2.0  (cached)
-> retrieved easy-format.1.0.1  (cached)
-> retrieved eqaf.0.8  (cached)
-> retrieved fmt.0.8.9  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ipaddr.4.0.0  (cached)
-> retrieved ipaddr-sexp.4.0.0  (cached)
-> retrieved irmin-watcher.0.3.0  (cached)
-> retrieved jsonm.1.0.1  (cached)
-> retrieved ke.0.6  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt-dllist.1.0.0  (cached)
-> retrieved lwt.5.6.1  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved macaddr.4.0.0  (cached)
-> retrieved magic-mime.1.0.0  (cached)
-> retrieved mirage-crypto.0.11.0  (cached)
-> installed mirage-no-solo5.1
-> installed mirage-no-xen.1
-> retrieved mtime.1.0.0  (cached)
-> retrieved mirage-crypto-rng.0.11.0  (cached)
-> retrieved mirage-crypto-rng-lwt.0.11.0  (cached)
-> retrieved multipart_form.0.5.0  (cached)
-> retrieved multipart_form-lwt.0.5.0  (cached)
-> retrieved num.1.0  (cached)
-> installed cmdliner.1.1.0
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocaml-migrate-parsetree.2.1.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.8.1  (cached)
-> retrieved ocb-stubblr.0.1.0  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved parsexp.v0.14.0  (cached)
-> retrieved pecu.0.4  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_deriving.5.2  (cached)
-> retrieved ppx_deriving_yojson.3.6.1  (cached)
-> retrieved ppx_sexp_conv.v0.14.2  (cached)
-> retrieved ppxlib.0.20.0  (cached)
-> retrieved prettym.0.0.1  (cached)
-> retrieved nocrypto.0.5.4-1  (cached)
-> retrieved prometheus.1.2  (cached)
-> retrieved prometheus-app.1.2  (cached)
-> retrieved ptime.0.8.1  (cached)
-> retrieved re.1.9.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved routes.2.0.0  (cached)
-> retrieved rresult.0.4.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved session.0.4.0  (cached)
-> retrieved session-cohttp.0.4.0  (cached)
-> retrieved session-cohttp-lwt.0.4.0  (cached)
-> retrieved sexplib.v0.14.0  (cached)
-> retrieved sexplib0.v0.14.0  (cached)
-> retrieved sqlite3.5.0.2  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved stringext.1.4.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved topkg.1.0.3  (cached)
-> retrieved tyxml.4.4.0  (cached)
-> retrieved unstrctrd.0.2  (cached)
-> retrieved uutf.1.0.1  (cached)
-> retrieved uri.4.0.0  (cached)
-> retrieved yojson.1.7.0  (cached)
-> retrieved uri-sexp.4.0.0  (cached)
-> retrieved zarith.1.3  (cached)
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed easy-format.1.0.1
-> installed num.1.0
-> installed ocamlbuild.0.14.0
-> installed uchar.0.0.2
-> installed zarith.1.3
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed biniou.1.2.0
-> installed cppo.1.6.1
-> installed ocaml-compiler-libs.v0.11.0
-> installed stringext.1.4.0
-> installed magic-mime.1.0.0
-> installed ocplib-endian.1.0
-> installed dune.3.3.0
-> installed topkg.1.0.3
-> installed bigarray-compat.1.0.0
-> installed bigstringaf.0.9.0
-> installed cpuid.0.1.2
-> installed current_incr.0.6.1
-> installed duration.0.2.0
-> installed stdlib-shims.0.1.0
-> installed routes.2.0.0
-> installed macaddr.4.0.0
-> installed pecu.0.4
-> installed result.1.5
-> installed base64.3.1.0
-> installed bigarray-overlap.0.1.0
-> installed seq.0.2.2
-> installed asetmap.0.8.0
-> installed csv.2.4
-> installed sexplib0.v0.14.0
-> installed cstruct.6.0.0
-> installed angstrom.0.14.0
-> installed rresult.0.4.0
-> installed uutf.1.0.1
-> installed eqaf.0.8
-> installed mtime.1.0.0
-> installed re.1.9.0
-> installed unstrctrd.0.2
-> installed astring.0.8.5
-> installed yojson.1.7.0
-> installed ocaml-migrate-parsetree.2.1.0
-> installed ptime.0.8.1
-> installed fmt.0.8.9
-> installed jsonm.1.0.1
-> installed domain-name.0.3.0
-> installed ocb-stubblr.0.1.0
-> installed ke.0.6
-> installed fpath.0.7.3
-> installed crunch.3.3.1
-> installed ipaddr.4.0.0
-> installed uri.4.0.0
-> installed prettym.0.0.1
-> installed dune-private-libs.2.3.0
-> installed dune-configurator.2.3.0
-> installed tyxml.4.4.0
-> installed ansi.0.5.0
-> installed sqlite3.5.0.2
-> installed mirage-crypto.0.11.0
-> installed lwt.5.6.1
-> installed lwt-dllist.1.0.0
-> installed cstruct-lwt.3.4.0
-> installed prometheus.1.2
-> installed logs.0.7.0
-> installed irmin-watcher.0.3.0
-> installed mirage-crypto-rng.0.11.0
-> installed multipart_form.0.5.0
-> installed mirage-crypto-rng-lwt.0.11.0
-> installed multipart_form-lwt.0.5.0
-> installed base.v0.14.1
-> installed bos.0.2.0
-> installed parsexp.v0.14.0
-> installed sexplib.v0.14.0
-> installed ppxlib.0.20.0
-> installed ppx_deriving.5.2
-> installed ppx_sexp_conv.v0.14.2
-> installed ipaddr-sexp.4.0.0
-> installed uri-sexp.4.0.0
-> installed ppx_deriving_yojson.3.6.1
-> installed current.0.6.4
-> installed conduit.2.1.0
-> installed cohttp.4.0.0
-> installed current_git.0.6.4
-> installed conduit-lwt.2.1.0
-> installed cohttp-lwt.4.0.0
-> installed conduit-lwt-unix.2.2.2
-> installed cohttp-lwt-unix.4.0.0
-> installed prometheus-app.1.2
-> installed nocrypto.0.5.4-1
-> installed session.0.4.0
-> installed session-cohttp.0.4.0
-> installed session-cohttp-lwt.0.4.0
-> installed current_web.0.6.4
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 13:21.16 ---> saved as "ea5d2253c165c663c95acc2af0b5c7dcb793a65a30f34e12ab11bbe745beacc4"


/src: (copy (src .) (dst /src))
2024-05-11 13:21.16 ---> saved as "6f4f99370629d6710cc587a9303217a7ac898269639b26461da010beda1bac07"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.12/lib/session/session.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/session-cohttp-lwt/session-cohttp-lwt.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/session-cohttp/session-cohttp.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/biniou/biniou.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/irmin-watcher/irmin-watcher.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/ppx_derivers/ppx_derivers.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/ocaml-compiler-libs/bytecomp/ocaml-compiler-libs.bytecomp.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/ocaml-compiler-libs/common/ocaml-compiler-libs.common.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/ocaml-compiler-libs/shadow/ocaml-compiler-libs.shadow.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/ocaml-compiler-libs/toplevel/ocaml-compiler-libs.toplevel.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
2024-05-11 13:21.17 ---> saved as "006f89b2fff51bce9191b899715ae33b160fc5f7713037b294519632a8bc2bba"
Job succeeded
2024-05-11 13:21.17: Job succeeded