Organisationsocurrentcitty5ba78d (master)fedora-40-5.2_opam-2.1

fedora-40-5.2_opam-2.1

Link Copied
Code Copied

Logs

2024-06-24 13:43.42: New job: test ocurrent/citty https://github.com/ocurrent/citty.git#refs/heads/master (5ba78d01143c549faef498d219df68807278d2d9) (linux-x86_64:fedora-40-5.2_opam-2.1)
Base: ocaml/opam@sha256:240052b3ed7e1d8d26376c1c76eca702c679303fbd864c7de29f96948b47c741
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocurrent/citty.git" -b "master" && cd "citty" && git reset --hard 5ba78d01
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:240052b3ed7e1d8d26376c1c76eca702c679303fbd864c7de29f96948b47c741
# fedora-40-5.2_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
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 796c0cc8af436190f8caaf87e9abc10984c46de3 || git fetch origin master) && git reset -q --hard 796c0cc8af436190f8caaf87e9abc10984c46de3 && git log --no-decorate -n1 --oneline && opam update -u
RUN mkdir -p 'ocaml-ci/ocurrent/' 'ocaml-ci/ocluster/' 'ocaml-ci/ocluster/obuilder/' 'ocaml-ci/ocluster/' 'ocaml-ci/' 'lwd/'
COPY --chown=1000:1000 ocaml-ci/ocurrent/current_web.opam ocaml-ci/ocurrent/current_slack.opam ocaml-ci/ocurrent/current_rpc.opam ocaml-ci/ocurrent/current_incr.opam ocaml-ci/ocurrent/current_github.opam ocaml-ci/ocurrent/current_git.opam ocaml-ci/ocurrent/current_examples.opam ocaml-ci/ocurrent/current_docker.opam ocaml-ci/ocurrent/current_ansi.opam ocaml-ci/ocurrent/current.opam ocaml-ci/ocurrent/
COPY --chown=1000:1000 ocaml-ci/ocluster/ocluster.opam ocaml-ci/ocluster/ocluster-api.opam ocaml-ci/ocluster/
COPY --chown=1000:1000 ocaml-ci/ocluster/obuilder/obuilder.opam ocaml-ci/ocluster/obuilder/obuilder-spec.opam ocaml-ci/ocluster/obuilder/
COPY --chown=1000:1000 ocaml-ci/ocluster/current_ocluster.opam ocaml-ci/ocluster/
COPY --chown=1000:1000 ocaml-ci/ocaml-ci-web.opam ocaml-ci/ocaml-ci-solver.opam ocaml-ci/ocaml-ci-service.opam ocaml-ci/ocaml-ci-client.opam ocaml-ci/ocaml-ci-api.opam ocaml-ci/
COPY --chown=1000:1000 lwd/nottui.opam lwd/nottui-widgets.opam lwd/nottui-lwt.opam lwd/lwd.opam lwd/
COPY --chown=1000:1000 citty.opam ./
RUN opam pin add -yn current_web.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn current_slack.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn current_rpc.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn current_incr.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn current_github.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn current_git.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn current_examples.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn current_docker.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn current_ansi.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn current.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn ocluster.dev 'ocaml-ci/ocluster/' && \
    opam pin add -yn ocluster-api.dev 'ocaml-ci/ocluster/' && \
    opam pin add -yn obuilder.dev 'ocaml-ci/ocluster/obuilder/' && \
    opam pin add -yn obuilder-spec.dev 'ocaml-ci/ocluster/obuilder/' && \
    opam pin add -yn current_ocluster.dev 'ocaml-ci/ocluster/' && \
    opam pin add -yn ocaml-ci-web.dev 'ocaml-ci/' && \
    opam pin add -yn ocaml-ci-solver.dev 'ocaml-ci/' && \
    opam pin add -yn ocaml-ci-service.dev 'ocaml-ci/' && \
    opam pin add -yn ocaml-ci-client.dev 'ocaml-ci/' && \
    opam pin add -yn ocaml-ci-api.dev 'ocaml-ci/' && \
    opam pin add -yn nottui.dev 'lwd/' && \
    opam pin add -yn nottui-widgets.dev 'lwd/' && \
    opam pin add -yn nottui-lwt.dev 'lwd/' && \
    opam pin add -yn lwd.dev 'lwd/' && \
    opam pin add -yn citty.dev './'
