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

fedora-40-4.14_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-4.14_opam-2.1)
Base: ocaml/opam@sha256:14ea0f9884d8128b8aca6ddf26e609adfb683401424f4c2653616ed08804c89d
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:14ea0f9884d8128b8aca6ddf26e609adfb683401424f4c2653616ed08804c89d
# fedora-40-4.14_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.16.3 base-bigarray.base base-bytes.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-bash.1 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 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.16.0 stdint.0.7.2 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.3 tls-mirage.0.17.3 topkg.1.0.7 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:14ea0f9884d8128b8aca6ddf26e609adfb683401424f4c2653616ed08804c89d-fedora-40-4.14_opam-2.1-d121d942ee3f33bd4ad1ca8ed68b770b"
2024-06-24 13:43.42: Using OBuilder spec:
((from ocaml/opam@sha256:14ea0f9884d8128b8aca6ddf26e609adfb683401424f4c2653616ed08804c89d)
 (comment fedora-40-4.14_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.16.3 base-bigarray.base base-bytes.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-bash.1 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 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.16.0 stdint.0.7.2 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.3 tls-mirage.0.17.3 topkg.1.0.7 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.25: Waiting for worker…
2024-06-25 04:43.28: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
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:14ea0f9884d8128b8aca6ddf26e609adfb683401424f4c2653616ed08804c89d)
2024-06-25 04:43.29 ---> using "600f72d782729081c67486db22a1a166faef0c850eee225f73d793431e564f54" from cache


/: (comment fedora-40-4.14_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 - Updates                    294 kB/s |  28 kB     00:00    
Fedora 40 - x86_64 - Updates                    4.8 MB/s | 4.0 MB     00:00    
Last metadata expiration check: 0:00:02 ago on Tue Jun 25 04:17:34 2024.
Package findutils-1:4.9.0-8.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-06-25 04:43.29 ---> using "e5c35948aff5db2f7273e3a5626d315cc9962b67f5e2d3fb9d7ca654f21fcd96" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-25 04:43.29 ---> using "52ada40f1b99444f13df239a99cfde75cbde9369be360a75fdf9f5868afbc58f" 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:43.29 ---> using "2c0edb61cd17967bbc68c5abbf37ab752511df7b0dbedfbcb8207ff816890e7e" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-25 04:43.29 ---> using "adfe65cf1d449c1c1bc7bd454ce706c3ee746217a33b7a8b7d03c09fd7699251" 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"))
796c0cc8af Add configuration for gmp under mingw


<><> 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-06-25 04:44.52 ---> saved as "b35987c729f283b52c85dfcacf5a5cac42b320e90aed66e2aacf0980390f46bd"


/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:44.52 ---> saved as "45c7b5142e82a184653da789524d746abcee356a6512de82a169d99ca760614e"


/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:44.53 ---> saved as "0d971004ba775942fd771d840834718ba5f567525339215993b67bf3f3b4b3ff"


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


/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:44.53 ---> saved as "0e52919a942b087088e102886895c6ad0f0e985717c9dd79951d58761a62dc7a"


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


/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:44.53 ---> saved as "40ba88f49cc3d32796979f8c34ea24a7bb5fc9b250b9aea3f356e3fcbe8e673d"


/src: (copy (src lwd/nottui.opam lwd/nottui-widgets.opam lwd/nottui-lwt.opam lwd/lwd.opam)
            (dst lwd/))
2024-06-25 04:44.53 ---> saved as "46633491f5cb9d44f9eac5878debfd5c052f35f606d6e3a330e6230bf290a761"


/src: (copy (src citty.opam) (dst ./))
2024-06-25 04:44.53 ---> saved as "860b8ce563a9924e45ffecc0850a2a87fe45cd0deb5095570d077ef94e06b531"


/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:45.29 ---> saved as "68af036ba4d653a69a196efcc00acb63c33d049a6f39387db84603c1ac06d908"


/src: (env DEPS "angstrom.0.16.0 asetmap.0.8.1 asn1-combinators.0.2.6 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.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-bash.1 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 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.16.0 stdint.0.7.2 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.3 tls-mirage.0.17.3 topkg.1.0.7 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                              308 kB/s |  30 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64         13 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                    310 kB/s |  28 kB     00:00    
- Fedora 40 - x86_64 - Updates                    4.2 MB/s | 1.8 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package 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-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:26 ago on Tue Jun 25 04:45:30 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.3 MB/s | 271 kB     00:00    
- (2/6): capnproto-devel-1.0.1-3.fc40.x86_64.rpm  3.2 MB/s | 379 kB     00:00    
- (3/6): cmake-filesystem-3.28.2-1.fc40.x86_64.rp 938 kB/s |  18 kB     00:00    
- (4/6): gmp-c++-6.2.1-8.fc40.x86_64.rpm          951 kB/s |  18 kB     00:00    
- (5/6): gmp-devel-6.2.1-8.fc40.x86_64.rpm        8.1 MB/s | 173 kB     00:00    
- (6/6): capnproto-libs-1.0.1-3.fc40.x86_64.rpm   7.5 MB/s | 1.4 MB     00:00    
- --------------------------------------------------------------------------------
- Total                                           7.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:45.58 ---> saved as "e8b7da7c67c8231f27d977cfba719f1a8b39b84ba7036c090fe39bd2c90e9922"


/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package 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-bigarray is already installed (current version is base).
The following actions will be performed:
  - install conf-capnproto        2
  - install conf-bash             1
  - 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.16.0
  - install result                1.5
  - install res                   5.0.1
  - install re                    1.11.0
  - install ppx_derivers          1.2.1
  - install optint                0.3.0
  - install ocaml-syntax-shims    1.0.0
  - install ocaml-compiler-libs   v0.12.4
  - 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.16.3
  - install lwt                   5.7.0
  - install eqaf                  0.9
  - install asn1-combinators      0.2.6
  - install angstrom              0.16.0
  - install stdio                 v0.16.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 angstrom.0.16.0  (cached)
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.3  (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-bash.1
-> 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 domain-name.0.4.0  (cached)
-> retrieved cstruct-lwt.6.2.0  (cached)
-> retrieved current_rpc.dev  (file:///src/ocaml-ci/ocurrent)
-> 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-crypto-rng.0.11.3  (cached)
-> retrieved mirage-crypto-rng-lwt.0.11.3  (cached)
-> retrieved mirage-flow.3.0.0  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved mtime.2.0.0  (cached)
-> installed cmdliner.1.3.0
-> retrieved notty.0.2.3  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved pbkdf.1.2.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved prometheus.1.2  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved res.5.0.1  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdint.0.7.2  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved tls-mirage.0.17.3  (cached)
-> retrieved tls.0.17.3  (cached)
-> retrieved topkg.1.0.7  (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 astring.0.8.5
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed fpath.0.7.3
-> installed dune.3.16.0
-> installed csexp.1.5.2
-> installed domain-name.0.4.0
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed macaddr.5.6.0
-> installed mirage-clock.4.2.0
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed optint.0.3.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed base64.3.5.1
-> installed cstruct.6.2.0
-> installed sexplib0.v0.16.0
-> installed res.5.0.1
-> installed ocaml-syntax-shims.1.0.0
-> installed ipaddr.5.6.0
-> installed eqaf.0.9
-> installed cppo.1.6.9
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.11.0
-> installed asn1-combinators.0.2.6
-> installed stdint.0.7.2
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.16.0
-> installed bigstringaf.0.9.1
-> installed angstrom.0.16.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 mirage-flow.3.0.0
-> installed mirage-kv.6.1.1
-> installed cstruct-lwt.6.2.0
-> installed prometheus.1.2
-> installed logs.0.7.0
-> installed notty.0.2.3
-> installed mirage-crypto-rng.0.11.3
-> installed mirage-crypto-rng-lwt.0.11.3
-> installed mirage-crypto-pk.0.11.3
-> installed base.v0.16.3
-> installed capnp-rpc.1.2.3
-> installed stdio.v0.16.0
-> installed capnp.3.6.0
-> installed mirage-crypto-ec.0.11.3
-> installed x509.0.16.5
-> installed ppxlib.0.32.1
-> 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 04:47.59 ---> saved as "380c370053fc2065bd7f606f5abcfef3ff6c5d444b7be53f5cff8b256b4c1408"


/src: (copy (src .) (dst /src))
2024-06-25 04:47.59 ---> saved as "2f3d111f2f451a8093ba75a82b10d25fe76da3a450a22a763152160594b47d96"


/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 04:48.00: Job failed: Failed: Build failed