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

fedora-39-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 10:13.49: New job: test ocurrent/citty https://github.com/ocurrent/citty.git#refs/heads/master (5ba78d01143c549faef498d219df68807278d2d9) (linux-x86_64:fedora-39-4.14_opam-2.1)
Base: ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3
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:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3
# fedora-39-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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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.2.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.15.2 dune-configurator.3.15.2 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 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.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-05-10 10:13.49: Using cache hint "ocurrent/citty-ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3-fedora-39-4.14_opam-2.1-55dcffc639507bb9bd289f163cc73c8f"
2024-05-10 10:13.49: Using OBuilder spec:
((from ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3)
 (comment fedora-39-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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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.2.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.15.2 dune-configurator.3.15.2 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 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.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-05-10 10:13.49: Waiting for resource in pool OCluster
2024-05-11 01:29.00: Waiting for worker…
2024-05-11 01:30.07: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/citty.git-51a6679b1c33c80075edf031a74e22ba19407d9b/.git/
HEAD is now at 5ba78d0 Merge pull request #24 from tmcgilchrist/maintainers
error: could not lock config file .git/modules/lwd/config: No such file or directory
warning: Could not unset core.worktree setting in submodule 'lwd'
Cleared directory 'lwd'
error: could not lock config file .git/modules/ocaml-ci/config: No such file or directory
warning: Could not unset core.worktree setting in submodule 'ocaml-ci'
Cleared directory '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'
Cloning into '/var/cache/obuilder/ocluster/git/citty.git-51a6679b1c33c80075edf031a74e22ba19407d9b/lwd'...
Cloning into '/var/cache/obuilder/ocluster/git/citty.git-51a6679b1c33c80075edf031a74e22ba19407d9b/ocaml-ci'...
Submodule path 'lwd': checked out '6f05c93463ab024a989b6a8c815ffb6fd6252d58'
Submodule path 'ocaml-ci': checked out 'f44ec011f34b9f991f73a448d664048cf78996fe'
Submodule 'ocluster' (https://github.com/ocurrent/ocluster.git) registered for path 'ocaml-ci/ocluster'
Submodule 'ocurrent' (https://github.com/ocurrent/ocurrent.git) registered for path 'ocaml-ci/ocurrent'
Cloning into '/var/cache/obuilder/ocluster/git/citty.git-51a6679b1c33c80075edf031a74e22ba19407d9b/ocaml-ci/ocluster'...
Cloning into '/var/cache/obuilder/ocluster/git/citty.git-51a6679b1c33c80075edf031a74e22ba19407d9b/ocaml-ci/ocurrent'...
Submodule path 'ocaml-ci/ocluster': checked out 'd82a679e12fe98c56d9b20e70168237900eb9392'
Submodule 'obuilder' (https://github.com/ocurrent/obuilder.git) registered for path 'ocaml-ci/ocluster/obuilder'
Cloning into '/var/cache/obuilder/ocluster/git/citty.git-51a6679b1c33c80075edf031a74e22ba19407d9b/ocaml-ci/ocluster/obuilder'...
Submodule path 'ocaml-ci/ocluster/obuilder': checked out '9a34f938f5be63c11989260324e32df59cecbd1b'
Submodule path 'ocaml-ci/ocurrent': checked out '68fb2ddfa401d9fd09971acd895b3ce67f648d70'


(from ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3)
Unable to find image 'ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3' locally
docker.io/ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3: Pulling from ocaml/opam
8f616724a365: Pulling fs layer
8f616724a365: Verifying Checksum
8f616724a365: Download complete
8f616724a365: Pull complete
Digest: sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3
Status: Downloaded newer image for ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3
2024-05-11 01:30.30 ---> using "de5c85e07ee957c3bc1265b45c1243eb411cb9ddce0938b3d6424d1fb62b675a" from cache


/: (comment fedora-39-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 39 - x86_64                              276 kB/s |  25 kB     00:00    
Fedora 39 openh264 (From Cisco) - x86_64         13 kB/s | 989  B     00:00    
Fedora 39 - x86_64 - Updates                    252 kB/s |  23 kB     00:00    
Fedora 39 - x86_64 - Updates                     15 MB/s |  32 MB     00:02    
Package findutils-1:4.9.0-5.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-11 01:30.30 ---> using "c83495299c31d099e69c8ae8d78b7d87dbcacc4a0da1d6de3ba106095978cc72" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 01:30.30 ---> using "9900d95d490eb7388fac05e6319c9fec3bfcd14a566dc9d93a3295f7196fec06" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 01:30.30 ---> using "93df74f63cd2c4616683b082f460a7adde58962d579e2601f9bf4cc755893cf0" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 01:30.30 ---> using "12f1339482168279e6b6ff9d29ff95d72a63bc254a0f4c7c402c007570a4d23b" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   6a2ad82c27..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-11 01:30.30 ---> using "78350c386d0fbf20d059b1bcaaedb7b51f80f003726e16bb03668496ad487060" from cache


/src: (run (shell "mkdir -p 'ocaml-ci/ocurrent/' 'ocaml-ci/ocluster/' 'ocaml-ci/ocluster/obuilder/' 'ocaml-ci/ocluster/' 'ocaml-ci/' 'lwd/'"))
2024-05-11 01:30.30 ---> saved as "9cf37c545ff5f7379999f132a7fa27958ff5c46573885348458c484e4cd731fa"


/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-05-11 01:30.30 ---> saved as "6ca87d8dc4bc522efd2eda9e4299a120ffed7164322e3c3cdb0ba4ff31cdb98e"


/src: (copy (src ocaml-ci/ocluster/ocluster.opam ocaml-ci/ocluster/ocluster-api.opam)
            (dst ocaml-ci/ocluster/))
2024-05-11 01:30.31 ---> saved as "d01e296befae1b965922565b267f75e2a476a8d55a1acac46c1cf68a5ae4599b"


/src: (copy (src ocaml-ci/ocluster/obuilder/obuilder.opam ocaml-ci/ocluster/obuilder/obuilder-spec.opam)
            (dst ocaml-ci/ocluster/obuilder/))
2024-05-11 01:30.31 ---> saved as "0d1de6f97257aa8046563449e6ee989943f334e623c5a5df93ad1132e6d2d331"


/src: (copy (src ocaml-ci/ocluster/current_ocluster.opam)
            (dst ocaml-ci/ocluster/))
2024-05-11 01:30.31 ---> saved as "3afaaba0b4c51da8cdb70c5320bc1674aed76caaf9f0d4a34fb993cb10abf238"


/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-05-11 01:30.32 ---> saved as "53128f791e97d3590594781d8b757d010a97349aaace299843d17dcab88538a1"


/src: (copy (src lwd/nottui.opam lwd/nottui-widgets.opam lwd/nottui-lwt.opam lwd/lwd.opam)
            (dst lwd/))
2024-05-11 01:30.32 ---> saved as "8c015ca40bca136daca785918195ff5ef93b275203e4d313d545017f8fd246f2"


/src: (copy (src citty.opam) (dst ./))
2024-05-11 01:30.32 ---> saved as "6dec5e010df7e3c1044d1793d2c9abcc09682238a5d2192eaa0ebc38a559e813"


/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-05-11 01:31.16 ---> saved as "f0b2f12814aa594093436af1e6a2d2ff049c9e129db3e61f36a0e4cf390e6319"


/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.2.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.15.2 dune-configurator.3.15.2 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 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.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 39 - x86_64                              234 kB/s |  25 kB     00:00    
- Fedora 39 openh264 (From Cisco) - x86_64         11 kB/s | 989  B     00:00    
- Fedora 39 - x86_64 - Updates                    208 kB/s |  23 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[current_rpc.dev] synchronised (no changes)
[citty.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 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:32 ago on Sat May 11 01:31:19 2024.
- Dependencies resolved.
- ================================================================================
-  Package                Architecture Version                 Repository    Size
- ================================================================================
- Installing:
-  capnproto              x86_64       1.0.1-1.fc39            fedora       266 k
-  capnproto-devel        x86_64       1.0.1-1.fc39            fedora       379 k
-  gmp-devel              x86_64       1:6.2.1-5.fc39          fedora       173 k
- Installing dependencies:
-  capnproto-libs         x86_64       1.0.1-1.fc39            fedora       1.4 M
-  cmake-filesystem       x86_64       3.27.7-1.fc39           fedora        19 k
-  gmp-c++                x86_64       1:6.2.1-5.fc39          fedora        18 k
- 
- Transaction Summary
- ================================================================================
- Install  6 Packages
- 
- Total download size: 2.3 M
- Installed size: 8.1 M
- Downloading Packages:
- (1/6): capnproto-devel-1.0.1-1.fc39.x86_64.rpm  3.2 MB/s | 379 kB     00:00    
- (2/6): capnproto-1.0.1-1.fc39.x86_64.rpm        2.2 MB/s | 266 kB     00:00    
- (3/6): cmake-filesystem-3.27.7-1.fc39.x86_64.rp 1.9 MB/s |  19 kB     00:00    
- (4/6): gmp-c++-6.2.1-5.fc39.x86_64.rpm          1.8 MB/s |  18 kB     00:00    
- (5/6): gmp-devel-6.2.1-5.fc39.x86_64.rpm        8.0 MB/s | 173 kB     00:00    
- (6/6): capnproto-libs-1.0.1-1.fc39.x86_64.rpm   7.8 MB/s | 1.4 MB     00:00    
- --------------------------------------------------------------------------------
- Total                                           7.7 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-1.fc39.x86_64                     1/6 
-   Installing       : gmp-c++-1:6.2.1-5.fc39.x86_64                          2/6 
-   Installing       : cmake-filesystem-3.27.7-1.fc39.x86_64                  3/6
-  
-   Installing       : capnproto-devel-1.0.1-1.fc39.x86_64                    4/6 
-   Installing       : gmp-devel-1:6.2.1-5.fc39.x86_64                        5/6 
-   Installing       : capnproto-1.0.1-1.fc39.x86_64                          6/6 
-   Running scriptlet: capnproto-1.0.1-1.fc39.x86_64                          6/6 
-   Verifying        : capnproto-1.0.1-1.fc39.x86_64                          1/6 
-   Verifying        : capnproto-devel-1.0.1-1.fc39.x86_64                    2/6 
-   Verifying        : capnproto-libs-1.0.1-1.fc39.x86_64                     3/6 
-   Verifying        : cmake-filesystem-3.27.7-1.fc39.x86_64                  4/6 
-   Verifying        : gmp-c++-1:6.2.1-5.fc39.x86_64                          5/6 
-   Verifying        : gmp-devel-1:6.2.1-5.fc39.x86_64                        6/6 
- 
- Installed:
-   capnproto-1.0.1-1.fc39.x86_64         capnproto-devel-1.0.1-1.fc39.x86_64     
-   capnproto-libs-1.0.1-1.fc39.x86_64    cmake-filesystem-3.27.7-1.fc39.x86_64   
-   gmp-c++-1:6.2.1-5.fc39.x86_64         gmp-devel-1:6.2.1-5.fc39.x86_64         
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "capnproto" "capnproto-devel" "gmp-devel"
- capnproto-1.0.1-1.fc39.x86_64
- capnproto-devel-1.0.1-1.fc39.x86_64
- gmp-devel-6.2.1-5.fc39.x86_64
2024-05-11 01:31.54 ---> saved as "f81b70fea3e21eb346a8daee0e414a4f7c5455ba82a2ee45bfb9c0f3ceecf3a7"


/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 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 cmdliner              1.2.0
  - install ocamlfind             1.9.6
  - install conf-gmp              4
  - install ocamlbuild            0.14.3
  - install seq                   base
  - install dune                  3.15.2
  - 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.5.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.5.0
  - install dune-configurator     3.15.2
  - 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 base64.3.5.1  (cached)
-> retrieved base.v0.16.3  (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 capnp-rpc-unix.1.2.3  (cached)
-> retrieved cmdliner.1.2.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)
-> retrieved cstruct-lwt.6.2.0  (cached)
-> installed conf-gmp-powm-sec.3
-> 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.5.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved macaddr.5.5.0  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (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.2.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 re.1.11.0  (cached)
-> retrieved res.5.0.1  (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 ppxlib.0.32.1  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved tls.0.17.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved tls-mirage.0.17.3  (cached)
-> retrieved uri.4.4.0  (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 mtime.2.0.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed ptime.1.1.0
-> installed fpath.0.7.3
-> installed dune.3.15.2
-> installed mirage-clock.4.2.0
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed cstruct.6.2.0
-> installed domain-name.0.4.0
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed macaddr.5.5.0
-> installed optint.0.3.0
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed sexplib0.v0.16.0
-> installed res.5.0.1
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.6.9
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.11.0
-> installed eqaf.0.9
-> installed ipaddr.5.5.0
-> installed stdint.0.7.2
-> installed asn1-combinators.0.2.6
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.15.2
-> installed bigstringaf.0.9.1
-> installed angstrom.0.16.0
-> installed uri.4.4.0
-> installed lwt.5.7.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-kv.6.1.1
-> installed mirage-flow.3.0.0
-> installed prometheus.1.2
-> installed logs.0.7.0
-> installed notty.0.2.3
-> installed base.v0.16.3
-> installed capnp-rpc.1.2.3
-> installed stdio.v0.16.0
-> installed capnp.3.6.0
-> installed capnp-rpc-lwt.1.2.3
-> installed current_rpc.dev
-> installed ppxlib.0.32.1
-> installed mirage-crypto.0.11.3
-> installed hkdf.1.0.4
-> installed pbkdf.1.2.0
-> installed mirage-crypto-rng.0.11.3
-> installed mirage-crypto-rng-lwt.0.11.3
-> installed mirage-crypto-pk.0.11.3
-> installed mirage-crypto-ec.0.11.3
-> installed extunix.0.4.1
-> installed x509.0.16.5
-> installed tls.0.17.3
-> installed tls-mirage.0.17.3
-> installed capnp-rpc-net.1.2.3
-> installed capnp-rpc-unix.1.2.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 01:35.08 ---> saved as "787d9d4b02d9a3c9fc78523bde6b25a51ac71e021390c32aaf03bd40c9376661"


/src: (copy (src .) (dst /src))
2024-05-11 01:35.09 ---> saved as "2f912cbee13e296646d7e1320cc831dd3339dd655cc3a7dc01c81759602a75f7"


/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-05-11 01:35.10: Job failed: Failed: Build failed