ENV DEPS="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 bigstringaf.0.9.1 capnp.3.6.0 capnp-rpc.1.2.3 capnp-rpc-lwt.1.2.3 capnp-rpc-net.1.2.3 capnp-rpc-unix.1.2.3 cmdliner.1.3.0 conf-capnproto.2 conf-gmp.4 conf-gmp-powm-sec.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 current_rpc.dev domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 extunix.0.4.1 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 hkdf.1.0.4 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mirage-flow.3.0.0 mirage-kv.6.1.1 mtime.2.0.0 notty.0.2.3 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 ocplib-endian.1.2 optint.0.3.0 pbkdf.1.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 prometheus.1.2 ptime.1.1.0 re.1.11.0 res.5.0.1 result.1.5 seq.base sexplib0.v0.17.0 stdint.0.7.2 stdio.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.3 tls-mirage.0.17.3 topkg.1.0.7 uri.4.4.0 uutf.1.0.3 x509.0.16.5 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y citty.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-24 13:43.42: Using cache hint "ocurrent/citty-ocaml/opam@sha256:240052b3ed7e1d8d26376c1c76eca702c679303fbd864c7de29f96948b47c741-fedora-40-5.2_opam-2.1-2b20a9f46c952c6fba1e1fad3d8750d7"
2024-06-24 13:43.42: Using OBuilder spec:
((from ocaml/opam@sha256:240052b3ed7e1d8d26376c1c76eca702c679303fbd864c7de29f96948b47c741)
 (comment fedora-40-5.2_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (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 796c0cc8af436190f8caaf87e9abc10984c46de3 || git fetch origin master) && git reset -q --hard 796c0cc8af436190f8caaf87e9abc10984c46de3 && git log --no-decorate -n1 --oneline && opam update -u"))
 (run (shell "mkdir -p 'ocaml-ci/ocurrent/' 'ocaml-ci/ocluster/' 'ocaml-ci/ocluster/obuilder/' 'ocaml-ci/ocluster/' 'ocaml-ci/' 'lwd/'"))
 (copy (src ocaml-ci/ocurrent/current_web.opam ocaml-ci/ocurrent/current_slack.opam ocaml-ci/ocurrent/current_rpc.opam ocaml-ci/ocurrent/current_incr.opam ocaml-ci/ocurrent/current_github.opam ocaml-ci/ocurrent/current_git.opam ocaml-ci/ocurrent/current_examples.opam ocaml-ci/ocurrent/current_docker.opam ocaml-ci/ocurrent/current_ansi.opam ocaml-ci/ocurrent/current.opam)
       (dst ocaml-ci/ocurrent/))
 (copy (src ocaml-ci/ocluster/ocluster.opam ocaml-ci/ocluster/ocluster-api.opam)
       (dst ocaml-ci/ocluster/))
 (copy (src ocaml-ci/ocluster/obuilder/obuilder.opam ocaml-ci/ocluster/obuilder/obuilder-spec.opam)
       (dst ocaml-ci/ocluster/obuilder/))
 (copy (src ocaml-ci/ocluster/current_ocluster.opam) (dst ocaml-ci/ocluster/))
 (copy (src ocaml-ci/ocaml-ci-web.opam ocaml-ci/ocaml-ci-solver.opam ocaml-ci/ocaml-ci-service.opam ocaml-ci/ocaml-ci-client.opam ocaml-ci/ocaml-ci-api.opam)
       (dst ocaml-ci/))
 (copy (src lwd/nottui.opam lwd/nottui-widgets.opam lwd/nottui-lwt.opam lwd/lwd.opam)
       (dst lwd/))
 (copy (src citty.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn current_web.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn current_slack.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn current_rpc.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn current_incr.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn current_github.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn current_git.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn current_examples.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn current_docker.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn current_ansi.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn current.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn ocluster.dev 'ocaml-ci/ocluster/' && \
             \nopam pin add -yn ocluster-api.dev 'ocaml-ci/ocluster/' && \
             \nopam pin add -yn obuilder.dev 'ocaml-ci/ocluster/obuilder/' && \
             \nopam pin add -yn obuilder-spec.dev 'ocaml-ci/ocluster/obuilder/' && \
             \nopam pin add -yn current_ocluster.dev 'ocaml-ci/ocluster/' && \
             \nopam pin add -yn ocaml-ci-web.dev 'ocaml-ci/' && \
             \nopam pin add -yn ocaml-ci-solver.dev 'ocaml-ci/' && \
             \nopam pin add -yn ocaml-ci-service.dev 'ocaml-ci/' && \
             \nopam pin add -yn ocaml-ci-client.dev 'ocaml-ci/' && \
             \nopam pin add -yn ocaml-ci-api.dev 'ocaml-ci/' && \
             \nopam pin add -yn nottui.dev 'lwd/' && \
             \nopam pin add -yn nottui-widgets.dev 'lwd/' && \
             \nopam pin add -yn nottui-lwt.dev 'lwd/' && \
             \nopam pin add -yn lwd.dev 'lwd/' && \
             \nopam pin add -yn citty.dev './'"))
 (env DEPS "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 bigstringaf.0.9.1 capnp.3.6.0 capnp-rpc.1.2.3 capnp-rpc-lwt.1.2.3 capnp-rpc-net.1.2.3 capnp-rpc-unix.1.2.3 cmdliner.1.3.0 conf-capnproto.2 conf-gmp.4 conf-gmp-powm-sec.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 current_rpc.dev domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 extunix.0.4.1 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 hkdf.1.0.4 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mirage-flow.3.0.0 mirage-kv.6.1.1 mtime.2.0.0 notty.0.2.3 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 ocplib-endian.1.2 optint.0.3.0 pbkdf.1.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 prometheus.1.2 ptime.1.1.0 re.1.11.0 res.5.0.1 result.1.5 seq.base sexplib0.v0.17.0 stdint.0.7.2 stdio.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.3 tls-mirage.0.17.3 topkg.1.0.7 uri.4.4.0 uutf.1.0.3 x509.0.16.5 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 citty.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-24 13:43.42: Waiting for resource in pool OCluster
2024-06-25 04:36.24: Waiting for worker…
2024-06-25 04:36.25: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Submodule path 'lwd': checked out '6f05c93463ab024a989b6a8c815ffb6fd6252d58'
Submodule path 'ocaml-ci': checked out 'f44ec011f34b9f991f73a448d664048cf78996fe'
HEAD is now at 5ba78d0 Merge pull request #24 from tmcgilchrist/maintainers
Synchronizing submodule url for 'lwd'
Synchronizing submodule url for 'ocaml-ci'
Cleared directory 'lwd'
Submodule 'lwd' (https://github.com/let-def/lwd.git) unregistered for path 'lwd'
Cleared directory 'ocaml-ci'
Submodule 'ocaml-ci' (https://github.com/ocaml-ci/ocaml-ci.git) unregistered for path 'ocaml-ci'
Submodule 'lwd' (https://github.com/let-def/lwd.git) registered for path 'lwd'
Submodule 'ocaml-ci' (https://github.com/ocaml-ci/ocaml-ci.git) registered for path 'ocaml-ci'
Submodule path 'lwd': checked out '6f05c93463ab024a989b6a8c815ffb6fd6252d58'
Submodule path 'ocaml-ci': checked out 'f44ec011f34b9f991f73a448d664048cf78996fe'
Submodule path 'ocaml-ci/ocluster': checked out 'd82a679e12fe98c56d9b20e70168237900eb9392'
Submodule path 'ocaml-ci/ocluster/obuilder': checked out '9a34f938f5be63c11989260324e32df59cecbd1b'
Submodule path 'ocaml-ci/ocurrent': checked out '68fb2ddfa401d9fd09971acd895b3ce67f648d70'


(from ocaml/opam@sha256:240052b3ed7e1d8d26376c1c76eca702c679303fbd864c7de29f96948b47c741)
2024-06-25 04:58.44 ---> using "311387f967779057c05de4de657662b862318d14c58f755fb66ab2496a86363f" from cache


/: (comment fedora-40-5.2_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 40 - x86_64                              144 kB/s |  30 kB     00:00    
Fedora 40 openh264 (From Cisco) - x86_64        7.7 kB/s | 989  B     00:00    
Fedora 40 - x86_64 - Updates                    127 kB/s |  26 kB     00:00    
Fedora 40 - x86_64 - Updates                    6.0 MB/s | 5.3 MB     00:00    
Package findutils-1:4.9.0-8.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-06-25 04:58.44 ---> using "1746941a6f6864c7597e15ebc01977cc59abd58bfe956254a62b8b1e30fbfae0" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-25 04:58.44 ---> using "92f51ce143781513f6adcc1fc86ff80eda50e4c86e429c2c8a742a38ddc0c208" 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-06-25 04:58.44 ---> using "3020a76352a3df088fa068fdff6bf7a31bc8d99972b6ae7d96bedbf07e167d34" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 5.2.0
2.1.6
2024-06-25 04:58.44 ---> using "ed58a90787e2009ee616547808ef0c2b2acb00b14827634504f45a0e31327b9e" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-25 04:58.44 ---> using "312ac7c2fe140f841d4a444e87e5710c47dc69a5275a3cb78e8a8cb198f0504f" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 796c0cc8af436190f8caaf87e9abc10984c46de3 || git fetch origin master) && git reset -q --hard 796c0cc8af436190f8caaf87e9abc10984c46de3 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..795f80f1b5  master     -> origin/master
796c0cc8af Add configuration for gmp under mingw


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


The following actions will be performed:
  - install   host-arch-x86_64      1
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   5.2.0*  [upstream or system changes]
  - recompile ocaml-config          3       [uses ocaml-base-compiler]
  - recompile ocaml                 5.2.0   [uses ocaml-base-compiler]
  - recompile opam-depext           1.2.1-1 [uses ocaml]
  - recompile base-domains          base    [uses ocaml]
  - recompile base-nnp              base    [uses base-domains]
===== 2 to install | 7 to recompile =====


<><> 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 opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.5.2.0  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.1-1
-> 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
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-25 04:58.44 ---> using "27a1ff98f40c1edd188b65bfdab41657f9eba28290a45fa09101b770c17cde28" from cache


/src: (run (shell "mkdir -p 'ocaml-ci/ocurrent/' 'ocaml-ci/ocluster/' 'ocaml-ci/ocluster/obuilder/' 'ocaml-ci/ocluster/' 'ocaml-ci/' 'lwd/'"))
2024-06-25 04:58.44 ---> saved as "2e16bd87acf4e5d5561de7b39c78446345f94cad7a5f586d685fdea10c9aedb4"


/src: (copy (src ocaml-ci/ocurrent/current_web.opam ocaml-ci/ocurrent/current_slack.opam ocaml-ci/ocurrent/current_rpc.opam ocaml-ci/ocurrent/current_incr.opam ocaml-ci/ocurrent/current_github.opam ocaml-ci/ocurrent/current_git.opam ocaml-ci/ocurrent/current_examples.opam ocaml-ci/ocurrent/current_docker.opam ocaml-ci/ocurrent/current_ansi.opam ocaml-ci/ocurrent/current.opam)
            (dst ocaml-ci/ocurrent/))
2024-06-25 04:58.44 ---> saved as "2d4643c40181dd27a58afe5028007961b3718c8dabf7167320671d55af559c6e"


/src: (copy (src ocaml-ci/ocluster/ocluster.opam ocaml-ci/ocluster/ocluster-api.opam)
            (dst ocaml-ci/ocluster/))
2024-06-25 04:58.45 ---> saved as "cdd7d0a14015ffe2d346b1d58e8571468aaff74056731d2c41177fb570642713"


/src: (copy (src ocaml-ci/ocluster/obuilder/obuilder.opam ocaml-ci/ocluster/obuilder/obuilder-spec.opam)
            (dst ocaml-ci/ocluster/obuilder/))
2024-06-25 04:58.45 ---> saved as "f60c64cdb1cf331aea4603c44a2b7517a3d44d9483fe4d2e9210e25f93479c0d"


/src: (copy (src ocaml-ci/ocluster/current_ocluster.opam)
            (dst ocaml-ci/ocluster/))
2024-06-25 04:58.46 ---> saved as "65be52ddc9e714ae88dbaa1b7734ba117e01600d36072947e066be7f6d2032fa"


/src: (copy (src ocaml-ci/ocaml-ci-web.opam ocaml-ci/ocaml-ci-solver.opam ocaml-ci/ocaml-ci-service.opam ocaml-ci/ocaml-ci-client.opam ocaml-ci/ocaml-ci-api.opam)
            (dst ocaml-ci/))
2024-06-25 04:58.46 ---> saved as "4eb451a5412bb0dc3bdb324ef494f376d1b5af2dfc123fb21aac99cc35e3cb35"


/src: (copy (src lwd/nottui.opam lwd/nottui-widgets.opam lwd/nottui-lwt.opam lwd/lwd.opam)
            (dst lwd/))
2024-06-25 04:58.46 ---> saved as "1e98b9a184e9efcbbdc486e5c8afecf0edf4e4ab736e2e3cca7671b1d3aa68eb"


/src: (copy (src citty.opam) (dst ./))
2024-06-25 04:58.47 ---> saved as "231e3304eb5b44bab73b494069efb8a36fbc7b3b2a661677def32c99f695e00c"


/src: (run (network host)
           (shell  "opam pin add -yn current_web.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn current_slack.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn current_rpc.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn current_incr.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn current_github.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn current_git.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn current_examples.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn current_docker.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn current_ansi.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn current.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn ocluster.dev 'ocaml-ci/ocluster/' && \
                  \nopam pin add -yn ocluster-api.dev 'ocaml-ci/ocluster/' && \
                  \nopam pin add -yn obuilder.dev 'ocaml-ci/ocluster/obuilder/' && \
                  \nopam pin add -yn obuilder-spec.dev 'ocaml-ci/ocluster/obuilder/' && \
                  \nopam pin add -yn current_ocluster.dev 'ocaml-ci/ocluster/' && \
                  \nopam pin add -yn ocaml-ci-web.dev 'ocaml-ci/' && \
                  \nopam pin add -yn ocaml-ci-solver.dev 'ocaml-ci/' && \
                  \nopam pin add -yn ocaml-ci-service.dev 'ocaml-ci/' && \
                  \nopam pin add -yn ocaml-ci-client.dev 'ocaml-ci/' && \
                  \nopam pin add -yn ocaml-ci-api.dev 'ocaml-ci/' && \
                  \nopam pin add -yn nottui.dev 'lwd/' && \
                  \nopam pin add -yn nottui-widgets.dev 'lwd/' && \
                  \nopam pin add -yn nottui-lwt.dev 'lwd/' && \
                  \nopam pin add -yn lwd.dev 'lwd/' && \
                  \nopam pin add -yn citty.dev './'"))
[current_web.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current_web is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[current_slack.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current_slack is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[current_rpc.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current_rpc is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[current_incr.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current_incr is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[current_github.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current_github is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[current_git.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current_git is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[current_examples.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current_examples is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[current_docker.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current_docker is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[current_ansi.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current_ansi is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[current.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[ocluster.dev] synchronised (file:///src/ocaml-ci/ocluster)
ocluster is now pinned to file:///src/ocaml-ci/ocluster (version dev)
[ocluster-api.dev] synchronised (file:///src/ocaml-ci/ocluster)
ocluster-api is now pinned to file:///src/ocaml-ci/ocluster (version dev)
[obuilder.dev] synchronised (file:///src/ocaml-ci/ocluster/obuilder)
obuilder is now pinned to file:///src/ocaml-ci/ocluster/obuilder (version dev)
[obuilder-spec.dev] synchronised (file:///src/ocaml-ci/ocluster/obuilder)
obuilder-spec is now pinned to file:///src/ocaml-ci/ocluster/obuilder (version dev)
[current_ocluster.dev] synchronised (file:///src/ocaml-ci/ocluster)
current_ocluster is now pinned to file:///src/ocaml-ci/ocluster (version dev)
Package ocaml-ci-web does not exist, create as a NEW package? [Y/n] y
[ocaml-ci-web.dev] synchronised (file:///src/ocaml-ci)
ocaml-ci-web is now pinned to file:///src/ocaml-ci (version dev)
Package ocaml-ci-solver does not exist, create as a NEW package? [Y/n] y
[ocaml-ci-solver.dev] synchronised (file:///src/ocaml-ci)
ocaml-ci-solver is now pinned to file:///src/ocaml-ci (version dev)
Package ocaml-ci-service does not exist, create as a NEW package? [Y/n] y
[ocaml-ci-service.dev] synchronised (file:///src/ocaml-ci)
ocaml-ci-service is now pinned to file:///src/ocaml-ci (version dev)
Package ocaml-ci-client does not exist, create as a NEW package? [Y/n] y
[ocaml-ci-client.dev] synchronised (file:///src/ocaml-ci)
ocaml-ci-client is now pinned to file:///src/ocaml-ci (version dev)
Package ocaml-ci-api does not exist, create as a NEW package? [Y/n] y
[ocaml-ci-api.dev] synchronised (file:///src/ocaml-ci)
ocaml-ci-api is now pinned to file:///src/ocaml-ci (version dev)
[nottui.dev] synchronised (file:///src/lwd)
nottui is now pinned to file:///src/lwd (version dev)
Package nottui-widgets does not exist, create as a NEW package? [Y/n] y
[nottui-widgets.dev] synchronised (file:///src/lwd)
nottui-widgets is now pinned to file:///src/lwd (version dev)
[nottui-lwt.dev] synchronised (file:///src/lwd)
nottui-lwt is now pinned to file:///src/lwd (version dev)
[lwd.dev] synchronised (file:///src/lwd)
lwd is now pinned to file:///src/lwd (version dev)
Package citty does not exist, create as a NEW package? [Y/n] y
[citty.dev] synchronised (file:///src)
citty is now pinned to file:///src (version dev)
2024-06-25 04:59.13 ---> saved as "d931a7b5a34e634efb09657e43a2fb6c04a8e8022de73df03abc82dd5eac49b9"


/src: (env DEPS "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 bigstringaf.0.9.1 capnp.3.6.0 capnp-rpc.1.2.3 capnp-rpc-lwt.1.2.3 capnp-rpc-net.1.2.3 capnp-rpc-unix.1.2.3 cmdliner.1.3.0 conf-capnproto.2 conf-gmp.4 conf-gmp-powm-sec.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 current_rpc.dev domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 extunix.0.4.1 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 hkdf.1.0.4 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mirage-flow.3.0.0 mirage-kv.6.1.1 mtime.2.0.0 notty.0.2.3 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 ocplib-endian.1.2 optint.0.3.0 pbkdf.1.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 prometheus.1.2 ptime.1.1.0 re.1.11.0 res.5.0.1 result.1.5 seq.base sexplib0.v0.17.0 stdint.0.7.2 stdio.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.3 tls-mirage.0.17.3 topkg.1.0.7 uri.4.4.0 uutf.1.0.3 x509.0.16.5 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 citty.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 40 - x86_64                              227 kB/s |  30 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64        9.7 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                    225 kB/s |  28 kB     00:00    
- Fedora 40 - x86_64 - Updates                    4.1 MB/s | 3.1 MB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[citty.dev] synchronised (no changes)
[current_rpc.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).


The following system packages will first need to be installed:
    capnproto capnproto-devel gmp-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "capnproto" "capnproto-devel" "gmp-devel"
- Last metadata expiration check: 0:00:17 ago on Tue Jun 25 04:59:15 2024.
- Dependencies resolved.
- ================================================================================
-  Package                Architecture Version                 Repository    Size
- ================================================================================
- Installing:
-  capnproto              x86_64       1.0.1-3.fc40            fedora       271 k
-  capnproto-devel        x86_64       1.0.1-3.fc40            fedora       379 k
-  gmp-devel              x86_64       1:6.2.1-8.fc40          fedora       173 k
- Installing dependencies:
-  capnproto-libs         x86_64       1.0.1-3.fc40            fedora       1.4 M
-  cmake-filesystem       x86_64       3.28.2-1.fc40           fedora        18 k
-  gmp-c++                x86_64       1:6.2.1-8.fc40          fedora        18 k
- 
- Transaction Summary
- ================================================================================
- Install  6 Packages
- 
- Total download size: 2.3 M
- Installed size: 8.3 M
- Downloading Packages:
- (1/6): capnproto-1.0.1-3.fc40.x86_64.rpm        2.9 MB/s | 271 kB     00:00    
- (2/6): capnproto-devel-1.0.1-3.fc40.x86_64.rpm  3.9 MB/s | 379 kB     00:00    
- (3/6): cmake-filesystem-3.28.2-1.fc40.x86_64.rp 1.5 MB/s |  18 kB     00:00    
- (4/6): gmp-c++-6.2.1-8.fc40.x86_64.rpm          1.5 MB/s |  18 kB     00:00    
- (5/6): gmp-devel-6.2.1-8.fc40.x86_64.rpm         12 MB/s | 173 kB     00:00    
- (6/6): capnproto-libs-1.0.1-3.fc40.x86_64.rpm   8.7 MB/s | 1.4 MB     00:00    
- --------------------------------------------------------------------------------
- Total                                           6.8 MB/s | 2.3 MB     00:00     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : capnproto-libs-1.0.1-3.fc40.x86_64                     1/6 
-   Installing       : gmp-c++-1:6.2.1-8.fc40.x86_64                          2/6 
-   Installing       : cmake-filesystem-3.28.2-1.fc40.x86_64                  3/6 
-   Installing       : capnproto-devel-1.0.1-3.fc40.x86_64                    4/6 
-   Installing       : gmp-devel-1:6.2.1-8.fc40.x86_64                        5/6 
-   Installing       : capnproto-1.0.1-3.fc40.x86_64                          6/6 
-   Running scriptlet: capnproto-1.0.1-3.fc40.x86_64                          6/6 
- 
- Installed:
-   capnproto-1.0.1-3.fc40.x86_64         capnproto-devel-1.0.1-3.fc40.x86_64     
-   capnproto-libs-1.0.1-3.fc40.x86_64    cmake-filesystem-3.28.2-1.fc40.x86_64   
-   gmp-c++-1:6.2.1-8.fc40.x86_64         gmp-devel-1:6.2.1-8.fc40.x86_64         
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "capnproto" "capnproto-devel" "gmp-devel"
- capnproto-1.0.1-3.fc40.x86_64
- capnproto-devel-1.0.1-3.fc40.x86_64
- gmp-devel-6.2.1-8.fc40.x86_64
2024-06-25 04:59.33 ---> saved as "fb5a1df90fb0a867e6c6bb846239060dbf197e1d29c053c47c177235a5f411e1"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[current_rpc.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).
The following actions will be performed:
  - install conf-capnproto          2
  - install ocamlfind               1.9.6
  - install conf-gmp                4
  - install ocamlbuild              0.14.3
  - 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 topkg                   1.0.7
  - install stringext               1.6.0
  - install stdlib-shims            0.3.0
  - install stdint                  0.7.2
  - install sexplib0                v0.17.0
  - install result                  1.5
  - install res                     5.0.1
  - install re                      1.11.0
  - install ppx_derivers            1.2.1
  - install optint                  0.3.0
  - install ocaml-syntax-shims      1.0.0
  - install ocaml-compiler-libs     v0.17.0
  - install ocaml_intrinsics_kernel v0.17.0
  - install mirage-clock            4.2.0
  - 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 cppo                    1.6.9
  - install base64                  3.5.1
  - install uutf                    1.0.3
  - install ptime                   1.1.0
  - install mtime                   2.0.0
  - install fmt                     0.9.0
  - install astring                 0.8.5
  - install asetmap                 0.8.1
  - install ppxlib                  0.32.1
  - install ipaddr                  5.6.0
  - install dune-configurator       3.16.0
  - install ocplib-endian           1.2
  - install cstruct                 6.2.0
  - install fpath                   0.7.3
  - install extunix                 0.4.1
  - 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 angstrom                0.16.0
  - install stdio                   v0.17.0
  - install prometheus              1.2
  - install notty                   0.2.3
  - install mirage-kv               6.1.1
  - install mirage-flow             3.0.0
  - install logs                    0.7.0
  - install cstruct-lwt             6.2.0
  - install mirage-crypto           0.11.3
  - install uri                     4.4.0
  - install capnp                   3.6.0
  - install capnp-rpc               1.2.3
  - install pbkdf                   1.2.0
  - install mirage-crypto-rng       0.11.3
  - install hkdf                    1.0.4
  - install capnp-rpc-lwt           1.2.3
  - install mirage-crypto-rng-lwt   0.11.3
  - install mirage-crypto-pk        0.11.3
  - install mirage-crypto-ec        0.11.3
  - install current_rpc             dev*
  - install x509                    0.16.5
  - install tls                     0.17.3
  - install tls-mirage              0.17.3
  - install capnp-rpc-net           1.2.3
  - install capnp-rpc-unix          1.2.3
===== 74 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asetmap.0.8.1  (cached)
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved angstrom.0.16.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.17.0  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved capnp.3.6.0  (cached)
-> retrieved capnp-rpc.1.2.3  (cached)
-> retrieved capnp-rpc-lwt.1.2.3  (cached)
-> retrieved capnp-rpc-net.1.2.3  (cached)
-> retrieved conf-gmp.4  (cached)
-> retrieved conf-gmp-powm-sec.3  (cached)
-> retrieved capnp-rpc-unix.1.2.3  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-capnproto.2
-> installed conf-gmp.4
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved cstruct-lwt.6.2.0  (cached)
-> retrieved current_rpc.dev  (file:///src/ocaml-ci/ocurrent)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved extunix.0.4.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hkdf.1.0.4  (cached)
-> retrieved ipaddr.5.6.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved macaddr.5.6.0  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved mirage-crypto.0.11.3  (cached)
-> retrieved mirage-crypto-ec.0.11.3  (cached)
-> retrieved mirage-crypto-pk.0.11.3  (cached)
-> retrieved mirage-flow.3.0.0  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> installed cmdliner.1.3.0
-> retrieved mtime.2.0.0  (cached)
-> retrieved notty.0.2.3  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved pbkdf.1.2.0  (cached)
-> retrieved mirage-crypto-rng.0.11.3  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved prometheus.1.2  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved mirage-crypto-rng-lwt.0.11.3  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved res.5.0.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved result.1.5  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdint.0.7.2  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved tls.0.17.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tls-mirage.0.17.3  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved zarith.1.13  (cached)
-> retrieved x509.0.16.5  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed zarith.1.13
-> installed topkg.1.0.7
-> installed asetmap.0.8.1
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.16.0
-> installed mirage-clock.4.2.0
-> installed duration.0.2.1
-> installed ppx_derivers.1.2.1
-> installed gmap.0.3.0
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed cstruct.6.2.0
-> installed domain-name.0.4.0
-> installed macaddr.5.6.0
-> installed ocaml_intrinsics_kernel.v0.17.0
-> installed optint.0.3.0
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed ocaml-syntax-shims.1.0.0
-> installed res.5.0.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed result.1.5
-> installed sexplib0.v0.17.0
-> installed stdint.0.7.2
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed ocplib-endian.1.2
-> installed eqaf.0.9
-> installed ipaddr.5.6.0
-> installed asn1-combinators.0.2.6
-> installed dune-configurator.3.16.0
-> installed bigstringaf.0.9.1
-> installed angstrom.0.16.0
-> installed mirage-crypto.0.11.3
-> installed hkdf.1.0.4
-> installed pbkdf.1.2.0
-> installed uri.4.4.0
-> installed lwt.5.7.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-flow.3.0.0
-> installed mirage-kv.6.1.1
-> installed prometheus.1.2
-> installed notty.0.2.3
-> installed logs.0.7.0
-> installed mirage-crypto-rng.0.11.3
-> installed mirage-crypto-rng-lwt.0.11.3
-> installed base.v0.17.0
-> installed capnp-rpc.1.2.3
-> installed mirage-crypto-pk.0.11.3
-> installed stdio.v0.17.0
-> installed mirage-crypto-ec.0.11.3
-> installed capnp.3.6.0
-> installed ppxlib.0.32.1
-> installed x509.0.16.5
-> installed capnp-rpc-lwt.1.2.3
-> installed current_rpc.dev
-> installed tls.0.17.3
-> installed tls-mirage.0.17.3
-> installed capnp-rpc-net.1.2.3
-> installed extunix.0.4.1
-> installed capnp-rpc-unix.1.2.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-25 05:00.42 ---> saved as "caa7bba05b2b3c3880c42fd1d0fa4c2279a8148a7c612f16083cf6e9bb50153f"


/src: (copy (src .) (dst /src))
2024-06-25 05:00.43 ---> saved as "bbe53f5310c848d1078bb67a62fdf99fcc10ce7174cff9698ad62507dcac454a"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "ocaml-ci/api/dune", line 4, characters 39-66:
4 |   (libraries capnp-rpc-lwt current_rpc ppx_deriving_yojson.runtime)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Library "ppx_deriving_yojson.runtime" not found.
-> required by library "ocaml-ci-api" in _build/default/ocaml-ci/api
-> required by executable main in src/dune:2
-> required by _build/default/src/.main.eobjs/byte/dune__exe__Main.cmi
-> required by alias src/check
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-06-25 05:00.44: Job failed: Failed: Build failed