Organisationstalex5ocurrent9c115b (master)freebsd-5.2_opam-2.1

freebsd-5.2_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 15:57.51: New job: test talex5/ocurrent https://github.com/talex5/ocurrent.git#refs/heads/master (9c115b457b37d4b4343554c80b30f3d7a6b2cd88) (freebsd-x86_64:freebsd-5.2_opam-2.1)
Base: freebsd-ocaml-5.2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/talex5/ocurrent.git" -b "master" && cd "ocurrent" && git reset --hard 9c115b45
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-5.2
# freebsd-5.2_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.1 /usr/local/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 2f8c856c809d3a0c04be402b6e739c3d0a45af1c || git fetch origin master) && git reset -q --hard 2f8c856c809d3a0c04be402b6e739c3d0a45af1c && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 current_web.opam current_slack.opam current_github.opam current_git.opam current_docker.opam current.opam ./
RUN opam pin add -yn current_web.dev './' && \
    opam pin add -yn current_slack.dev './' && \
    opam pin add -yn current_github.dev './' && \
    opam pin add -yn current_git.dev './' && \
    opam pin add -yn current_docker.dev './' && \
    opam pin add -yn current.dev './'
ENV DEPS="alcotest.1.7.0 alcotest-lwt.1.7.0 angstrom.0.16.0 asetmap.0.8.1 asn1-combinators.0.2.6 astring.0.8.5 base.v0.17.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigarray-compat.1.1.0 bigstringaf.0.9.1 bos.0.2.1 ca-certs.0.2.3 cf.0.5.0 cf-lwt.0.5.0 cmdliner.1.3.0 cohttp.5.3.1 cohttp-lwt.5.3.0 cohttp-lwt-unix.5.3.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-gmp.4 conf-gmp-powm-sec.3 conf-libffi.2.0.0 conf-pkg-config.3 conf-sqlite3.1 cppo.1.6.9 cpuid.0.1.2 csexp.1.5.2 cstruct.6.0.1 cstruct-lwt.6.0.1 ctypes.0.22.0 ctypes-foreign.0.22.0 dockerfile.8.2.1 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 fsevents.0.3.0 fsevents-lwt.0.3.0 gmap.0.3.0 hkdf.1.0.4 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 ipaddr.5.6.0 ipaddr-sexp.5.6.0 irmin-watcher.0.5.0 jsonm.1.0.2 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 magic-mime.1.3.1 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-no-solo5.1 mirage-no-xen.1 nocrypto.0.5.4-2 num.1.5 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocb-stubblr.0.1.1-1 ocplib-endian.1.2 parsexp.v0.17.0 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppx_deriving_yojson.3.8.0 ppx_sexp_conv.v0.17.0 ppxlib.0.32.1 ppxlib_jane.v0.17.0 prometheus.1.2 prometheus-app.1.2 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sqlite3.5.1.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.5 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 yojson.2.2.1 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y current_web.dev current_slack.dev current_github.dev current_git.dev current_docker.dev current.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-06-17 15:57.51: Using cache hint "talex5/ocurrent-freebsd-freebsd-ocaml-5.2-freebsd-5.2_opam-2.1-a2400bbd0544d4abb885781a60784fdb"
2024-06-17 15:57.51: Using OBuilder spec:
((from freebsd-ocaml-5.2)
 (comment freebsd-5.2_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/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 2f8c856c809d3a0c04be402b6e739c3d0a45af1c || git fetch origin master) && git reset -q --hard 2f8c856c809d3a0c04be402b6e739c3d0a45af1c && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src current_web.opam current_slack.opam current_github.opam current_git.opam current_docker.opam current.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn current_web.dev './' && \
             \nopam pin add -yn current_slack.dev './' && \
             \nopam pin add -yn current_github.dev './' && \
             \nopam pin add -yn current_git.dev './' && \
             \nopam pin add -yn current_docker.dev './' && \
             \nopam pin add -yn current.dev './'"))
 (env DEPS "alcotest.1.7.0 alcotest-lwt.1.7.0 angstrom.0.16.0 asetmap.0.8.1 asn1-combinators.0.2.6 astring.0.8.5 base.v0.17.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigarray-compat.1.1.0 bigstringaf.0.9.1 bos.0.2.1 ca-certs.0.2.3 cf.0.5.0 cf-lwt.0.5.0 cmdliner.1.3.0 cohttp.5.3.1 cohttp-lwt.5.3.0 cohttp-lwt-unix.5.3.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-gmp.4 conf-gmp-powm-sec.3 conf-libffi.2.0.0 conf-pkg-config.3 conf-sqlite3.1 cppo.1.6.9 cpuid.0.1.2 csexp.1.5.2 cstruct.6.0.1 cstruct-lwt.6.0.1 ctypes.0.22.0 ctypes-foreign.0.22.0 dockerfile.8.2.1 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 fsevents.0.3.0 fsevents-lwt.0.3.0 gmap.0.3.0 hkdf.1.0.4 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 ipaddr.5.6.0 ipaddr-sexp.5.6.0 irmin-watcher.0.5.0 jsonm.1.0.2 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 magic-mime.1.3.1 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-no-solo5.1 mirage-no-xen.1 nocrypto.0.5.4-2 num.1.5 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocb-stubblr.0.1.1-1 ocplib-endian.1.2 parsexp.v0.17.0 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppx_deriving_yojson.3.8.0 ppx_sexp_conv.v0.17.0 ppxlib.0.32.1 ppxlib_jane.v0.17.0 prometheus.1.2 prometheus-app.1.2 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sqlite3.5.1.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.5 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 yojson.2.2.1 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 current_web.dev current_slack.dev current_github.dev current_git.dev current_docker.dev current.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-06-17 15:57.51: Waiting for resource in pool OCluster
2024-06-17 20:05.01: Waiting for worker…
2024-06-17 22:04.50: Got resource from pool OCluster
Building on summer
All commits already cached
HEAD is now at 9c115b4 Add Github.commit type


(from freebsd-ocaml-5.2)
2024-06-17 21:57.44 ---> using "3515bf58445883216685df527c06fc8b9b7799700694ffa335d1401da4433261" from cache


/: (comment freebsd-5.2_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam"))
2024-06-17 21:57.45 ---> using "9d6862887f900f59625b2215f75e812893e141cab42bcb588c0a696a0d5f58ba" from cache


/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2024-06-17 21:57.45 ---> using "1fd90ea945c776de537d3c99dc7b4903609e7adbb45bd33c5e3538b8de92ea66" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p6
The OCaml toplevel, version 5.2.0
2.1.5
2024-06-17 21:57.46 ---> using "fb7d445678cc2654300145baf3967822bea6d22d7d1784a343fa4d849ce67e57" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-17 21:57.46 ---> using "c8753f135ab4a2a6875ba6c72e3a7bf45a73413350972305e894f2309c51e448" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 2f8c856c809d3a0c04be402b6e739c3d0a45af1c || git fetch origin master) && git reset -q --hard 2f8c856c809d3a0c04be402b6e739c3d0a45af1c && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   0dc68a8b92..2f8c856c80  master     -> origin/master
2f8c856c80 Merge pull request #26099 from hannesm/eqaf-bounds


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
default (at git+file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


Constructing initial basis...
The following actions will be performed:
   install   host-arch-x86_64      1
   recompile ocaml-base-compiler   5.2.0 [upstream or system changes]
   install   host-system-other     1
   recompile ocaml-options-vanilla 1     [upstream or system changes]
   recompile ocaml-config          3     [upstream or system changes]
   recompile ocaml                 5.2.0 [uses ocaml-base-compiler, ocaml-config]
   recompile base-domains          base  [uses ocaml]
   recompile base-nnp              base  [uses base-domains]
=====  2    6 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved ocaml-config.3  (cached)
 removed   ocaml-options-vanilla.1
 installed host-arch-x86_64.1
 installed host-system-other.1
 installed ocaml-options-vanilla.1
 retrieved ocaml-base-compiler.5.2.0  (cached)
 removed   base-nnp.base
 removed   base-domains.base
 removed   ocaml.5.2.0
 removed   ocaml-config.3
 removed   ocaml-base-compiler.5.2.0
 installed ocaml-base-compiler.5.2.0
 installed ocaml-config.3
 installed ocaml.5.2.0
 installed base-domains.base
 installed base-nnp.base
Done.
2024-06-17 21:57.46 ---> using "d180bcaa2e5329c324b7a579c4966fbd14b98b1918e50da57ddde030ea61f5df" from cache


/src: (copy (src current_web.opam current_slack.opam current_github.opam current_git.opam current_docker.opam current.opam)
            (dst ./))
2024-06-17 21:57.51 ---> saved as "91c06c719018a9ea89db79b2d3e4cd031a41a5e4fed4af3dc3223c972537dec1"


/src: (run (network host)
           (shell  "opam pin add -yn current_web.dev './' && \
                  \nopam pin add -yn current_slack.dev './' && \
                  \nopam pin add -yn current_github.dev './' && \
                  \nopam pin add -yn current_git.dev './' && \
                  \nopam pin add -yn current_docker.dev './' && \
                  \nopam pin add -yn current.dev './'"))
[current_web.dev] synchronised (file:///src)
current_web is now pinned to file:///src (version dev)
[current_slack.dev] synchronised (file:///src)
current_slack is now pinned to file:///src (version dev)
[current_github.dev] synchronised (file:///src)
current_github is now pinned to file:///src (version dev)
[current_git.dev] synchronised (file:///src)
current_git is now pinned to file:///src (version dev)
[current_docker.dev] synchronised (file:///src)
current_docker is now pinned to file:///src (version dev)
[current.dev] synchronised (file:///src)
current is now pinned to file:///src (version dev)
2024-06-17 21:58.11 ---> saved as "04c18f1fbc665652b60748f3c4769bde0a5ead340541d3ff6ad12da2e6755482"


/src: (env DEPS "alcotest.1.7.0 alcotest-lwt.1.7.0 angstrom.0.16.0 asetmap.0.8.1 asn1-combinators.0.2.6 astring.0.8.5 base.v0.17.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigarray-compat.1.1.0 bigstringaf.0.9.1 bos.0.2.1 ca-certs.0.2.3 cf.0.5.0 cf-lwt.0.5.0 cmdliner.1.3.0 cohttp.5.3.1 cohttp-lwt.5.3.0 cohttp-lwt-unix.5.3.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-gmp.4 conf-gmp-powm-sec.3 conf-libffi.2.0.0 conf-pkg-config.3 conf-sqlite3.1 cppo.1.6.9 cpuid.0.1.2 csexp.1.5.2 cstruct.6.0.1 cstruct-lwt.6.0.1 ctypes.0.22.0 ctypes-foreign.0.22.0 dockerfile.8.2.1 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 fsevents.0.3.0 fsevents-lwt.0.3.0 gmap.0.3.0 hkdf.1.0.4 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 ipaddr.5.6.0 ipaddr-sexp.5.6.0 irmin-watcher.0.5.0 jsonm.1.0.2 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 magic-mime.1.3.1 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-no-solo5.1 mirage-no-xen.1 nocrypto.0.5.4-2 num.1.5 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocb-stubblr.0.1.1-1 ocplib-endian.1.2 parsexp.v0.17.0 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppx_deriving_yojson.3.8.0 ppx_sexp_conv.v0.17.0 ppxlib.0.32.1 ppxlib_jane.v0.17.0 prometheus.1.2 prometheus-app.1.2 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sqlite3.5.1.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.5 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 yojson.2.2.1 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 current_web.dev current_slack.dev current_github.dev current_git.dev current_docker.dev current.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[current_docker.dev] synchronised (no changes)
[current_git.dev] synchronised (no changes)
[current.dev] synchronised (no changes)
[current_slack.dev] synchronised (no changes)
[current_web.dev] synchronised (no changes)
[current_github.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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


The following system packages will first need to be installed:
    ca_root_nss gmp sqlite3


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/sudo "pkg" "install" "-y" "ca_root_nss" "gmp" "sqlite3"
- Updating FreeBSD repository catalogue...
- [summer] Fetching data.pkg: ....
- ...... done
- Processing entries: 
- .
- ..
- .
- ..
- .
- .
- .
- . done
- FreeBSD repository update completed. 34086 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 1.21.2 -> 1.21.3
- 
- Number of packages to be upgraded: 1
- 
- 12 MiB to be downloaded.
- [summer] [1/1] Fetching pkg-1.21.3.pkg: .
- ...
- ..
- ..
- .. done
- Checking integrity... done (0 conflicting)
- [summer] [1/1] Upgrading pkg from 1.21.2 to 1.21.3...
- [summer] [1/1] Extracting pkg-1.21.3: .......... done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- All repositories are up to date.
- The following 4 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	ca_root_nss: 3.93_2
- 	gmp: 6.3.0
- 	libedit: 3.1.20230828_1,1
- 	sqlite3: 3.45.1,1
- 
- Number of packages to be installed: 4
- 
- The process will require 10 MiB more space.
- 2 MiB to be downloaded.
- [summer] [1/4] Fetching libedit-3.1.20230828_1,1.pkg: .......... done
- [summer] [2/4] Fetching sqlite3-3.45.1,1.pkg: ........
- .. done
- [summer] [3/4] Fetching gmp-6.3.0.pkg: .......... done
- [summer] [4/4] Fetching ca_root_nss-3.93_2.pkg: ......... done
- Checking integrity... done (0 conflicting)
- [summer] [1/4] Installing libedit-3.1.20230828_1,1...
- [summer] [1/4] Extracting libedit-3.1.20230828_1,1: .......... done
- [summer] [2/4] Installing sqlite3-3.45.1,1...
- [summer] [2/4] Extracting sqlite3-3.45.1,1: .......... done
- [summer] [3/4] Installing gmp-6.3.0...
- [summer] [3/4] Extracting gmp-6.3.0: .......... done
- [summer] [4/4] Installing ca_root_nss-3.93_2...
- [summer] [4/4] Extracting ca_root_nss-3.93_2: ....... done
- Scanning /usr/share/certs/untrusted for certificates...
- Scanning /usr/share/certs/trusted for certificates...
- Scanning /usr/local/share/certs for certificates...
- =====
- Message from ca_root_nss-3.93_2:
- 
- --
- FreeBSD does not, and can not warrant that the certification authorities
- whose certificates are included in this package have in any way been
- audited for trustworthiness or RFC 3647 compliance.
- 
- Assessment and verification of trust is the complete responsibility of
- the system administrator.
- 
- This package installs symlinks to support root certificate discovery
- for software that either uses other cryptographic libraries than
- OpenSSL, or use OpenSSL but do not follow recommended practice.
- 
- If you prefer to do this manually, replace the following symlinks with
- either an empty file or your site-local certificate bundle.
- 
-   * /etc/ssl/cert.pem
-   * /usr/local/etc/ssl/cert.pem
-   * /usr/local/openssl/cert.pem
2024-06-17 21:59.53 ---> saved as "9e0596d56a0658bda431ccca603654626bb7da8682753fdf8c501d7766aab154"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
   install mirage-no-xen           1
   install num                     1.5
   install ocamlfind               1.9.6
   install conf-gmp                4
   install conf-pkg-config         3
   install ocamlbuild              0.14.3
   install mirage-no-solo5         1
   install seq                     base
   install dune                    3.16.0
   install cmdliner                1.3.0
   install base-bytes              base
   install zarith                  1.13
   install conf-gmp-powm-sec       3
   install conf-sqlite3            1
   install conf-libffi             2.0.0
   install topkg                   1.0.7
   install yojson                  2.2.1
   install stringext               1.6.0
   install stdlib-shims            0.3.0
   install sexplib0                v0.17.0
   install re                      1.11.0
   install ppx_derivers            1.2.1
   install ocaml-syntax-shims      1.0.0
   install ocaml-compiler-libs     v0.17.0
   install ocaml_intrinsics_kernel v0.17.0
   install magic-mime              1.3.1
   install macaddr                 5.6.0
   install gmap                    0.3.0
   install duration                0.2.1
   install domain-name             0.4.0
   install csexp                   1.5.2
   install cpuid                   0.1.2
   install cppo                    1.6.9
   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 fmt                     0.9.0
   install astring                 0.8.5
   install asetmap                 0.8.1
   install integers                0.7.0
   install parsexp                 v0.17.0
   install ppxlib                  0.32.1
   install ipaddr                  5.6.0
   install dune-configurator       3.16.0
   install ocplib-endian           1.2
   install cstruct                 6.0.1
   install tyxml                   4.6.0
   install jsonm                   1.0.2
   install ocb-stubblr             0.1.1-1
   install fpath                   0.7.3
   install alcotest                1.7.0
   install sexplib                 v0.17.0
   install ppxlib_jane             v0.17.0
   install ppx_deriving            6.0.2
   install sqlite3                 5.1.0
   install ctypes                  0.22.0
   install bigstringaf             0.9.1
   install base                    v0.17.0
   install lwt                     5.7.0
   install eqaf                    0.9
   install asn1-combinators        0.2.6
   install ppx_deriving_yojson     3.8.0
   install ctypes-foreign          0.22.0
   install angstrom                0.16.0
   install ppx_sexp_conv           v0.17.0
   install prometheus              1.2
   install logs                    0.7.0
   install cstruct-lwt             6.0.1
   install mirage-crypto           0.11.3
   install cf                      0.5.0
   install uri                     4.4.0
   install ipaddr-sexp             5.6.0
   install dockerfile              8.2.1
   install bos                     0.2.1
   install alcotest-lwt            1.7.0
   install nocrypto                0.5.4-2
   install pbkdf                   1.2.0
   install mirage-crypto-rng       0.11.3
   install hkdf                    1.0.4
   install fsevents                0.3.0
   install cf-lwt                  0.5.0
   install uri-sexp                4.4.0
   install conduit                 6.2.3
   install mirage-crypto-pk        0.11.3
   install mirage-crypto-ec        0.11.3
   install fsevents-lwt            0.3.0
   install cohttp                  5.3.1
   install conduit-lwt             6.2.3
   install x509                    0.16.5
   install irmin-watcher           0.5.0
   install cohttp-lwt              5.3.0
   install tls                     0.17.5
   install ca-certs                0.2.3
   install conduit-lwt-unix        6.2.3
   install cohttp-lwt-unix         5.3.0
   install prometheus-app          1.2
=====  98 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved alcotest.1.7.0  (cached)
 retrieved angstrom.0.16.0  (cached)
 retrieved asetmap.0.8.1  (cached)
 retrieved asn1-combinators.0.2.6  (cached)
 retrieved astring.0.8.5  (cached)
 retrieved base.v0.17.0  (cached)
 retrieved base64.3.5.1  (cached)
 retrieved bigarray-compat.1.1.0  (cached)
 retrieved bigstringaf.0.9.1  (cached)
 retrieved bos.0.2.1  (cached)
 retrieved ca-certs.0.2.3  (cached)
 retrieved cf.0.5.0  (cached)
 retrieved cf-lwt.0.5.0  (cached)
 retrieved cmdliner.1.3.0  (cached)
 retrieved cohttp-lwt.5.3.0  (cached)
 retrieved cohttp.5.3.1  (cached)
 retrieved cohttp-lwt-unix.5.3.0  (cached)
 retrieved conduit.6.2.3  (cached)
 retrieved conduit-lwt.6.2.3  (cached)
 retrieved conf-gmp.4  (cached)
 retrieved conf-gmp-powm-sec.3  (cached)
 retrieved cppo.1.6.9  (cached)
 installed conf-pkg-config.3
 retrieved cpuid.0.1.2  (cached)
 installed conf-sqlite3.1
 installed conf-libffi.2.0.0
 installed conf-gmp.4
 retrieved csexp.1.5.2  (cached)
 installed conf-gmp-powm-sec.3
 retrieved conduit-lwt-unix.6.2.3  (cached)
 retrieved cstruct-lwt.6.0.1  (cached)
 retrieved cstruct.6.0.1  (cached)
 retrieved alcotest-lwt.1.7.0  (cached)
 retrieved ctypes-foreign.0.22.0  (cached)
 retrieved dockerfile.8.2.1  (cached)
 retrieved domain-name.0.4.0  (cached)
 installed cmdliner.1.3.0
 retrieved ctypes.0.22.0  (cached)
 retrieved duration.0.2.1  (cached)
 retrieved dune-configurator.3.16.0  (cached)
 retrieved eqaf.0.9  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved fpath.0.7.3  (cached)
 retrieved fsevents.0.3.0  (cached)
 retrieved fsevents-lwt.0.3.0  (cached)
 retrieved gmap.0.3.0  (cached)
 retrieved hkdf.1.0.4  (cached)
 retrieved integers.0.7.0  (cached)
 retrieved ipaddr.5.6.0  (cached)
 retrieved ipaddr-sexp.5.6.0  (cached)
 retrieved irmin-watcher.0.5.0  (cached)
 retrieved jsonm.1.0.2  (cached)
 retrieved logs.0.7.0  (cached)
 retrieved dune.3.16.0  (cached)
 retrieved magic-mime.1.3.1  (cached)
 retrieved macaddr.5.6.0  (cached)
 retrieved lwt.5.7.0  (cached)
 retrieved mirage-crypto.0.11.3  (cached)
 retrieved mirage-crypto-pk.0.11.3  (cached)
 installed mirage-no-solo5.1
 installed mirage-no-xen.1
 retrieved mirage-crypto-ec.0.11.3  (cached)
 retrieved num.1.5  (cached)
 retrieved ocaml-compiler-libs.v0.17.0  (cached)
 retrieved nocrypto.0.5.4-2  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ocaml_intrinsics_kernel.v0.17.0  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved ocb-stubblr.0.1.1-1  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved parsexp.v0.17.0  (cached)
 retrieved pbkdf.1.2.0  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved ocplib-endian.1.2  (cached)
 retrieved ppx_deriving.6.0.2  (cached)
 retrieved ppx_deriving_yojson.3.8.0  (cached)
 retrieved ppx_sexp_conv.v0.17.0  (cached)
 retrieved ppxlib.0.32.1  (cached)
 retrieved ppxlib_jane.v0.17.0  (cached)
 retrieved prometheus.1.2  (cached)
 retrieved prometheus-app.1.2  (cached)
 retrieved ptime.1.1.0  (cached)
 retrieved re.1.11.0  (cached)
 retrieved seq.base  (cached)
 installed seq.base
 retrieved sexplib.v0.17.0  (cached)
 retrieved rresult.0.7.0  (cached)
 retrieved sexplib0.v0.17.0  (cached)
 retrieved sqlite3.5.1.0  (cached)
 retrieved stringext.1.6.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved tls.0.17.5  (cached)
 retrieved topkg.1.0.7  (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 yojson.2.2.1  (cached)
 retrieved zarith.1.13  (cached)
 installed ocamlfind.1.9.6
 installed base-bytes.base
 installed ocamlbuild.0.14.3
 installed num.1.5
 retrieved mirage-crypto-rng.0.11.3  (cached)
 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 ptime.1.1.0
 installed fmt.0.9.0
 installed astring.0.8.5
 installed jsonm.1.0.2
 installed ocb-stubblr.0.1.1-1
 installed fpath.0.7.3
 installed dune.3.16.0
 installed duration.0.2.1
 installed ppx_derivers.1.2.1
 installed gmap.0.3.0
 installed csexp.1.5.2
 installed domain-name.0.4.0
 installed stringext.1.6.0
 installed stdlib-shims.0.3.0
 installed ocaml-syntax-shims.1.0.0
 installed ocaml_intrinsics_kernel.v0.17.0
 installed macaddr.5.6.0
 installed cpuid.0.1.2
 installed bigarray-compat.1.1.0
 installed ocaml-compiler-libs.v0.17.0
 installed base64.3.5.1
 installed magic-mime.1.3.1
 installed sexplib0.v0.17.0
 installed cppo.1.6.9
 installed re.1.11.0
 installed ocplib-endian.1.2
 installed cstruct.6.0.1
 installed parsexp.v0.17.0
 installed ipaddr.5.6.0
 installed dune-configurator.3.16.0
 installed sexplib.v0.17.0
 installed eqaf.0.9
 installed asn1-combinators.0.2.6
 installed alcotest.1.7.0
 installed integers.0.7.0
 installed yojson.2.2.1
 installed bigstringaf.0.9.1
 installed sqlite3.5.1.0
 installed angstrom.0.16.0
 installed tyxml.4.6.0
 installed mirage-crypto.0.11.3
 installed pbkdf.1.2.0
 installed hkdf.1.0.4
 installed uri.4.4.0
 installed lwt.5.7.0
 installed cstruct-lwt.6.0.1
 installed prometheus.1.2
 installed ctypes.0.22.0
 installed logs.0.7.0
 installed alcotest-lwt.1.7.0
 installed mirage-crypto-rng.0.11.3
 installed ctypes-foreign.0.22.0
 installed mirage-crypto-pk.0.11.3
 installed cf.0.5.0
 installed fsevents.0.3.0
 installed cf-lwt.0.5.0
 installed fsevents-lwt.0.3.0
 installed base.v0.17.0
 installed bos.0.2.1
 installed irmin-watcher.0.5.0
 installed ppxlib.0.32.1
 installed mirage-crypto-ec.0.11.3
 installed ppxlib_jane.v0.17.0
 installed ppx_deriving.6.0.2
 installed x509.0.16.5
 installed ca-certs.0.2.3
 installed ppx_deriving_yojson.3.8.0
 installed ppx_sexp_conv.v0.17.0
 installed tls.0.17.5
 installed ipaddr-sexp.5.6.0
 installed uri-sexp.4.4.0
 installed dockerfile.8.2.1
 installed conduit.6.2.3
 installed conduit-lwt.6.2.3
 installed cohttp.5.3.1
 installed conduit-lwt-unix.6.2.3
 installed cohttp-lwt.5.3.0
 installed cohttp-lwt-unix.5.3.0
 installed prometheus-app.1.2
 installed nocrypto.0.5.4-2
Done.
2024-06-17 22:08.40 ---> saved as "37123a1637e700ff77f7c48d052e365f929e0e6741102dc4488dfe0f5cc36ce4"


/src: (copy (src .) (dst /src))
2024-06-17 22:08.43 ---> saved as "ff9e7ce6c20dac51a97b3408167f8bdc3a6056f3f20b15b595b6d889dfedaa6f"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.2.0/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 -g -bin-annot -bin-annot-occurrences -I lib_term/.current_term.objs/byte -I /home/opam/.opam/5.2.0/lib/astring -I /home/opam/.opam/5.2.0/lib/bos -I /home/opam/.opam/5.2.0/lib/fmt -I /home/opam/.opam/5.2.0/lib/fpath -I /home/opam/.opam/5.2.0/lib/logs -I /home/opam/.opam/5.2.0/lib/ocaml/unix -I /home/opam/.opam/5.2.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.2.0/lib/rresult -intf-suffix .ml -no-alias-deps -opaque -open Current_term__ -o lib_term/.current_term.objs/byte/current_term__Dot.cmo -c -impl lib_term/dot.ml)
File "lib_term/dot.ml", line 20, characters 42-46:
20 |   Fmt.pf f "n%d [%a]@," i Fmt.(list ~sep:(unit ",") pp_option) attrs
                                               ^^^^
Error (alert deprecated): Fmt.unit
use Fmt.any instead.


File "lib_term/dot.ml", line 26, characters 22-30:
26 |       (Fmt.list ~sep:(Fmt.unit ",") pp_option) items
                           ^^^^^^^^
Error (alert deprecated): Fmt.unit
use Fmt.any instead.
(cd _build/default && /home/opam/.opam/5.2.0/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 -g -I lib_term/.current_term.objs/byte -I lib_term/.current_term.objs/native -I /home/opam/.opam/5.2.0/lib/astring -I /home/opam/.opam/5.2.0/lib/bos -I /home/opam/.opam/5.2.0/lib/fmt -I /home/opam/.opam/5.2.0/lib/fpath -I /home/opam/.opam/5.2.0/lib/logs -I /home/opam/.opam/5.2.0/lib/ocaml/unix -I /home/opam/.opam/5.2.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.2.0/lib/rresult -intf-suffix .ml -no-alias-deps -opaque -open Current_term__ -o lib_term/.current_term.objs/native/current_term__Dot.cmx -c -impl lib_term/dot.ml)
File "lib_term/dot.ml", line 20, characters 42-46:
20 |   Fmt.pf f "n%d [%a]@," i Fmt.(list ~sep:(unit ",") pp_option) attrs
                                               ^^^^
Error (alert deprecated): Fmt.unit
use Fmt.any instead.


File "lib_term/dot.ml", line 26, characters 22-30:
26 |       (Fmt.list ~sep:(Fmt.unit ",") pp_option) items
                           ^^^^^^^^
Error (alert deprecated): Fmt.unit
use Fmt.any instead.
(cd _build/default && /home/opam/.opam/5.2.0/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 -g -bin-annot -bin-annot-occurrences -I lib_term/.current_term.objs/byte -I /home/opam/.opam/5.2.0/lib/astring -I /home/opam/.opam/5.2.0/lib/bos -I /home/opam/.opam/5.2.0/lib/fmt -I /home/opam/.opam/5.2.0/lib/fpath -I /home/opam/.opam/5.2.0/lib/logs -I /home/opam/.opam/5.2.0/lib/ocaml/unix -I /home/opam/.opam/5.2.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.2.0/lib/rresult -intf-suffix .ml -no-alias-deps -opaque -open Current_term__ -o lib_term/.current_term.objs/byte/current_term.cmo -c -impl lib_term/current_term.ml)
File "lib_term/current_term.ml", line 79, characters 22-30:
79 |   let component fmt = Fmt.strf ("@[<v>" ^^ fmt ^^ "@]")
                           ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/5.2.0/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 -g -bin-annot -bin-annot-occurrences -I lib/.current.objs/byte -I /home/opam/.opam/5.2.0/lib/asetmap -I /home/opam/.opam/5.2.0/lib/astring -I /home/opam/.opam/5.2.0/lib/bos -I /home/opam/.opam/5.2.0/lib/bytes -I /home/opam/.opam/5.2.0/lib/cmdliner -I /home/opam/.opam/5.2.0/lib/fmt -I /home/opam/.opam/5.2.0/lib/fpath -I /home/opam/.opam/5.2.0/lib/logs -I /home/opam/.opam/5.2.0/lib/lwt -I /home/opam/.opam/5.2.0/lib/lwt/unix -I /home/opam/.opam/5.2.0/lib/ocaml/threads -I /home/opam/.opam/5.2.0/lib/ocaml/unix -I /home/opam/.opam/5.2.0/lib/ocplib-endian -I /home/opam/.opam/5.2.0/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.2.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.2.0/lib/prometheus -I /home/opam/.opam/5.2.0/lib/re -I /home/opam/.opam/5.2.0/lib/rresult -I /home/opam/.opam/5.2.0/lib/seq -I /home/opam/.opam/5.2.0/lib/sqlite3 -I lib_term/.current_term.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Current__ -o lib/.current.objs/byte/current__Level.cmo -c -impl lib/level.pp.ml)
File "lib/level.ml", line 34, characters 17-25:
34 |     Error (`Msg (Fmt.strf "Unknown level %S; expected one of %a" x
                      ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.


File "lib/level.ml", line 35, characters 35-39:
35 |                    Fmt.(list ~sep:(unit ", ") pp) values))
                                        ^^^^
Error (alert deprecated): Fmt.unit
use Fmt.any instead.
(cd _build/default && /home/opam/.opam/5.2.0/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 -g -I lib/.current.objs/byte -I lib/.current.objs/native -I /home/opam/.opam/5.2.0/lib/asetmap -I /home/opam/.opam/5.2.0/lib/astring -I /home/opam/.opam/5.2.0/lib/bos -I /home/opam/.opam/5.2.0/lib/bytes -I /home/opam/.opam/5.2.0/lib/cmdliner -I /home/opam/.opam/5.2.0/lib/fmt -I /home/opam/.opam/5.2.0/lib/fpath -I /home/opam/.opam/5.2.0/lib/logs -I /home/opam/.opam/5.2.0/lib/lwt -I /home/opam/.opam/5.2.0/lib/lwt/unix -I /home/opam/.opam/5.2.0/lib/ocaml/threads -I /home/opam/.opam/5.2.0/lib/ocaml/unix -I /home/opam/.opam/5.2.0/lib/ocplib-endian -I /home/opam/.opam/5.2.0/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.2.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.2.0/lib/prometheus -I /home/opam/.opam/5.2.0/lib/re -I /home/opam/.opam/5.2.0/lib/rresult -I /home/opam/.opam/5.2.0/lib/seq -I /home/opam/.opam/5.2.0/lib/sqlite3 -I lib_term/.current_term.objs/byte -I lib_term/.current_term.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Current__ -o lib/.current.objs/native/current__Level.cmx -c -impl lib/level.pp.ml)
File "lib/level.ml", line 34, characters 17-25:
34 |     Error (`Msg (Fmt.strf "Unknown level %S; expected one of %a" x
                      ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.


File "lib/level.ml", line 35, characters 35-39:
35 |                    Fmt.(list ~sep:(unit ", ") pp) values))
                                        ^^^^
Error (alert deprecated): Fmt.unit
use Fmt.any instead.
(cd _build/default && /home/opam/.opam/5.2.0/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 -g -bin-annot -bin-annot-occurrences -I lib/.current.objs/byte -I /home/opam/.opam/5.2.0/lib/asetmap -I /home/opam/.opam/5.2.0/lib/astring -I /home/opam/.opam/5.2.0/lib/bos -I /home/opam/.opam/5.2.0/lib/bytes -I /home/opam/.opam/5.2.0/lib/cmdliner -I /home/opam/.opam/5.2.0/lib/fmt -I /home/opam/.opam/5.2.0/lib/fpath -I /home/opam/.opam/5.2.0/lib/logs -I /home/opam/.opam/5.2.0/lib/lwt -I /home/opam/.opam/5.2.0/lib/lwt/unix -I /home/opam/.opam/5.2.0/lib/ocaml/threads -I /home/opam/.opam/5.2.0/lib/ocaml/unix -I /home/opam/.opam/5.2.0/lib/ocplib-endian -I /home/opam/.opam/5.2.0/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.2.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.2.0/lib/prometheus -I /home/opam/.opam/5.2.0/lib/re -I /home/opam/.opam/5.2.0/lib/rresult -I /home/opam/.opam/5.2.0/lib/seq -I /home/opam/.opam/5.2.0/lib/sqlite3 -I lib_term/.current_term.objs/byte -no-alias-deps -opaque -open Current__ -o lib/.current.objs/byte/current__Switch.cmo -c -impl lib/switch.ml)
File "lib/switch.ml", line 14, characters 44-52:
14 | let pp_reason f x = Current_term.Output.pp (Fmt.unit "()") f (x :> unit Current_term.Output.t)
                                                 ^^^^^^^^
Error (alert deprecated): Fmt.unit
use Fmt.any instead.
(cd _build/default && /home/opam/.opam/5.2.0/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 -g -I lib_term/.current_term.objs/byte -I lib_term/.current_term.objs/native -I /home/opam/.opam/5.2.0/lib/astring -I /home/opam/.opam/5.2.0/lib/bos -I /home/opam/.opam/5.2.0/lib/fmt -I /home/opam/.opam/5.2.0/lib/fpath -I /home/opam/.opam/5.2.0/lib/logs -I /home/opam/.opam/5.2.0/lib/ocaml/unix -I /home/opam/.opam/5.2.0/lib/ppx_deriving/runtime -I /home/opam/.opam/5.2.0/lib/rresult -intf-suffix .ml -no-alias-deps -opaque -open Current_term__ -o lib_term/.current_term.objs/native/current_term.cmx -c -impl lib_term/current_term.ml)
File "lib_term/current_term.ml", line 79, characters 22-30:
79 |   let component fmt = Fmt.strf ("@[<v>" ^^ fmt ^^ "@]")
                           ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='alcotest.1.7.0 alcotest-lwt.1.7.0 angstrom.0.16.0 asetmap.0.8.1 asn1-combinators.0.2.6 astring.0.8.5 base.v0.17.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigarray-compat.1.1.0 bigstringaf.0.9.1 bos.0.2.1 ca-certs.0.2.3 cf.0.5.0 cf-lwt.0.5.0 cmdliner.1.3.0 cohttp.5.3.1 cohttp-lwt.5.3.0 cohttp-lwt-unix.5.3.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-gmp.4 conf-gmp-powm-sec.3 conf-libffi.2.0.0 conf-pkg-config.3 conf-sqlite3.1 cppo.1.6.9 cpuid.0.1.2 csexp.1.5.2 cstruct.6.0.1 cstruct-lwt.6.0.1 ctypes.0.22.0 ctypes-foreign.0.22.0 dockerfile.8.2.1 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 fsevents.0.3.0 fsevents-lwt.0.3.0 gmap.0.3.0 hkdf.1.0.4 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 ipaddr.5.6.0 ipaddr-sexp.5.6.0 irmin-watcher.0.5.0 jsonm.1.0.2 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 magic-mime.1.3.1 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-no-solo5.1 mirage-no-xen.1 nocrypto.0.5.4-2 num.1.5 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocb-stubblr.0.1.1-1 ocplib-endian.1.2 parsexp.v0.17.0 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppx_deriving_yojson.3.8.0 ppx_sexp_conv.v0.17.0 ppxlib.0.32.1 ppxlib_jane.v0.17.0 prometheus.1.2 prometheus-app.1.2 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sqlite3.5.1.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.5 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 yojson.2.2.1 zarith.1.13' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed
"jail" "-c" "name=obuilder_776_29224" "mount.devfs" "path=/obuilder/result/2ee97acbfcf4d8206811777b23986b2d3dd8188f47744869426e5500433a8920/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='alcotest.1.7.0 alcotest-lwt.1.7.0 angstrom.0.16.0 asetmap.0.8.1 asn1-combinators.0.2.6 astring.0.8.5 base.v0.17.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigarray-compat.1.1.0 bigstringaf.0.9.1 bos.0.2.1 ca-certs.0.2.3 cf.0.5.0 cf-lwt.0.5.0 cmdliner.1.3.0 cohttp.5.3.1 cohttp-lwt.5.3.0 cohttp-lwt-unix.5.3.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-gmp.4 conf-gmp-powm-sec.3 conf-libffi.2.0.0 conf-pkg-config.3 conf-sqlite3.1 cppo.1.6.9 cpuid.0.1.2 csexp.1.5.2 cstruct.6.0.1 cstruct-lwt.6.0.1 ctypes.0.22.0 ctypes-foreign.0.22.0 dockerfile.8.2.1 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 fsevents.0.3.0 fsevents-lwt.0.3.0 gmap.0.3.0 hkdf.1.0.4 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 ipaddr.5.6.0 ipaddr-sexp.5.6.0 irmin-watcher.0.5.0 jsonm.1.0.2 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 magic-mime.1.3.1 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-no-solo5.1 mirage-no-xen.1 nocrypto.0.5.4-2 num.1.5 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocb-stubblr.0.1.1-1 ocplib-endian.1.2 parsexp.v0.17.0 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppx_deriving_yojson.3.8.0 ppx_sexp_conv.v0.17.0 ppxlib.0.32.1 ppxlib_jane.v0.17.0 prometheus.1.2 prometheus-app.1.2 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sqlite3.5.1.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.5 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 yojson.2.2.1 zarith.1.13' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1
2024-06-17 22:15.56: Job failed: Failed: Build failed