Organisationsdinosauredocteur689897 (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 16:15.27: New job: test dinosaure/docteur https://github.com/dinosaure/docteur.git#refs/heads/main (6898978533adfd56bd8a53c2bac1a53b80863ef3) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/dinosaure/docteur.git" -b "main" && cd "docteur" && git reset --hard 68989785
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
# debian-12-4.08_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 docteur.opam docteur-unix.opam docteur-solo5.opam ./
RUN opam pin add -yn docteur.dev './' && \
    opam pin add -yn docteur-unix.dev './' && \
    opam pin add -yn docteur-solo5.dev './'
ENV DEPS="angstrom.0.14.0 arp.3.0.0 art.0.1.1 asn1-combinators.0.2.6 astring.0.8.5 awa.0.1.0 awa-mirage.0.1.0 base.v0.13.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.0 bheap.2.0.0 bigarray-compat.1.0.0 bigstringaf.0.9.0 bos.0.2.0 ca-certs.0.2.1 ca-certs-nss.3.71.0.1 carton.0.4.4 carton-git.0.4.4 carton-lwt.0.4.4 checkseum.0.3.3 cmdliner.1.1.0 conf-gmp.1 conf-gmp-powm-sec.1 conf-m4.1 conf-perl.1 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.1.0 cstruct-lwt.6.1.0 cstruct-sexp.6.1.0 cstruct-unix.6.1.0 decompress.1.4.3 digestif.1.1.2 dns.6.2.0 dns-client.6.2.0 domain-name.0.4.0 duff.0.5 dune.2.8.0 dune-configurator.2.7.0 duration.0.2.0 emile.1.1 encore.0.8 eqaf.0.8 ethernet.3.0.0 faraday.0.7.2 fmt.0.8.9 fpath.0.7.0 functoria-runtime.4.0.0~beta1 git.3.11.0 git-mirage.3.11.0 git-paf.3.11.0 git-unix.3.11.0 gmap.0.3.0 h2.0.9.0 happy-eyeballs.0.3.0 happy-eyeballs-lwt.0.3.0 happy-eyeballs-mirage.0.3.0 hex.1.4.0 hkdf.1.0.4 hpack.0.1.0 httpaf.0.7.1 hxd.0.3.2 io-page.2.4.0 ipaddr.5.3.0 ipaddr-sexp.5.3.0 jbuilder.1.0+beta20.1 ke.0.6 logs.0.7.0 lru.0.3.0 lwt.5.6.0 lwt-dllist.1.0.0 macaddr.5.3.0 macaddr-cstruct.5.3.0 metrics.0.1.0 mimic.0.0.6 mimic-happy-eyeballs.0.0.6 mirage-block.2.0.1 mirage-block-solo5.0.7.0 mirage-clock.4.1.0 mirage-clock-unix.4.1.0 mirage-crypto.0.10.7 mirage-crypto-ec.0.10.7 mirage-crypto-pk.0.10.7 mirage-crypto-rng.0.10.7 mirage-device.2.0.0 mirage-flow.2.0.1 mirage-kv.6.1.0 mirage-net.3.0.1 mirage-profile.0.9.0 mirage-random.2.0.0 mirage-runtime.4.0.0~beta1 mirage-solo5.0.7.0 mirage-time.2.0.1 mirage-unix.5.0.0 mmap.1.0.2 mtime.2.0.0 num.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocamlgraph.1.8.8 ocplib-endian.1.0 optint.0.2.0 paf.0.2.0 parsexp.v0.13.0 pbkdf.1.2.0 pecu.0.3 ppx_cstruct.6.1.0 ppx_derivers.1.0 ppx_sexp_conv.v0.13.0 ppxlib.0.16.0 psq.0.2.0 ptime.1.0.0 randomconv.0.1.2 result.1.5 rresult.0.6.0 seq.0.2.2 sexplib.v0.13.0 sexplib0.v0.13.0 stdlib-shims.0.1.0 stringext.1.4.0 tcpip.7.1.0 tls.0.15.0 tls-mirage.0.15.0 topkg.1.0.3 uchar.0.0.2 uri.4.1.0 uutf.1.0.1 x509.0.16.2 zarith.1.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y docteur.dev docteur-unix.dev docteur-solo5.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 "dinosaure/docteur-ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb-debian-12-4.08_opam-2.1-963315c70fbdfa753bb9897cd6b8b875"
2024-05-10 16:15.27: Using OBuilder spec:
((from ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb)
 (comment debian-12-4.08_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 docteur.opam docteur-unix.opam docteur-solo5.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn docteur.dev './' && \
             \nopam pin add -yn docteur-unix.dev './' && \
             \nopam pin add -yn docteur-solo5.dev './'"))
 (env DEPS "angstrom.0.14.0 arp.3.0.0 art.0.1.1 asn1-combinators.0.2.6 astring.0.8.5 awa.0.1.0 awa-mirage.0.1.0 base.v0.13.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.0 bheap.2.0.0 bigarray-compat.1.0.0 bigstringaf.0.9.0 bos.0.2.0 ca-certs.0.2.1 ca-certs-nss.3.71.0.1 carton.0.4.4 carton-git.0.4.4 carton-lwt.0.4.4 checkseum.0.3.3 cmdliner.1.1.0 conf-gmp.1 conf-gmp-powm-sec.1 conf-m4.1 conf-perl.1 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.1.0 cstruct-lwt.6.1.0 cstruct-sexp.6.1.0 cstruct-unix.6.1.0 decompress.1.4.3 digestif.1.1.2 dns.6.2.0 dns-client.6.2.0 domain-name.0.4.0 duff.0.5 dune.2.8.0 dune-configurator.2.7.0 duration.0.2.0 emile.1.1 encore.0.8 eqaf.0.8 ethernet.3.0.0 faraday.0.7.2 fmt.0.8.9 fpath.0.7.0 functoria-runtime.4.0.0~beta1 git.3.11.0 git-mirage.3.11.0 git-paf.3.11.0 git-unix.3.11.0 gmap.0.3.0 h2.0.9.0 happy-eyeballs.0.3.0 happy-eyeballs-lwt.0.3.0 happy-eyeballs-mirage.0.3.0 hex.1.4.0 hkdf.1.0.4 hpack.0.1.0 httpaf.0.7.1 hxd.0.3.2 io-page.2.4.0 ipaddr.5.3.0 ipaddr-sexp.5.3.0 jbuilder.1.0+beta20.1 ke.0.6 logs.0.7.0 lru.0.3.0 lwt.5.6.0 lwt-dllist.1.0.0 macaddr.5.3.0 macaddr-cstruct.5.3.0 metrics.0.1.0 mimic.0.0.6 mimic-happy-eyeballs.0.0.6 mirage-block.2.0.1 mirage-block-solo5.0.7.0 mirage-clock.4.1.0 mirage-clock-unix.4.1.0 mirage-crypto.0.10.7 mirage-crypto-ec.0.10.7 mirage-crypto-pk.0.10.7 mirage-crypto-rng.0.10.7 mirage-device.2.0.0 mirage-flow.2.0.1 mirage-kv.6.1.0 mirage-net.3.0.1 mirage-profile.0.9.0 mirage-random.2.0.0 mirage-runtime.4.0.0~beta1 mirage-solo5.0.7.0 mirage-time.2.0.1 mirage-unix.5.0.0 mmap.1.0.2 mtime.2.0.0 num.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocamlgraph.1.8.8 ocplib-endian.1.0 optint.0.2.0 paf.0.2.0 parsexp.v0.13.0 pbkdf.1.2.0 pecu.0.3 ppx_cstruct.6.1.0 ppx_derivers.1.0 ppx_sexp_conv.v0.13.0 ppxlib.0.16.0 psq.0.2.0 ptime.1.0.0 randomconv.0.1.2 result.1.5 rresult.0.6.0 seq.0.2.2 sexplib.v0.13.0 sexplib0.v0.13.0 stdlib-shims.0.1.0 stringext.1.4.0 tcpip.7.1.0 tls.0.15.0 tls-mirage.0.15.0 topkg.1.0.3 uchar.0.0.2 uri.4.1.0 uutf.1.0.1 x509.0.16.2 zarith.1.4")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y docteur.dev docteur-unix.dev docteur-solo5.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:16.19: Waiting for worker…
2024-05-11 10:28.33: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 6898978 Merge pull request #29 from dinosaure/prepare-v0.0.6


(from ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb)
Unable to find image 'ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb' locally
docker.io/ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb: Pulling from ocaml/opam
61aa86cd8a87: Pulling fs layer
61aa86cd8a87: Verifying Checksum
61aa86cd8a87: Download complete
61aa86cd8a87: Pull complete
Digest: sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
Status: Downloaded newer image for ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
2024-05-11 10:28.34 ---> using "e0805034d9e735da2cb99f3eb2cde6a7473dabe8bd1020b5bf9a6e9f3a9991fe" from cache


/: (comment debian-12-4.08_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:28.34 ---> using "646bc87e0f57317c5ebf610ed55d499e1a9858c6afbb70f9b3c1442beb0c0bc7" 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:28.34 ---> using "3efe606a65f6fe7269ee6813ddd2fa2c2714f24a04a227ae5fb5c7db864c4c57" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.08.1
2.1.5
2024-05-11 10:28.34 ---> using "6225fba4323f2de754e24da77b187b22e091a3b5bdd8f66c82092a9cc9863ec9" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 10:28.34 ---> using "35c4353ebc362a36ebb5c4ac3584cadf9893526dc08b896ef76d9b395ed9c850" 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:28.34 ---> using "167082e53e3e0b5c6101e17be718ec3e4c289917b8e1d14e9b0bc7b95515b5c7" from cache


/src: (copy (src docteur.opam docteur-unix.opam docteur-solo5.opam) (dst ./))
2024-05-11 10:28.34 ---> saved as "422cb297a0078baffba4563d7c84805d7c3aedca9f14b353e74647c4d48f69b5"


/src: (run (network host)
           (shell  "opam pin add -yn docteur.dev './' && \
                  \nopam pin add -yn docteur-unix.dev './' && \
                  \nopam pin add -yn docteur-solo5.dev './'"))
[docteur.dev] synchronised (file:///src)
docteur is now pinned to file:///src (version dev)
[docteur-unix.dev] synchronised (file:///src)
docteur-unix is now pinned to file:///src (version dev)
[docteur-solo5.dev] synchronised (file:///src)
docteur-solo5 is now pinned to file:///src (version dev)
2024-05-11 10:28.39 ---> saved as "6f74913d21551c3a7c54c889d578193d7fede32ac494c20280b5bfa037783e42"


/src: (env DEPS "angstrom.0.14.0 arp.3.0.0 art.0.1.1 asn1-combinators.0.2.6 astring.0.8.5 awa.0.1.0 awa-mirage.0.1.0 base.v0.13.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.0 bheap.2.0.0 bigarray-compat.1.0.0 bigstringaf.0.9.0 bos.0.2.0 ca-certs.0.2.1 ca-certs-nss.3.71.0.1 carton.0.4.4 carton-git.0.4.4 carton-lwt.0.4.4 checkseum.0.3.3 cmdliner.1.1.0 conf-gmp.1 conf-gmp-powm-sec.1 conf-m4.1 conf-perl.1 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.1.0 cstruct-lwt.6.1.0 cstruct-sexp.6.1.0 cstruct-unix.6.1.0 decompress.1.4.3 digestif.1.1.2 dns.6.2.0 dns-client.6.2.0 domain-name.0.4.0 duff.0.5 dune.2.8.0 dune-configurator.2.7.0 duration.0.2.0 emile.1.1 encore.0.8 eqaf.0.8 ethernet.3.0.0 faraday.0.7.2 fmt.0.8.9 fpath.0.7.0 functoria-runtime.4.0.0~beta1 git.3.11.0 git-mirage.3.11.0 git-paf.3.11.0 git-unix.3.11.0 gmap.0.3.0 h2.0.9.0 happy-eyeballs.0.3.0 happy-eyeballs-lwt.0.3.0 happy-eyeballs-mirage.0.3.0 hex.1.4.0 hkdf.1.0.4 hpack.0.1.0 httpaf.0.7.1 hxd.0.3.2 io-page.2.4.0 ipaddr.5.3.0 ipaddr-sexp.5.3.0 jbuilder.1.0+beta20.1 ke.0.6 logs.0.7.0 lru.0.3.0 lwt.5.6.0 lwt-dllist.1.0.0 macaddr.5.3.0 macaddr-cstruct.5.3.0 metrics.0.1.0 mimic.0.0.6 mimic-happy-eyeballs.0.0.6 mirage-block.2.0.1 mirage-block-solo5.0.7.0 mirage-clock.4.1.0 mirage-clock-unix.4.1.0 mirage-crypto.0.10.7 mirage-crypto-ec.0.10.7 mirage-crypto-pk.0.10.7 mirage-crypto-rng.0.10.7 mirage-device.2.0.0 mirage-flow.2.0.1 mirage-kv.6.1.0 mirage-net.3.0.1 mirage-profile.0.9.0 mirage-random.2.0.0 mirage-runtime.4.0.0~beta1 mirage-solo5.0.7.0 mirage-time.2.0.1 mirage-unix.5.0.0 mmap.1.0.2 mtime.2.0.0 num.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocamlgraph.1.8.8 ocplib-endian.1.0 optint.0.2.0 paf.0.2.0 parsexp.v0.13.0 pbkdf.1.2.0 pecu.0.3 ppx_cstruct.6.1.0 ppx_derivers.1.0 ppx_sexp_conv.v0.13.0 ppxlib.0.16.0 psq.0.2.0 ptime.1.0.0 randomconv.0.1.2 result.1.5 rresult.0.6.0 seq.0.2.2 sexplib.v0.13.0 sexplib0.v0.13.0 stdlib-shims.0.1.0 stringext.1.4.0 tcpip.7.1.0 tls.0.15.0 tls-mirage.0.15.0 topkg.1.0.3 uchar.0.0.2 uri.4.1.0 uutf.1.0.1 x509.0.16.2 zarith.1.4")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y docteur.dev docteur-unix.dev docteur-solo5.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 (908 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[docteur.dev] synchronised (no changes)
[docteur-solo5.dev] synchronised (no changes)
[docteur-unix.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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:
    libgmp-dev m4 pkg-config


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


2024-05-11 10:28.55 ---> saved as "a386f7831df33311b6ba3ef1edd7e3e8ae04edb5e21b44e0dead7bcf93bf738e"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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-m4                 1
  - install jbuilder                1.0+beta20.1
  - install cmdliner                1.1.0
  - install conf-gmp                1
  - install ocamlbuild              0.14.0
  - install dune                    2.8.0
  - install conf-pkg-config         1.0
  - install conf-perl               1
  - install ocamlfind               1.8.1
  - install ppx_derivers            1.0
  - install ocaml-compiler-libs     v0.11.0
  - install conf-gmp-powm-sec       1
  - install uchar                   0.0.2
  - install stdlib-shims            0.1.0
  - install sexplib0                v0.13.0
  - install seq                     0.2.2
  - install result                  1.5
  - install optint                  0.2.0
  - install ocaml-migrate-parsetree 2.0.0
  - install mmap                    1.0.2
  - install mirage-clock            4.1.0
  - install macaddr                 5.3.0
  - install gmap                    0.3.0
  - install duration                0.2.0
  - install dune-configurator       2.7.0
  - install domain-name             0.4.0
  - install bigarray-compat         1.0.0
  - install bheap                   2.0.0
  - install bigstringaf             0.9.0
  - install zarith                  1.4
  - install topkg                   1.0.3
  - install ocamlgraph              1.8.8
  - install num                     1.0
  - install base-bytes              base
  - install psq                     0.2.0
  - install ppxlib                  0.16.0
  - install mirage-clock-unix       4.1.0
  - install checkseum               0.3.3
  - install base                    v0.13.0
  - install ipaddr                  5.3.0
  - install faraday                 0.7.2
  - install angstrom                0.14.0
  - install uutf                    1.0.1
  - install rresult                 0.6.0
  - install ptime                   1.0.0
  - install mtime                   2.0.0
  - install fmt                     0.8.9
  - install astring                 0.8.5
  - install stringext               1.4.0
  - install cppo                    1.6.1
  - install base64                  3.5.0
  - install lru                     0.3.0
  - install decompress              1.4.3
  - install ppx_sexp_conv           v0.13.0
  - install parsexp                 v0.13.0
  - install httpaf                  0.7.1
  - install hpack                   0.1.0
  - install pecu                    0.3
  - install metrics                 0.1.0
  - install ke                      0.6
  - install functoria-runtime       4.0.0~beta1
  - install encore                  0.8
  - install duff                    0.5
  - install cstruct                 6.1.0
  - install art                     0.1.1
  - install fpath                   0.7.0
  - install uri                     4.1.0
  - install ocplib-endian           1.0
  - install ipaddr-sexp             5.3.0
  - install sexplib                 v0.13.0
  - install h2                      0.9.0
  - install emile                   1.1
  - install randomconv              0.1.2
  - install mirage-random           2.0.0
  - install macaddr-cstruct         5.3.0
  - install io-page                 2.4.0
  - install hex                     1.4.0
  - install eqaf                    0.8
  - install cstruct-unix            6.1.0
  - install asn1-combinators        0.2.6
  - install lwt                     5.6.0
  - install ppx_cstruct             6.1.0
  - install cstruct-sexp            6.1.0
  - install mirage-crypto           0.10.7
  - install digestif                1.1.2
  - install mirage-time             2.0.1
  - install mirage-kv               6.1.0
  - install mirage-flow             2.0.1
  - install mirage-device           2.0.0
  - install lwt-dllist              1.0.0
  - install logs                    0.7.0
  - install hxd                     0.3.2
  - install cstruct-lwt             6.1.0
  - install mirage-profile          0.9.0
  - install pbkdf                   1.2.0
  - install hkdf                    1.0.4
  - install mirage-net              3.0.1
  - install mirage-block            2.0.1
  - install mirage-runtime          4.0.0~beta1
  - install mirage-crypto-rng       0.10.7
  - install mimic                   0.0.6
  - install happy-eyeballs          0.3.0
  - install dns                     6.2.0
  - install bos                     0.2.0
  - install ethernet                3.0.0
  - install mirage-unix             5.0.0
  - install mirage-solo5            0.7.0
  - install mirage-crypto-pk        0.10.7
  - install mirage-crypto-ec        0.10.7
  - install carton                  0.4.4
  - install arp                     3.0.0
  - install mirage-block-solo5      0.7.0
  - install x509                    0.16.2
  - install carton-lwt              0.4.4
  - install tcpip                   7.1.0
  - install tls                     0.15.0
  - install ca-certs-nss            3.71.0.1
  - install ca-certs                0.2.1
  - install awa                     0.1.0
  - install carton-git              0.4.4
  - install tls-mirage              0.15.0
  - install awa-mirage              0.1.0
  - install git                     3.11.0
  - install paf                     0.2.0
  - install dns-client              6.2.0
  - install git-paf                 3.11.0
  - install happy-eyeballs-mirage   0.3.0
  - install happy-eyeballs-lwt      0.3.0
  - install mimic-happy-eyeballs    0.0.6
  - install git-mirage              3.11.0
  - install git-unix                3.11.0
===== 131 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.14.0  (cached)
-> retrieved arp.3.0.0  (cached)
-> retrieved art.0.1.1  (cached)
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved awa.0.1.0  (cached)
-> retrieved awa-mirage.0.1.0  (cached)
-> retrieved base.v0.13.0  (cached)
-> retrieved base64.3.5.0  (cached)
-> retrieved bheap.2.0.0  (cached)
-> retrieved bigarray-compat.1.0.0  (cached)
-> retrieved bigstringaf.0.9.0  (cached)
-> retrieved bos.0.2.0  (cached)
-> retrieved ca-certs.0.2.1  (cached)
-> retrieved ca-certs-nss.3.71.0.1  (cached)
-> retrieved carton.0.4.4  (cached)
-> retrieved carton-git.0.4.4  (cached)
-> retrieved carton-lwt.0.4.4  (cached)
-> retrieved checkseum.0.3.3  (cached)
-> retrieved cmdliner.1.1.0  (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
-> retrieved cstruct.6.1.0  (cached)
-> retrieved cstruct-lwt.6.1.0  (cached)
-> retrieved cstruct-sexp.6.1.0  (cached)
-> installed conf-gmp-powm-sec.1
-> retrieved cstruct-unix.6.1.0  (cached)
-> retrieved dns.6.2.0  (cached)
-> retrieved decompress.1.4.3  (cached)
-> retrieved dns-client.6.2.0  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved duff.0.5  (cached)
-> retrieved digestif.1.1.2  (cached)
-> retrieved duration.0.2.0  (cached)
-> retrieved emile.1.1  (cached)
-> retrieved dune-configurator.2.7.0  (cached)
-> retrieved dune.2.8.0  (cached)
-> retrieved encore.0.8  (cached)
-> retrieved eqaf.0.8  (cached)
-> retrieved ethernet.3.0.0  (cached)
-> retrieved faraday.0.7.2  (cached)
-> retrieved fmt.0.8.9  (cached)
-> retrieved fpath.0.7.0  (cached)
-> retrieved functoria-runtime.4.0.0~beta1  (cached)
-> retrieved git.3.11.0  (cached)
-> retrieved git-mirage.3.11.0  (cached)
-> retrieved git-paf.3.11.0  (cached)
-> retrieved git-unix.3.11.0  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved happy-eyeballs.0.3.0  (cached)
-> retrieved h2.0.9.0  (cached)
-> retrieved happy-eyeballs-lwt.0.3.0  (cached)
-> retrieved happy-eyeballs-mirage.0.3.0  (cached)
-> retrieved hex.1.4.0  (cached)
-> retrieved hkdf.1.0.4  (cached)
-> retrieved httpaf.0.7.1  (cached)
-> retrieved hpack.0.1.0  (cached)
-> retrieved hxd.0.3.2  (cached)
-> retrieved io-page.2.4.0  (cached)
-> retrieved ipaddr.5.3.0  (cached)
-> retrieved ipaddr-sexp.5.3.0  (cached)
-> retrieved ke.0.6  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lru.0.3.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved lwt.5.6.0  (cached)
-> retrieved lwt-dllist.1.0.0  (cached)
-> retrieved macaddr.5.3.0  (cached)
-> retrieved macaddr-cstruct.5.3.0  (cached)
-> retrieved metrics.0.1.0  (cached)
-> retrieved mimic.0.0.6  (cached)
-> retrieved mimic-happy-eyeballs.0.0.6  (cached)
-> retrieved mirage-block.2.0.1  (cached)
-> retrieved mirage-block-solo5.0.7.0  (cached)
-> retrieved mirage-clock.4.1.0  (cached)
-> retrieved mirage-clock-unix.4.1.0  (cached)
-> retrieved mirage-crypto.0.10.7  (cached)
-> retrieved mirage-crypto-ec.0.10.7  (cached)
-> retrieved mirage-device.2.0.0  (cached)
-> installed cmdliner.1.1.0
-> retrieved mirage-flow.2.0.1  (cached)
-> retrieved mirage-kv.6.1.0  (cached)
-> retrieved mirage-net.3.0.1  (cached)
-> retrieved mirage-profile.0.9.0  (cached)
-> retrieved mirage-random.2.0.0  (cached)
-> retrieved mirage-crypto-pk.0.10.7  (cached)
-> retrieved mirage-crypto-rng.0.10.7  (cached)
-> retrieved mirage-runtime.4.0.0~beta1  (cached)
-> retrieved mirage-solo5.0.7.0  (cached)
-> retrieved mirage-time.2.0.1  (cached)
-> retrieved mirage-unix.5.0.0  (cached)
-> retrieved mmap.1.0.2  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved num.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocaml-migrate-parsetree.2.0.0  (cached)
-> retrieved ocamlfind.1.8.1  (cached)
-> retrieved ocamlgraph.1.8.8  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved optint.0.2.0  (cached)
-> retrieved paf.0.2.0  (cached)
-> retrieved parsexp.v0.13.0  (cached)
-> retrieved pbkdf.1.2.0  (cached)
-> retrieved pecu.0.3  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_sexp_conv.v0.13.0  (cached)
-> retrieved ppx_cstruct.6.1.0  (cached)
-> retrieved psq.0.2.0  (cached)
-> retrieved ptime.1.0.0  (cached)
-> retrieved ppxlib.0.16.0  (cached)
-> retrieved randomconv.0.1.2  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.6.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved sexplib.v0.13.0  (cached)
-> retrieved sexplib0.v0.13.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved stringext.1.4.0  (cached)
-> retrieved tcpip.7.1.0  (cached)
-> retrieved tls.0.15.0  (cached)
-> retrieved topkg.1.0.3  (cached)
-> retrieved tls-mirage.0.15.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved uutf.1.0.1  (cached)
-> retrieved uri.4.1.0  (cached)
-> retrieved zarith.1.4  (cached)
-> retrieved x509.0.16.2  (cached)
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed num.1.0
-> installed ocamlbuild.0.14.0
-> installed uchar.0.0.2
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed zarith.1.4
-> installed cppo.1.6.1
-> installed ocaml-compiler-libs.v0.11.0
-> installed dune.2.8.0
-> installed bheap.2.0.0
-> installed bigarray-compat.1.0.0
-> installed bigstringaf.0.9.0
-> installed domain-name.0.4.0
-> installed base64.3.5.0
-> installed duration.0.2.0
-> installed gmap.0.3.0
-> installed mirage-clock.4.1.0
-> installed mmap.1.0.2
-> installed macaddr.5.3.0
-> installed stdlib-shims.0.1.0
-> installed result.1.5
-> installed faraday.0.7.2
-> installed optint.0.2.0
-> installed seq.0.2.2
-> installed sexplib0.v0.13.0
-> installed stringext.1.4.0
-> installed angstrom.0.14.0
-> installed dune-configurator.2.7.0
-> installed ipaddr.5.3.0
-> installed ocaml-migrate-parsetree.2.0.0
-> installed psq.0.2.0
-> installed topkg.1.0.3
-> installed ocamlgraph.1.8.8
-> installed ocplib-endian.1.0
-> installed astring.0.8.5
-> installed checkseum.0.3.3
-> installed fmt.0.8.9
-> installed hpack.0.1.0
-> installed httpaf.0.7.1
-> installed lru.0.3.0
-> installed mirage-clock-unix.4.1.0
-> installed mtime.2.0.0
-> installed ptime.1.0.0
-> installed rresult.0.6.0
-> installed uutf.1.0.1
-> installed uri.4.1.0
-> installed art.0.1.1
-> installed duff.0.5
-> installed functoria-runtime.4.0.0~beta1
-> installed metrics.0.1.0
-> installed encore.0.8
-> installed ke.0.6
-> installed cstruct.6.1.0
-> installed pecu.0.3
-> installed cstruct-unix.6.1.0
-> installed fpath.0.7.0
-> installed macaddr-cstruct.5.3.0
-> installed mirage-random.2.0.0
-> installed hex.1.4.0
-> installed io-page.2.4.0
-> installed randomconv.0.1.2
-> installed eqaf.0.8
-> installed h2.0.9.0
-> installed emile.1.1
-> installed asn1-combinators.0.2.6
-> installed decompress.1.4.3
-> installed digestif.1.1.2
-> installed mirage-crypto.0.10.7
-> installed lwt.5.6.0
-> installed hkdf.1.0.4
-> installed pbkdf.1.2.0
-> installed lwt-dllist.1.0.0
-> installed cstruct-lwt.6.1.0
-> installed mirage-device.2.0.0
-> installed mirage-kv.6.1.0
-> installed mirage-flow.2.0.1
-> installed mirage-time.2.0.1
-> installed mirage-block.2.0.1
-> installed mirage-net.3.0.1
-> installed hxd.0.3.2
-> installed base.v0.13.0
-> installed logs.0.7.0
-> installed mirage-runtime.4.0.0~beta1
-> installed happy-eyeballs.0.3.0
-> installed mimic.0.0.6
-> installed mirage-crypto-rng.0.10.7
-> installed mirage-solo5.0.7.0
-> installed mirage-unix.5.0.0
-> installed mirage-block-solo5.0.7.0
-> installed mirage-crypto-pk.0.10.7
-> installed parsexp.v0.13.0
-> installed dns.6.2.0
-> installed sexplib.v0.13.0
-> installed cstruct-sexp.6.1.0
-> installed bos.0.2.0
-> installed carton.0.4.4
-> installed carton-lwt.0.4.4
-> installed carton-git.0.4.4
-> installed mirage-crypto-ec.0.10.7
-> installed x509.0.16.2
-> installed ppxlib.0.16.0
-> installed ca-certs.0.2.1
-> installed git.3.11.0
-> installed ca-certs-nss.3.71.0.1
-> installed ppx_cstruct.6.1.0
-> installed ppx_sexp_conv.v0.13.0
-> installed ipaddr-sexp.5.3.0
-> installed mirage-profile.0.9.0
-> installed ethernet.3.0.0
-> installed awa.0.1.0
-> installed arp.3.0.0
-> installed awa-mirage.0.1.0
-> installed tls.0.15.0
-> installed tls-mirage.0.15.0
-> installed tcpip.7.1.0
-> installed paf.0.2.0
-> installed git-paf.3.11.0
-> installed dns-client.6.2.0
-> installed happy-eyeballs-mirage.0.3.0
-> installed mimic-happy-eyeballs.0.0.6
-> installed git-mirage.3.11.0
-> installed happy-eyeballs-lwt.0.3.0
-> installed git-unix.3.11.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 10:30.01 ---> saved as "b0345e73b31688b4ea6d9211dd61b66822f45adcc07e0600c0f2360e651017b2"


/src: (copy (src .) (dst /src))
2024-05-11 10:30.02 ---> saved as "1787fe4e01cf174e4effbd7a33a0074cbbfd5bb34cf8b4c90271daa347a02b26"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
    ocamlopt bin/make.exe
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
2024-05-11 10:30.03 ---> saved as "c628b99229226418ef3f29b6d9b01106168e766c106969ccfc915e43de08b3bc"
Job succeeded
2024-05-11 10:30.04: Job succeeded